Hi,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media (min-width: 801px) { .jas-menu > li > ul.sub-menu {display: none;}}
2. I not sure your issue and how to fix.
3. Please follow this https://www.cloudways.com/blog/set-purchase-limits-on-woocommerce/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi there,
my new website, based on Claue theme has a horrible slow performance. Each single page load takes up to 4-6 sec.
My webserver (at my hoster) has 3-6 GB RAM and 640MB memory_limit. The agency, which built my website says, they have taken regard about the performance when building the website. We only have the most neccessary plugins, pictures are downsized and compressed by tinyjpg. When activating the caching plugin WP rocket, the cached pages get loaded fine, but all other pages are inacceptable. We already deactivated one plugin after the other but are still searching for the reason. Google pagespeed analyser says that java and css should all be taken inline, but I can’t believe that that makes 5 secs!
Are there any known performance issues with Claue or any hints, where to look for to speed the site up?
Thanks for any tips
Tiemo
Hi, the option to put the video in html does not have the same appearance. Could you tell me some css code so that the video can be seen on mobile?
I also have other problems with home and its mobility:
– Background images are not adapted to mobile screens (vertically).
– Texts also overflow on mobile screens
– It could remove an entire row from your mobile vision?
King regards
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-image:hover .product-btn {
top: 50%;
}
You can up button by decrease number 50, and down button by increase number.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
If you still want keep flip thumbnail, please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-image-flip .back {
background: #fff;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I’m sorry the CSS can’t control on any page. I recommend change link of menu from custom page to product category.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thanks for your reply
if possible allow us to add the css class and we will hide using css class on any other pages. hope this will work. Please give us pagination solution as it make sense.
Regards
Please add below code to claue-child > style.css
.term-description {
display: block;
width: 100%;
max-width: 1170px;
margin: 30px auto;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to claue-child > functions.php
add_action( 'wp_head', 'remove_my_action' );
function remove_my_action(){
remove_action( 'woocommerce_before_main_content', 'jas_claue_wc_page_head', 15 );
}
function jas_claue_child_wc_page_head() {
if ( ! cs_get_option( 'wc-enable-page-title' ) || ( class_exists( 'WCV_Vendors' ) && WCV_Vendors::is_vendor_page() ) ) return;
$title = cs_get_option( 'wc-page-title' );
$output = '';
if ( is_search() ) {
$output .= '<h1 class="mb__5 cw">' . sprintf(__( 'Search Results for: %s', 'claue' ), '<span>' . get_search_query() . '</span>' ) . '</h1>';
} elseif ( is_shop() ) {
$output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>';
$output .= '<p class="mg__0">' . do_shortcode( cs_get_option( 'wc-page-desc' ) ) . '</p>';
} else {
// Remove old position of category description
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
$output .= '<h1 class="cw">' . single_cat_title( '', false ) . '</h1>';
//$output .= do_shortcode( category_description() );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 40 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_product_archive_description', 40 );
}
ob_start();
$output .= ob_get_clean();
$output .= '
';
echo wp_kses_post( $output );
}
add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );
and add below code to claue-child > style.css
.term-description {
display: block;
width: 100%;
max-width: 1170px;
margin: 30px auto;
}
Kind regards
Above code is working perfectly fine, Please add heading setting in the code.
Thank you
Hi Lisa,
Thank you for choose our theme.
You can use custom font for your site by add custom CSS code in Claue > Theme Option > General Layout > Custom CSS
body, h1,h2,h3,h4,h5,h6 {font-family:'Your Font Name' !important; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio