Forum Replies Created
-
AuthorPosts
-
Hi,
If you know JavaScript code, please find this function initAddToCart in theme.js file and change that function to
Best regards
Hi,
We saw this issue, we will fix it ASAP. Sorry for the unwanted inconvenience.
Hi Faheem,
I’m processing on it. Please wait.
Best regards,
Hi
Please add below css code in Claude -> Theme Option -> General -> Custom CSS
.jas-masonry .product-info {min-height: 66px;}Best regards, Neo
October 19, 2017 at 5:26 pm in reply to: Massonary Media Grid doesn't work and there are javascript problems #12084Hi
Did you update woocommerce before this error occurs ?
Please go to plugins and update all plugins, so i can check it for you.
Clear all your browser cache, and system cache if you used them
Best regards,
Hi
I don’t understand your question, could you explain more a bit ?
This menu is render by function jas_claue_wc_my_account and this function is called in header files claude -> views -> header
Best regards, Neo
Hello,
I will help you to update whenever we have a new version.
Hi
Please remove value in Theme Option -> Woocommerce -> Product Detail Settings -> Size guide image
Then click save button.
Best regards, Neo
Hi
Please find this function jas_claue_wc_my_account in
claue/core/libraries/vendors/woocommerce/init.php
But you should add a filter in child theme function for wp_logout_url
add_filter( 'logout_url', 'your_prefix_logout_url' ); function your_prefix_logout_url( $default ) { return 'http://example.com/custom'; }Best regards,
Hi Tekir,
1. Do you want to hide action icons on right corner ?
Please add this custom css code in child-theme
.header-5 .jas-action { display: none; }2. Could you let me know the font family which you want to use ?
Best regards, Neo
-
AuthorPosts