-
AuthorSearch Results
-
February 20, 2020 at 9:50 am #35276
Hi Japooteh,
Thank you for choose our theme.
Please add below code to claue-child > functions.php
/* move category description below products */ 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 = '<div class="page-head pr tc"><div class="jas-container pr">'; 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 .= '</div></div>'; echo wp_kses_post( $output ); } add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );
2. And add below code to claue-child > style.css
.term-description { display: block; width: 100%; max-width: 1170px; }
Btw, your support expired. Please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.
Thank and regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 18, 2020 at 12:48 pm #35256In reply to: Checkout proccess greyed out.
Claue -> Theme options -> Custom CSS Style
.blockOverlay {
z-index: -1!important;
}February 18, 2020 at 12:37 pm #35254In reply to: Checkout proccess greyed out.
Hi, I’ve removed now CSS bypass. Can’t choose any oprions. How you check it – and worked?
Yesterday I turned off Blue Media widget – and checkout was greyed out as well.
Please check now – I removed CSS bypass.
February 18, 2020 at 12:19 pm #35251In reply to: Contact for Mobile
Hi,
I don’t see the code apply, did you try add code and clear cache on your site.
Did you add code to Claue > Theme Option > General Layout > Custom CSS?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 18, 2020 at 11:58 am #35250Topic: Checkout proccess greyed out.
in forum Clauewebprof
ParticipantHi,
probably after updating WooCommerce to 3.9.2. on checkout process box with payments options greyed out.
I make now some bypass – add CSS code to remove z-index for this box – to be able to sell products. But I would like to find an answear what is wrong. Thanks for help.
At friday everything works normal – I made some tests purchases and it works.
February 16, 2020 at 1:20 pm #35216In reply to: Breadcrumbs for product-category
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.archive .woocommerce-breadcrumb { display: block; padding: 10px 15px; background: #f6f6f8; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 16, 2020 at 1:16 pm #35215In reply to: Remove Sort by lastest selection
Hi,
You can hide Sortby by add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce-ordering { display: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 16, 2020 at 10:51 am #35211In reply to: menu-item-6640 font size
Hi Della,
You can change font size of menu by add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li > a { font-size: 14px; }
and change 14 with your number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 14, 2020 at 11:32 pm #35200In reply to: How to add external fonts to Claue WP
This reply has been marked as private.February 14, 2020 at 12:56 pm #35198In reply to: Display products on pages & Styles
You don’t need to activate Visual Composer, just change setting of the row contain “products” to fullwidth https://prnt.sc/r247w6add padding on left and right https://prnt.sc/r23w62 and set number of product per row to 3 https://prnt.sc/r248fu and center product’s name and price by add below code to Claue > Theme Option > General Layout > Custom CSS
.product-info.mt__15 { text-align: center; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results