I am getting the following when I try to do the live preview for Claue
Fatal error: Call to undefined function vc_map_add_css_animation() in /home/wp-content/themes/claue/core/libraries/vendors/visual-composer/maps/service.php on line 86
I don’t want to take the theme live and risk having to go in and do triage on it. Can you please assist?
Yes, you can hide badge by add custom CSS
.badge .new {
display: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
The setup you do in Claue > Theme Options it still keep when you update.
Where you locate the CSS changed? If you put in Claue > Theme Option > General Layout > Custom CSS it still keep when you update.
You don’t lose anything if you don’t edit code in wp-content > themes > claue
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Can I hide by the moment using CSS the NEW tags on catalog page and product page?
Ok, i want to understand this better. if the updating my Claue template will erase certain custom changes, please tell me which area that is. We’ve made many CSS edit in the layout. will that be affected? What about the the color changes that have already been made? we changed the menu bar colors. Will we lose this? I need the icons to show up on the the top right in white so they can be seen, “wishlist, myaccount, search and cart” icons. HELP
In the pages provided in sample data for example the Privacy Policy, why is this in them:
What is it’s purpose and do I need it?
Hi,
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.product-category > a {
box-shadow: 0 0 3px 5px #333;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Rene,
Sorry because late reply.
1. It has one ways, you add highlight text in Product Description tab by add class for the text you want highlight http://take.ms/OId5O and add css to highlight the text.
2. Let me talk to Foster check detail of this issue hope he can help you solve this.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css code to fix this
.header__mid.header-sticky {
z-index: 9999;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio