Hello,
Please clear cache and check now.
Regards
Hello,
Please clear cache and check now.
Regards
Hello,
Customize > Woocommerce > Product Catalog > Products per row
Regards
Hello,
The price of the chosen option shows below – http://prntscr.com/it5s2a
Feel free to ask if you have any other questions.
Regards
Hello,
Customize > Woocommerce > Product catalog > Default product sorting
Regards
Hello,
I am glad that you sorted out.
Regards
Hello,
You can use Loco Translate plugin and change that text using translation files – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hello,
I would recommend you to add the code in functions.php file of child theme.
Regards
Hello,
Please read this topic https://www.8theme.com/topic/change-text-in-choose-an-option-button-in-single-products-page/
Regards
Hello,
Do you use a child theme? What version of WC plugin using on your site?
Please activate a parent theme and check if the problem will be solved.
Do you use third-party plugins that do not come bundled with our theme? Try to disable them and check if the problem still persists.
Regards
Hello,
Please read our documentation – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
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.
If the problem won’t be solved even after synchronization, please provide wp-admin and FTP access in Private Content.
Regards
Hello,
In this case, check what static block set in Footer area, likely required text is a part of the static block (go to Visual Composer > Role manager and enable composer for the Static Blocks https://www.8theme.com/documentation/xstore/support/static-blocks/ or provide temporary wp-admin access so I can take a closer look)
Regards
.single-product .product-information .price, .single-product .qty-span, .single-product .product-content .compare, .single-product .add_to_wishlist,
.single-product .add_to_wishlist, .single-product .product-content .compare, .single-product .product-content .compare:before, .single-product .product-information .product_meta > span,
.single-product .product-information .share-title {
color: white;
}
.single-product .product-share {
border-color: #A48640;
}
Regards
Hello,
Please explain the desired result in more details.
You can use static blocks to display required menus https://prnt.sc/io664z edit the mega menu content by editing the Static blocks http://prntscr.com/io66gb (go to Visual Composer > Role manager and enable composer for the Static Blocks https://www.8theme.com/documentation/xstore/support/static-blocks/ )
Regards
Hello,
We’ve made some changes via your child theme, please check.
Regards
Hello,
Please update Massive Addons for Visual Composer plugin to 2.3.3 version.
If the problem won’t be solved, read this reply from author of Massive Addons plugin https://codecanyon.net/item/massive-addons-for-visual-composer/14429839/comments?page=36&filter=all#comment_14143143 https://prnt.sc/hmu4qh and follow their suggestion.
Regards
Hello,
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
Hello @Z Richard,
Please check email.
Regards
Hello,
Please check [8theme] Product Options > Additional custom block http://prntscr.com/it54tn
Regards
Hello,
If your Main Sidebar area in Appearance > Widgets is empty, there is shown the search by default. To disable the sidebar on a page, you need to open page editor > [8theme] Layout options > Sidebar Position > Without.
Regards
Hello,
Make sure that you use latest versions of Visual Composer and Massive Addons for Visual Composer plugins https://www.8theme.com/documentation/xstore/plugins/plugins-update/
What PHP version do you use?
Regards
Hello,
You are right, please delete the code from Theme Options > Styling > Custom css and add this in Custom css for the account page http://prntscr.com/it51x8
Regards
Hello,
Sorry for the delay due to the weekends.
Looks like the first question was solved.
how to change the color of the header scr: https://postimg.org/image/id7p0dbuj/
– please delete this code from Theme Options > Styling > Custom css http://prntscr.com/it4v31
then you will be able to change Header background in Theme Options > General > Header Settings.
Regards
Hello,
To remove sidebar from the cart/checkout page go to Pages > edit a page and disable sidebar in 8theme Layout options.
Regards
You’re welcome!
Have a nice day.
Regards
Hello @Shuvo Nasir
Sorry for the inconvenience. Please read our documentation –
https://www.8theme.com/documentation/docs/activation-and-purchase-codes/ This is not only our practice but all the theme authors from ThemeForest.
Regards
Hello,
1.
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
border-bottom: 3px solid #692d9c;
border-top: 3px solid #692d9c;
}
2. Please delete this code:
.main-nav .menu > li .nav-sublist-dropdown {
background-color: #00000069 !important;
}
and change this one:
.main-nav .menu > li .nav-sublist-dropdown {
background-color: black !important;
}
to:
.main-nav .menu > li .nav-sublist-dropdown {
background-color: black !important;
opacity: 0.8;
}
Regards
Hello @caravan4ik,
Please check email.
Regards
Hello,
You should use the child theme to prevent losing changes after the parent theme update. In your case, the code in child theme needs to be checked and corrected to make them works fine with new woocommerce and theme versions. Compare files and add the missing code to your child theme files. Sorry, but we are not responsible for changes in the child theme, so can’t help with this.
Regards