Home Forums Themes Support Claue Change order tracking link and icon my account

Topic Resolution: Resolved
Viewing 9 reply threads
  • Author
    Posts
    • #29115

      Hello,

      I changed the links of the page followed by command so the basic link mysite.com/orders-tracking no longer works how the changed?

      A second question when my site appears on mobile the icon “my account” disaparated from the sidebar, how to put it ?

    • #29122

      Hi,

      1. Could you send us your site url add private reply?

      2. Please go to Claue > Theme Option > Header > Show account icon > On

      Kind regards

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

    • #29127
      This reply has been marked as private.
    • #29128

      2. It’s already done. When the icon appears well in desktop and tablet but not on mobile.

      3. Another problem with the configuration shop, I choose a display with 2, 3 or 4 columns systematically it shows me 5 columns while it is not even a possible choice.

    • #29131
      This reply has been marked as private.

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

    • #29176

      Hi, thank you very much for your answers ! Which have virtually solved everything.

      3. I spent my day looking more closely at the code I know why I have a problem with the columns of the shop. I changed the % of the columns to widen the widgets in footer which also affected the columns of the shop :

       .jas-col-md-2 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }
      .jas-col-md-3 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }

      I would like to keep this width for widgets in the footer without impacting the columns of the shop. A solution ?

    • #29185

      Hi,

      Please add only below code to claue-child > style.css don’t need to copy all code of main theme to child theme.

      #jas-footer .jas-col-md-2 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }
      #jas-footer .jas-col-md-3 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }

      Kind regards

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

    • #29226

      Hi, now the problem of the shop is solved but a new one has just appeared… I really have no luck :’D ! On desktop browsing no worries, on mobile widgets all appear on one line instead of displaying one after the other.

      Promised after this problem I do not bother you anymore !

      Best regards

    • #29232

      Hi,

      Please change code to

      @media only screen and (min-width: 736px) {
      #jas-footer .jas-col-md-2 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }
      #jas-footer .jas-col-md-3 {
      -ms-flex-preferred-size: 20%;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%;
      }}

      Kind regards

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

    • #29275

      Thank you !

Viewing 9 reply threads

You must be logged in to reply to this topic.