-
AuthorSearch Results
-
December 23, 2020 at 6:00 pm #39750
In 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
phippsyParticipantCustomer wants to reduce the spacing between the icons in the attached – front page of the site.
What css do we adjust?
Attachments:
You must be logged in to view attached files.December 19, 2020 at 8:48 am #39677In reply to: Styling gecko vertical theme menu
I tried it. But it didn’t make any change.. Also i tried extra css option in appearance -> customise-> extra css.. Using class name.. No change.. Could you please check it. I think i can makr some changes for other layout except menu. Its working. But i need some changes in menu bar. How should i do.. Please help
December 19, 2020 at 8:37 am #39676In reply to: Styling gecko vertical theme menu
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 19, 2020 at 8:32 am #39675
faucifashionsParticipantHi i have installed gecko vertical slider theme for my shop. So just want to change alignment, font and some css in side menu bar. I try to add some extra css to menu by a extra css option in menu dash bord. But the changes didn’t show up.. The menu layout didn’t feel good for my shop layout. So i need to add some extra css to my menu bar. Is there any option to add it.. And i tried some custom css plugins.. But no difference.. What should i do..?
December 17, 2020 at 1:36 pm #39635In reply to: Add to Cart Button on Mobile Category View
Hi,
On mobile it doesn’t have state hover like on desktop.
It only way always show add to cart button above product image on category page by add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) { .product-image .product-btn .button { display: block; }}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results