-
AuthorSearch Results
-
May 4, 2019 at 11:51 pm #30901
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=janstudioMay 4, 2019 at 11:35 pm #30899In 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=janstudioMay 4, 2019 at 11:23 pm #30896This reply has been marked as private.May 4, 2019 at 11:22 pm #30895In reply to: Need to add left and right sidebar on my site
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=janstudioMay 4, 2019 at 11:08 pm #30892In reply to: Need to add left and right sidebar on my site
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=janstudioMay 4, 2019 at 8:09 pm #30880
onebadgemalaysiaParticipantDear 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.May 4, 2019 at 4:00 pm #30874In 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=janstudioMay 4, 2019 at 11:05 am #30869In reply to: Need to add left and right sidebar on my site
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=janstudioMay 3, 2019 at 9:10 pm #30850In reply to: Need to add left and right sidebar on my site
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=janstudioMay 3, 2019 at 6:57 pm #30842In reply to: Need to add left and right sidebar on my site
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 -
AuthorSearch Results