Hello,
It is not possible to place the wishlist icon there, for this header type.
Regards
Hello,
It is not possible to place the wishlist icon there, for this header type.
Regards
Hello,
1. Likely you simply need to synchronize translation files.
Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization, you’ll be able to translate new strings or strings that were changed.
Also, don’t forget to backup all the files before any update.
2. By default, there is no such possibility.
If you need help with additional customization contact WP-Kraken team.
3. Please see screenhots http://prntscr.com/j4np37 > http://prntscr.com/j4nous > http://prntscr.com/j4npat and http://prntscr.com/j4nphv > http://prntscr.com/j4npnc
Regards
You’re welcome! 🙂
Regards
Hello,
Thanks for the topic.
Your site under maintenance mode, so I can’t check it.
Menu can’t be imported because WP does not support custom menu options, you need to create own menu. Please read more https://www.8theme.com/demo/docs/woopress/#!/primary_menu
Pages can be imported using .xml files (Tools > Import > WordPress). We included all the demo versions to XML files folder of theme package.
You need to create own categories and products and upload images, because we provide only a few elements as examples.
Woocommerce documentation can be useful – https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/setup-products/
https://docs.woocommerce.com/document/managing-product-taxonomies/
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
Hello,
This option rewrites settings -> http://prntscr.com/j4nc5l in http://prntscr.com/j4ndby product
in other products -> http://prntscr.com/j4ncqi all works fine now
http://prntscr.com/j4ncwn
Please delete product-image.php file from xstore-child folder, the correct file is located in xstore-child/woocommerce/single-product folder.
Regards
You’re welcome!
Regards
Hello,
Theme Options > E-commerce > Promo Popup > Popup height > set 650px.
Please add this code in Theme Options > Styling > Custom css:
#etheme-popup .mc4wp-form .et-mailchimp input[type="submit"] {
line-height: 1;
}
Regards
You’re welcome!
Thanks for the report, we will check it.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Have a nice day 🙂
Regards
You’re welcome!
Regards
Hello,
1. Add this code in functions.php of child theme:
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 20);
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 10);
2. Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/wishlist
Regards
Hello,
1. Go to edit page > [8theme] Layout options > Header text color > White or using custom css code. Unfortunately, I can’t check your site to give you appropriate code.
2. Did you create footer using static block? http://prntscr.com/j4mvqm
https://www.8theme.com/documentation/xstore/support/static-blocks/
https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
3. Please check and fix it http://prntscr.com/j4mw4e , so I could see your site. Also, provide temporary wp-admin access in the Private Content area.
4. Make sure you set correct settings http://prntscr.com/j4my81
Regards
Hello @aahmadi3,
The text can be removed using css code:
.single-product .subscription-details {
display: none;
}
I would recommend you to contact woocommerce support.
Regards
Hello,
Done. Please check.
Regards
Hello,
Please provide us with your website URL and temporary wp-admin access so we could check what is a reason of the problem and help you.
You can add information to the Private Content area. It’s visible for you and the support staff only.
Regards
Hello,
Great.
Have a nice day.
Regards
You’re welcome!
Regards
Hello,
Please provide us with FTP access.
Regards
Hello,
Go to Theme Options > General > Breadcrumbs > change the color, bg image etc. If you want to use the individual image for some pages like Shop and other pages that inherit shop template go to Pages > edit Shop page and upload featured image for your page. It will be used like breadcrumbs background. To get the custom image for the category go to Products > Categories > edit category and upload the custom image for the heading.
Feel free to ask if you have any questions.
Regards
Hello,
In this case copy woosearchform.php file from xstore theme to xstore-child and remove this code https://prnt.sc/j4chz9 from the file in the child theme.
Regards
You’re welcome! Feel free to ask if you have any other questions.
Regards
You’re welcome! Feel free to ask if you have any other questions.
Regards
Hello,
Have you tried this code?
.header-wrapper.header-advanced .header-search.act-default .fancy-select {
display: none;
}
Regards
Hello,
This your margin value in row settings http://prntscr.com/j46meu makes the effect on all screen resolutions, but it is required only on the desktop. Remove the margin-top value from row settings, and add it via custom css code, that will not create the issue on mobile.
Regards
You’re welcome!
Regards
https://support.google.com/tagassistant/answer/3207128?hl=en
Did you publish your container?
Review the help information for setup – https://support.google.com/tagmanager/answer/6103696
Regards
Hello,
woocommerce/single-product/add-to-cart/simple.php
http://prntscr.com/j4b5m8
echo wc_get_stock_html( $product )
http://prntscr.com/j4b615
Also, this fix will be added in next theme update.
Regards
Hello,
The problem was fixed in woopress/js/plugins.js file. You can download this file from the test site and replace it on your main site. The fix also will be included in next theme update.
Regards
Hello,
Enable WP debug mode to find out what error appears on your site, it will point you in the right direction what you need to fix.
Also, check what errors do you have in the browser console.
Regards
Feel free to ask if you have any other questions.
Regards