Home › Forums › Themes Support › Claue › Submenu horizontal scroll.
- This topic has 54 replies, 2 voices, and was last updated 4 years, 10 months ago by
Harry.
-
AuthorPosts
-
-
March 18, 2020 at 7:20 pm #35514
Option to move submenu horizontal in one line.
-
March 18, 2020 at 7:25 pm #35515This reply has been marked as private.
-
March 18, 2020 at 7:58 pm #35518
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .shop-top-sidebar .woocommerce { min-width: 1050px; }}
And increase 1050 to your number when the sub-menu in one line.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 18, 2020 at 8:58 pm #35519This reply has been marked as private.
-
March 18, 2020 at 9:19 pm #35520
On our demo use CSS too,
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 18, 2020 at 10:48 pm #35522This reply has been marked as private.
-
March 19, 2020 at 7:03 am #35534
Hi,
Please change code to
@media only screen and (max-width: 736px) { .shop-top-sidebar .widget_nav_menu { min-width: 1050px; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 19, 2020 at 6:53 pm #35550This reply has been marked as private.
-
March 19, 2020 at 8:21 pm #35551
Hi,
Please edit form and check in the field as place holder like this https://prnt.sc/rj0v9f
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 19, 2020 at 11:30 pm #35552This reply has been marked as private.
-
March 20, 2020 at 11:18 am #35554
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li > ul > .sub-column-item { display: inherit; } .jas-menu > li.menu-item-has-children > ul.sub-menu > .sub-column-item > a { color: #878787; text-transform: none; font-weight: 400; font-size: 14px; padding: 0; border-bottom: none; } .sub-column-item .sub-column { position: absolute; min-width: 250px; display: table; background:rgba(255, 255, 255, 0.95); top: 120%; opacity: 0; visibility: hidden; transition: all .3s; text-align: left; z-index: 10; box-shadow: 0 0 3px 0 rgba(0,0,0,.1); } .sub-column-item .sub-column > li { padding: 10px 15px; } .jas-menu li ul.sub-menu li:hover .sub-column { opacity: 1; visibility: visible; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 20, 2020 at 10:05 pm #35558This reply has been marked as private.
-
March 21, 2020 at 12:08 am #35563
Hi,
Please try clear cache on your site. I tried on my local it work well
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 21, 2020 at 1:06 am #35569This reply has been marked as private.
-
March 21, 2020 at 4:19 pm #35572
Hi,
I clear cache and sub menu it now work well on your site. Please check.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 24, 2020 at 8:27 pm #35605This reply has been marked as private.
-
March 24, 2020 at 9:57 pm #35609
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .jas-action > a.sf-open { display: inline-block; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 24, 2020 at 10:10 pm #35610This reply has been marked as private.
-
March 24, 2020 at 10:24 pm #35611This reply has been marked as private.
-
March 25, 2020 at 9:01 am #35613
Hi,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.ui-autocomplete { height: 400px; }
and change 400 with your number
2. I’m sorry the default function not support it
3. It show all the result in the scroll.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 3, 2020 at 10:52 pm #35831This reply has been marked as private.
-
April 3, 2020 at 10:59 pm #35834
Hi,
The plugin Variation Swatches customize to work with our theme. I’m not sure it can work on other theme. If you use our theme for old site you have to by new license https://themeforest.net/licenses/standard one license only can use on one site.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 3, 2020 at 11:06 pm #35835This reply has been marked as private.
-
April 3, 2020 at 11:09 pm #35836
I’m sorry. I’m not sure plugin can use with other theme and we not support for other theme not from us.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 5, 2020 at 4:29 am #35858This reply has been marked as private.
-
April 7, 2020 at 9:41 pm #35927This reply has been marked as private.
-
April 7, 2020 at 10:42 pm #35932
Hi,
Please try in WooCommerce > Order and update status of order or try this plugin https://wordpress.org/plugins/order-tracking/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 7, 2020 at 10:55 pm #35933
Hi,
Please add below code to claue-child > functions.php
if ( ! function_exists( 'jas_claue_wc_my_account' ) ) { function jas_claue_wc_my_account() { $output = ''; if ( cs_get_option( 'header-my-account-icon' ) ) { $output .= '<div class="jas-my-account hidden-xs ts__05 pr">'; $output .= '<a class="cb chp db" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '"><i class="pe-7s-user"></i></a>'; $output .= '<ul class="pa tc">'; if ( is_user_logged_in() ) { $output .= '<li><a class="db cg chp" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '">' . esc_html__( 'Dashboard', 'claue' ) . '</a></li>'; $output .= '<li><a class="db cg chp" href="' . esc_url( home_url( '/orders-tracking/' ) ) . '">' . esc_html__( 'Order Tracking', 'claue' ) . '</a></li>'; $output .= '<li><a class="db cg chp" href="' . esc_url( wp_logout_url() ) . '">' . esc_html__( 'Logout', 'claue' ) . '</a></li>'; } else { $output .= '<li><a class="db cg chp" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '">' . esc_html__( 'Login / Register', 'claue' ) . '</a></li>'; } $output .= '</ul>'; $output .= '</div>'; } return apply_filters( 'jas_claue_wc_my_account', $output ); } }
and change /orders-tracking/ with the link slug of order tracking page on your site.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 8, 2020 at 10:18 pm #35943This reply has been marked as private.
-
April 8, 2020 at 10:20 pm #35945
Hi,
Can you send me login account to check?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 8, 2020 at 10:23 pm #35947This reply has been marked as private.
-
April 8, 2020 at 10:34 pm #35949This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 8, 2020 at 11:08 pm #35950This reply has been marked as private.
-
April 9, 2020 at 12:24 am #35955
Please change code to
if ( ! function_exists( 'jas_claue_wc_my_account' ) ) { function jas_claue_wc_my_account() { $output = ''; if ( cs_get_option( 'header-my-account-icon' ) ) { $output .= '<div class="jas-my-account hidden-xs ts__05 pr">'; $output .= '<a class="cb chp db" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '"><i class="pe-7s-user"></i></a>'; $output .= '<ul class="pa tc">'; if ( is_user_logged_in() ) { $output .= '<li><a class="db cg chp" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '">' . esc_html__( 'Dashboard', 'claue' ) . '</a></li>'; $output .= '<li><a class="db cg chp" href="' . esc_url( home_url( '/rastrear-pedido/' ) ) . '">' . esc_html__( 'Order Tracking', 'claue' ) . '</a></li>'; $output .= '<li><a class="db cg chp" href="' . esc_url( wp_logout_url() ) . '">' . esc_html__( 'Logout', 'claue' ) . '</a></li>'; } else { $output .= '<li><a class="db cg chp" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '">' . esc_html__( 'Login / Register', 'claue' ) . '</a></li>'; } $output .= '</ul>'; $output .= '</div>'; } return apply_filters( 'jas_claue_wc_my_account', $output ); } }
and edit order page and change slug of this page to “rastrear-pedido”
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 9, 2020 at 12:28 am #35956This reply has been marked as private.
-
April 9, 2020 at 12:29 am #35957This reply has been marked as private.
-
April 9, 2020 at 12:30 am #35958
the account you sent can’t check what you edit so i can’t try,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 9, 2020 at 12:34 am #35959This reply has been marked as private.
-
April 9, 2020 at 12:38 am #35961This reply has been marked as private.
-
April 9, 2020 at 1:10 am #35962
Please try clear cache and deactivate plugin SG Cachepress and activate this plugin again.
I tried clear cache but it not work
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 9, 2020 at 1:23 am #35963This reply has been marked as private.
-
April 9, 2020 at 8:51 pm #35968This reply has been marked as private.
-
April 10, 2020 at 1:14 am #35976
Hi,
Please edit the column wrap category link and set to 6cols – 1/2 on small device https://prnt.sc/rwalrr
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 6:02 am #35984
I check your site it now in 2 cols in a row. Did you fix?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 7:16 am #35985
I’m sorry on the desktop it 3-cols/row so after 3rd element it will down the next. It only way like you did now.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 7:48 am #35986
I’m sorry it now the currency switcher only show on header top right. If you want more build you can use a plugin.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 8:04 am #35987
You can set currencies rate in Dashboard > Claue > Currencies.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 9:18 pm #35992This reply has been marked as private.
-
April 10, 2020 at 9:25 pm #35994
Hi Marcelo,
1. Please go to WooCommerce > Settings > Currencies Option and change default currency to Uruguay Peso.
2. Go to Claue > Currencies > Delete USD and recreate USD again, after that you can update rate.
You can manual change Exchange rate when create new currency and turn off auto update rate option by type 0 to Auto update https://prnt.sc/rwt9vm
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 10:42 pm #35995
Hi Marcelo,
Please delete Uruguay currency and create again, after that you can use manual rate https://prnt.sc/rwutzt
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 10, 2020 at 11:27 pm #35996
I’m sorry it doesn’t have option to manual update every day. It only have auto update every day, if you want update manual every day you have to delete and create again.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 11, 2020 at 12:10 am #35998This reply has been marked as private.
-
April 11, 2020 at 12:37 am #36000
Hi Marcelo,
Please use this plugin https://wordpress.org/plugins/yith-woocommerce-category-accordion/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2020 at 12:40 am #36107This reply has been marked as private.
-
April 22, 2020 at 8:26 am #36118
Hi,
The footer widget use plugin Mailchimp for WordPress and the Popup use plugin YITH Popup, please follow our document to setting Popup http://janstudio.net/claue/document/#newsletter-popup
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.