Hello,
That is great thank you for letting us know.
Regards
Hello,
That is great thank you for letting us know.
Regards
Hello,
I would recommend you to contact woocommerce plugin support.
Regards
Hello,
Please try to use this css code:
.products-grid .product-title {
min-height: 45px;
}
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
Please see screenshot – https://prnt.sc/ii79fp
Regards
Hello,
Thanks for the topic.
1. Theme Options > E-commerce > Promo Popup > Promo link text.
2. You may find “Show product name above the price” option in Theme Options > E-commerce > Single Product Page.
Feel free to ask if you have any other questions.
Regards
Hello,
Please add this code in custom.css file of parent theme or in style.css file of child theme:
.quick-view-popup .images, .single-product-page .images {
visibility: visible;
height: auto;
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
Hello,
Likely you simply need to synchronize translation files.
Make sure that you put your .po .mo files in /wp-content/languages/themes/ with correct names.
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.
If the problem won’t be solved even after synchronization, please provide wp-admin and FTP access in Private Content.
Regards
Hello,
Could you please explain in more details your question?
Site preloader you may activate in Theme Options > General > Layout.
Regards
Hello,
Thanks for the topic.
This doesn’t relate to theme functionality, please read more https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
Regards
Hello,
Please see this screenshot https://prnt.sc/ii6s67 you need to check settings of your static block content http://prntscr.com/ii6u4j
Regards
Hello,
Please see these screenshots http://prntscr.com/ii6s10 http://prntscr.com/ii6s2y Please open the site in the incognito browser window, where the cache won’t make any effect.
Regards
Hello,
Thanks for screenshots. Sorry, but this is impossible to change without additional customization in legenda/woocommerce/content-single-product.php file.
Regards
Hello,
Please provide screenshots for better understanding. You may use such screenshot maker as Lightshot and provide screenshot link in Private content area.
Thanks in advance.
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
1. Please provide me link to page with the problem.
2. Theme Options > Products Page Layout > Product Image Hover.
3. Please describe the problem in details and provide screenshot for better understanding.
Breadcrumbs settings you may find in Theme Options > Header Settings.
Regards
Hello, @Robert
You’re welcome!
Thanks for using our theme.
Regards
Hello, @fluffy
You forgot to include the dynamic.css in woopress-child/functions.php file. Please check custom css now.
The problem caused by your custom css code https://gyazo.com/4dbed84971c2e77bd2abf77b3791b48d https://gyazo.com/6a5c5bed1f1a91a74cb9cd4c9ff4b6d0 https://gyazo.com/b86e94f522cbb2c3e12c477c21e3d1c4 You need to change or remove the code http://prntscr.com/ii68pw
Regards
Hello,
You need to add a row and set 3/4, then in biggest column of this row add one more row and set 1/4+1/4+1/4+1/4 http://prntscr.com/ii678l
Feel free to ask if you have any other questions.
Regards
Hello,
The problem caused by your changes in child theme.
Regards
Hello,
Today we are planning to release a new theme update. Then you will be able to change the favicon via Theme Options.
Regards
Hello,
Please check this link https://www.criticalenvironmentsolutions.co.uk/brands/dupont/
If custom css dasn’t work from Theme Options > Custom css, you need to create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in woopress-child/functions.php file. Then go to Theme Options and re-save them.
Regards
Hello,
Clear your cache after changes
5-6 (8 the same screen)
.button, .btn {
color: #fff;
}
You may change the icon via Customizer http://prntscr.com/ih7qnm
7
.single-product #wc-stripe-payment-request-wrapper {
display: none;
}
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
Menu and images aren’t included in demo data.
To create mega menu you need refer to the documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu
We excluded real images from demo content and replaced them by placeholders because many of our clients had the problems with demo content import because of the large size of import file and server settings. With placeholders it takes seconds to import demo content, with images – minutes or some of users, who had limits in server setting, get the error.
As a rule, our customers have their own images and there is no any problem to replace placeholders by real images.
On our fullwidth demo selected header type – 6 in Theme Options > Header.
Feel free to ask if you have any other questions.
Regards
Hello,
Please provide us with temporary wp-admin and FTP access in Private Content.
Regards
Hello,
We replaced all your code from theme-child.js (it was not able to work) and added working code
jQuery(document).ready(function($){
var menu_switcher = $('.header-wrapper').find('.mobile-language-switcher').html();
var fixed_menu = $('.fixed-header').find('.menu-wrapper');
$(fixed_menu).after('<div class="mobile-language-switcher">'+menu_switcher+'</div>');
})
Now you should not worry about changing etheme.js and compressing into etheme.min.js in our theme. Menu switcher will be added without any worries just from your child-theme.
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards