-
AuthorSearch Results
-
December 29, 2020 at 7:16 pm #39859
In reply to: WordPress 5.6
Hi Harry,
Thank you for sharing the solution.I realized even if we don’t have the header text and leave it empty, we will have a narrow gray header top which there was not in the previous versions.
Will you fix this on the next updates? https://prnt.sc/wc86xy
I am hiding header text via CSS if I’m not using that:
.header__top { display: none !important; }
Kind regards
Rahim Vaziri
CEO & Founder at Look.irDecember 29, 2020 at 10:03 am #39845In reply to: menu en color
Hi,
Please add below CSS code
.jas-navigation { background: #000; }
and go to Theme Option > Color Scheme change color of main menu to white
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 28, 2020 at 8:31 pm #39817In reply to: Mobile version options for colors and size
Hello, I have added some CSS, but again not a description of colors and sizes. Do not work from yesterday and stick the menu up to the top of the slider and do not move.
Regards!
Attachments:
You must be logged in to view attached files.December 24, 2020 at 7:48 am #39766Hi,
You can reduce the heìght of header by add below code to JanStudio > Theme Option > General Layout > Custom CSS
.header__top { display: none; } .header-6 .jas-branding { padding: 20px 0; }
and change 20 with your number
Kind regards
-
This reply was modified 4 years, 3 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 23, 2020 at 6:00 pm #39750In reply to: Social icons and cart
Hi Katia,
Thank you for renew support.
1. issue because Lazyload option of Smush. I turn it off https://prnt.sc/w8elsp and it now work well.
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS because you added the code hide wishlist table
.shop_table.cart { display: block; } table, th, td { border: 1px solid #999; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 22, 2020 at 6:32 pm #39735In reply to: Some issues
Hi,
Please go to Appearance > Customize > WooCommerce > Product Image and change 570 to 370
And go to Lite Speed Cache > Page Optimize enable minìy CSS, JS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 22, 2020 at 4:49 pm #39730In reply to: SEO text at the bottom of the page
Hi Donna,
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 );
and 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=janstudioDecember 22, 2020 at 12:26 pm #39723In reply to: Unwanted white space when i activate sticky menu
thank you so much for your assistance! the white space is gone but the custom CSS has distorted the header in my shop page.i was wondering if i could have css for the home page only or CSS that will restore the shopping page. ive attached an image of the distorted header as well as the header before the CSS is applied. Please help me fix this issue, thanks
Attachments:
You must be logged in to view attached files.December 19, 2020 at 10:01 pm #39698In reply to: Reduce the space between front page images?
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-category { margin-top: 0px; margin-bottom: 0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; }
and change 0.5 to your number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 19, 2020 at 9:05 pm #39693Topic: Reduce the space between front page images?
in forum Claue -
This reply was modified 4 years, 3 months ago by
-
AuthorSearch Results