Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Submenu horizontal scroll.

Viewing 54 reply threads
  • Author
    Posts
    • #35514
      support
      Support Expired

      Option to move submenu horizontal in one line.

    • #35515
      support
      Support Expired
      This reply has been marked as private.
    • #35518
      Harry
      Support Expired

      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

    • #35519
      support
      Support Expired
      This reply has been marked as private.
    • #35520
      Harry
      Support Expired

      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

    • #35522
      support
      Support Expired
      This reply has been marked as private.
    • #35534
      Harry
      Support Expired

      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

    • #35550
      support
      Support Expired
      This reply has been marked as private.
    • #35551
      Harry
      Support Expired

      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

    • #35552
      support
      Support Expired
      This reply has been marked as private.
    • #35554
      Harry
      Support Expired

      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

    • #35558
      support
      Support Expired
      This reply has been marked as private.
    • #35563
      Harry
      Support Expired

      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

    • #35569
      support
      Support Expired
      This reply has been marked as private.
    • #35572
      Harry
      Support Expired

      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

    • #35605
      support
      Support Expired
      This reply has been marked as private.
    • #35609
      Harry
      Support Expired

      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

    • #35610
      support
      Support Expired
      This reply has been marked as private.
    • #35611
      support
      Support Expired
      This reply has been marked as private.
    • #35613
      Harry
      Support Expired

      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

    • #35831
      support
      Support Expired
      This reply has been marked as private.
    • #35834
      Harry
      Support Expired

      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

    • #35835
      support
      Support Expired
      This reply has been marked as private.
    • #35836
      Harry
      Support Expired

      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

    • #35858
      support
      Support Expired
      This reply has been marked as private.
    • #35927
      support
      Support Expired
      This reply has been marked as private.
    • #35932
      Harry
      Support Expired

      Hi,

      Please try in WooCommerce > Order and update status of order or try this plugin https://wordpress.org/plugins/order-tracking/

      Advanced Shipment Tracking for WooCommerce

      Kind regards

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

    • #35933
      Harry
      Support Expired

      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

    • #35943
      support
      Support Expired
      This reply has been marked as private.
    • #35945
      Harry
      Support Expired

      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

    • #35947
      support
      Support Expired
      This reply has been marked as private.
    • #35949
      Harry
      Support Expired
      This reply has been marked as private.

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

    • #35950
      support
      Support Expired
      This reply has been marked as private.
    • #35955
      Harry
      Support Expired

      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

    • #35956
      support
      Support Expired
      This reply has been marked as private.
    • #35957
      support
      Support Expired
      This reply has been marked as private.
    • #35958
      Harry
      Support Expired

      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

    • #35959
      support
      Support Expired
      This reply has been marked as private.
    • #35961
      support
      Support Expired
      This reply has been marked as private.
    • #35962
      Harry
      Support Expired

      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

    • #35963
      support
      Support Expired
      This reply has been marked as private.
    • #35968
      support
      Support Expired
      This reply has been marked as private.
    • #35976
      Harry
      Support Expired

      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

    • #35984
      Harry
      Support Expired

      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

    • #35985
      Harry
      Support Expired

      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

    • #35986
      Harry
      Support Expired

      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

    • #35987
      Harry
      Support Expired

      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

    • #35992
      support
      Support Expired
      This reply has been marked as private.
    • #35994
      Harry
      Support Expired

      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

    • #35995
      Harry
      Support Expired

      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

    • #35996
      Harry
      Support Expired

      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

    • #35998
      support
      Support Expired
      This reply has been marked as private.
    • #36000
      Harry
      Support Expired

      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

    • #36107
      support
      Support Expired
      This reply has been marked as private.
    • #36118
      Harry
      Support Expired

      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

Viewing 54 reply threads

You must be logged in to reply to this topic.