Hello,
Feel free to ask if you have any other questions.
Regards
Hello,
Feel free to ask if you have any other questions.
Regards
Hello,
Please make changes in classico/framework/theme-init.php file https://gyazo.com/e2d6318f8a9b01add1c2eb261682e0b0 > https://gyazo.com/e53530cd49219dbf6accb117713f5a47
if( class_exists('WooCommerce') )
(we will add this fix in next theme update, so you may do this in parent theme).
Regards
Hello,
I can’t say sure for now. I will pass this question to our developers also. You may disable the plugin, before doing the restore a revision, as a temporary solution.
Regards
Great.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
You’re welcome!
Have a nice day.
Regards
Please change 20 to 40 in functions.php http://prntscr.com/i5c1mv
and use this css code:
.product-information .product_meta {
padding-bottom:0px;
margin-bottom:0px;
}
Regards
To avoid editing of php files I would recommend using translation files, create English translation and just change the necessary string to what you need.
Regards
You’re welcome!
Have a nice day.
Regards
I’ve added custom class for column http://prntscr.com/i5bpxb and css code in Custom css for page http://prntscr.com/i5bq2i Please check.
Regards
Hello,
1. Unfortunately, we don’t have option in Theme Options to change it but you can use translation files and use translation filed just to change the text. Loco translate plugin will help you to do this in no time https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
2. You can edit header structure file depending on header type that you use, in your case, it is xstore/headers/advanced.php. Do all the changes in child theme files.
Regards
Hello,
I am glad that you sorted out.
I’ve added a notice about the situation with the sidebar to our task list. Our developers will check if this can be fixed.
Regards
Hello,
Thanks for the topic.
Please try to change permissions to 777 for the folder themes/legenda/framework/inc/really-simple-captcha and for all folders and files inside of it.
Regards
Hello,
Oh, I see, this is just a notice. You can ignore it. Have you enabled debug mode in wp-config.php file? Disable it.
Regards
Hello,
You may use Woocommerce Product Page element, add a custom class for column or row with this element and hide content, that you do not wont to display, using custom css code.
What do you sink about such way? Try to add the element on a page and provide me link, so I could give you an example of css code. Also, explain what exactly do you want to hide.
Regards
Hello,
1.
.single-product .sidebar-widget.product-brands {
display: none;
}
2. Please read this topic https://www.8theme.com/topic/how-i-can-show-brand-on-single-product-page-and-shop-page/
Regards
Hello,
.sidebar .product-categories>li>ul.children li.current-cat>a {
color: #dc4348;
}
Regards
Hello,
I’ve created the Main menu with a simple structure on your site.
You may use the code to activate site now.
Please note that 1 license can be used for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only, read more – https://themeforest.net/licenses/standard
Regards
Hello,
Please check if the problem persists with a default theme, if yes, this means that the problem is related to your server settings. Please, contact your hosting provider to fix this issue.
Regards
Hello,
Thanks for the topic.
Unfortunately, the menu can’t be imported, because of WordPress does not allow import of custom fields. You need to create an own menu https://www.8theme.com/demo/docs/royal/#!/primary_menu https://www.8theme.com/videos/ (Royal – WordPress ThemeEngine – Menu Set Up).
Let us know if you need any further assistance.
Regards
Hello,
Looks like you sorted out http://prntscr.com/i5aanr
You use Grid Products element of Massive Addons plugin, so all available options you may find in settings of the element. Se more examples – http://massive.mpcthemes.net/grid-single-product/
Regards
Hello,
Ok. There is possible to show the same slider on all single product pages via customization in legenda/woocommerce/single-product.php
https://gyazo.com/69f492f8d00e7745beb3cde707469808 > https://gyazo.com/a449339fcb75bed9f06ea96b0750d889
<?php echo do_shortcode('[rev_slider_vc alias="home"]'); ?>
(where “home” – is name of your slider)
Make changes via child theme https://codex.wordpress.org/Child_Themes
Regards
Hello,
Looks like you need simply select My account page in Woocommece > Settings > Accounts > My account page. Please try to do this.
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
Hello,
My pleasure 🙂
Have a nice day.
Regards
Hello,
My pleasure 🙂
Have a nice day.
Regards
Hello,
Looks like there is a bug, we will fix this in next theme update. Please try to add this code in custom css, as a temporary solution:
@media only screen and (max-width: 768px) {
#etheme-popup-holder {
max-width: 100%;
}
#etheme-popup-holder .et-popup-overlay {
display: none;
}
}
Regards
Hello,
Unfortunately, we do not have option “Show revolution slider instead of breadcrumbs and page title” for single product pages.
Regards
You’re welcome!
Have a nice day.
Regards