Home Forums Search Search Results for 'css'

Viewing 10 results - 941 through 950 (of 3,138 total)
  • Author
    Search Results
  • Hi,

    1. I see some plugin not yet update http://prntscr.com/nkdd5n

    2. This because you set price with tax http://prntscr.com/nkddr4, please remove it

    3. I see custom CSS still work http://prntscr.com/nkdeov

    Btw, your support expired. Could you please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop our theme.

    Thanks

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #30899

    In reply to: Mobile Sticky Menu

    Hi,

    Please file in Theme Option > General Layout > Custom CSS

    .header-sticky .header__mid {
    	box-shadow: none;
    	background: none;
    }

    And delete this code. After that go to Color Scheme to change Header Sticky Background Color http://prntscr.com/nkd8pt

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    This reply has been marked as private.
    #30895

    Hi,

    This control by css of youtube in iframe so the css code of theme can’t apply. I’m sorry for this case, it don’t have solution.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #30892

    Hi Sovann,

    Please add more custom css

    .dark .yt-username {
    	color: #222 !important;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    onebadgemalaysia
    Participant

    Dear Technical Support,

    I wish to seek your kind assistance to advice the solution to remove the repeated price displayed on our website after upgraded to the latest version.

    On the other hand, we found that the Custom CSS Style on the Claue Theme Options dashboard does not reflect after code insertion.

    Hope to hear from you soon.

    Regards, Hannson

     

    Attachments:
    You must be logged in to view attached files.
    #30874

    In reply to: Selector on Checktout

    Hi,

    I have to inspect to radio button element and see the css of this plugin override css of theme and plugin.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #30869

    Hi,

    1. Please change setting of image http://prntscr.com/nk6ss7

    2. Change prev css code to

    .sticky-left-sidebar, .sticky-right-sidebar {
    	position: fixed;
    	top: 250px;
    	left: 0;
    	z-index: 9999;
    }
    .sticky-right-sidebar {
    	right: 0;
    	left: auto;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #30850

    Hi,

    I help you add content to sidebar, please check and change CSS code to

    .sticky-left-sidebar, .sticky-right-sidebar {
    	position: fixed;
    	top: 250px;
    	left: 0;
    }
    .sticky-right-sidebar {
    	right: 0;
    	left: auto;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #30842

    Hi Sovann,

    1. Please add below code to claue-child > functions.php

    if ( ! function_exists( 'jas_claue_child_register_sidebars' ) ) {
    	function jas_claue_child_register_sidebars() {
    		register_sidebar(
    			array(
    				'name'          => esc_html__( 'Sticky Ads Left Sidebar', 'claue' ),
    				'id'            => 'sticky-left-sidebar',
    				'description'   => esc_html__( 'Sticky Ads Left Sidebar', 'claue' ),
    				'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    				'after_widget'  => '</aside>',
    				'before_title'  => '<h4 class="widget-title fwm">',
    				'after_title'   => '</h4>',
    			)
    		);
    		register_sidebar(
    			array(
    				'name'          => esc_html__( 'Sticky Ads Right Sidebar', 'claue' ),
    				'id'            => 'sticky-right-sidebar',
    				'description'   => esc_html__( 'Sticky Ads Right Sidebar', 'claue' ),
    				'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    				'after_widget'  => '</aside>',
    				'before_title'  => '<h4 class="widget-title fwm">',
    				'after_title'   => '</h4>',
    			)
    		);
    	}
    }
    add_action( 'widgets_init', 'jas_claue_child_register_sidebars' );

    2. And download attach file and put to claue-child

    3. Add below code to claue-child > style.css

    .sticky-left-sidebar, .sticky-right-sidebar {
    	position: fixed;
    	top: 250px;
    	left: 0;
    }
    .sticky-right-sidebar {
    	right: 0;
    }

    And go to Appearance > Widgets add your widget to Sticky Left and Sticky Right Sidebar

    Kind regards

    Attachments:
    You must be logged in to view attached files.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 results - 941 through 950 (of 3,138 total)