Hello,
You need to create cart-empty.php file in child theme, that has the same content as this file in the parent theme, and make changes here. Please read more about child theme functionality – https://codex.wordpress.org/Child_Themes
Regards
Hello,
You need to create cart-empty.php file in child theme, that has the same content as this file in the parent theme, and make changes here. Please read more about child theme functionality – https://codex.wordpress.org/Child_Themes
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,
Please try to use this custom css code:
.thumbnails {
margin-left: 0;
}
Regards
Hello,
Please explain the result that you want to achieve in more details.
Regards
Hello,
1. With the parent theme activate on your site – https://prnt.sc/i4ymbb, so you need to check your changes in a child theme.
2.
.header-wrapper.header-advanced .navigation-wrapper:before {
background-color: transparent;
}
Regards
.sidebar .product-categories>li>ul.children li>a {
padding: .3em 0.7em;
}
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
In latest theme update we’ve added few options for mobile menu http://prntscr.com/i4xxqe Please try to configure the menu via Theme Options.
Let us know if you need any further assistance.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Oh I see, you need to copy xstore/woocommerce/cart/cart-empty.php file into xstore-child/woocommerce/cart/ folder and make changes according to these screenshots
http://prntscr.com/i4xrzq
http://prntscr.com/i4xs77
Regards
Hello,
The wp-admin credentials are incorrect. Please check them.
Regards
Hello,
Feel free to ask if you have any other questions.
Regards
Feel free to ask if you have any other questions.
Regards
Hello,
Thanks for the screenshot.
Could you please provide temporary wp-admin access in Private Content?
Regards
Hello,
You may use this code in Theme Options > Styling > Custom css:
.products-loop .outofstock .product-image-wrapper {
pointer-events: initial;
}
Regards
Hello,
I’m glad that you sorted out.
Please kindly open up new tickets for additional questions.
Regards
Hello,
You need to make changes in etheme.js and etheme.min.js files.
xstore/js/etheme.js http://prntscr.com/i4x42g here add code like on next screen http://prntscr.com/i4x4lz
var menu_switcher = header.find('.mobile-language-switcher').html();
<div class="mobile-language-switcher">'+menu_switcher+'</div>
then minify content of etheme.js file https://jscompress.com/ into etheme.min.js file.
Make a backup of these files, to be able to restore if something will go wrong.
Regards
Hello,
Try to use this code in functions.php of child theme:
/**
* Changes the redirect URL for the Return To Shop button in the cart.
*
* @return string
*/
function wc_empty_cart_redirect_url() {
return 'http://yourdomain.com/your-page/';
}
add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
Regards
Hello,
We do not have an element that can show content as in the popup. If you have appropriate PHP and CSS skills you can try to create additional VC element. The content of our popup can be found in classico/woocommerce/product-quick-view.php.
Our support team is unable to provide support for additional customizations in files under our Support Policy – https://themeforest.net/page/item_support_policy.
Regards
Hello,
Does this work fine if a default theme activated on your site?
Regards
Hello,
Try to use Testimonials widget.
Regards
Hello,
Sorry, but your question is a bit unclear for me.
If you use Loco Translate plugin to change the string in English translation to what you need, this will work fine even after theme update.
Regards
Hello,
Theme Options > Header > Use right side panel > Off.
Regards
Hello,
You may use Social links element in your footer static block, but if you want to modify icons which shown by [share] shortcode, please read this topic https://www.8theme.com/topic/header-social-icons-royal/
Regards
Hello,
.sidebar .product-categories>li>a,.sidebar-widget.widget_nav_menu li:first-child a, .sidebar-widget.widget_nav_menu li a {
padding: .3em 0;
}
.sidebar-widget.widget_nav_menu li .sub-menu li a:before {
display: none !important;
}
Regards
Hello,
The new update will be released within 1 week.
Regards
Hello,
There is no such option in our theme. But you can use Loco Translate plugin and change that text using translation files.
Regards
Hello,
Please try to use this code:
.footer .wpb_single_image img {
max-width: 150%;
}
Regards
Hello,
Thanks for the notice. This will be fixed in next theme update.
Regards