Home Forums Search Search Results for 'css'

Viewing 10 results - 581 through 590 (of 3,131 total)
  • Author
    Search Results
  • 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=janstudio

    #35256
    webprof
    Support Expired

    Claue -> Theme options -> Custom CSS Style

    .blockOverlay {
    z-index: -1!important;
    }

     

    #35254
    webprof
    Support Expired

    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.

    #35251

    In 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=janstudio

    #35250
    webprof
    Participant

    Hi,

    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.

    #35216

    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=janstudio

    #35215

    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=janstudio

    #35211

    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=janstudio

    #35200
    support
    Support Expired
    This reply has been marked as private.
    #35198

    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

Viewing 10 results - 581 through 590 (of 3,131 total)