Home Forums Themes Support Gecko Twice image product

Viewing 14 reply threads
  • Author
    Posts
    • #42544

      Hi, I have a problem with the theme I chose Divi builder but on the store page the images are duplicated. How can I solve the problem please?

      Best regards

    • #42545

      it’s ok i resolved

    • #42546

      Hi,

      Can you share how you resolve the issue?

      Thanks

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

    • #42547

      I just decided to install everything on a new wordpress

    • #42548

      On the other hand I have a question I would like that on mobile it is only the content center promo text that appears and not the social network links and header right content.

      Finally I have a second problem when I change the background colors in Theme option > Color scheme and save the colors are not taken into account there is only the main color that is. Even if I empty the cache of the site, my browser and I try on another browser or on mobile. I don’t know where the problem comes from

    • #42550

      Hi,

      1. Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1024px) {
      .header__top .start-md.start-sm.center-xs {
      	display: none;
      }
      .header__top .hidden-sm {
      	display: block;
      	flex-basis: 50%;
      	max-width: 50%;
      	text-align: left;
      	padding-left: 15px;
      }}
      
      @media only screen and (max-width: 767px) {
      .header__top .start-md.start-sm.center-xs {
      	display: none;
      }
      .header__top .hidden-sm {
      	display: block;
      	text-align: center;
      	flex-basis: 100%;
      	max-width: 100%;
      	padding-left: 0;
      }}

      Kind regards

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

    • #42553

      Hi, I just put the code and it does not work, the social networks disappear well but the right content is still there. I only want the middle content. In addition the code makes the hamburger menu disappear on mobile.

      I thought it was because I put the code:
      @media only screen and (min-width: 1025px) {a.jas-push-menu-btn {display: none;}}
      So I tried deleting all the codes present by putting only the one you gave me but it’s the same it doesn’t work.

    • #42560

      Hi,

      please change code to

      @media only screen and (max-width: 1024px) {
      .header__top .start-md.start-sm.center-xs {
      	display: none;
      }
      .header__top .hidden-sm {
      	display: block;
      	flex-basis: 50%;
      	max-width: 50%;
      	text-align: left;
      	padding-left: 15px;
      }}
      
      @media only screen and (max-width: 767px) {
      .header__top .start-md.start-sm.center-xs,
      .header__top .end-lg.end-sm.center-xs {
      	display: none;
      }
      .header__top .hidden-sm {
      	display: block;
      	text-align: center;
      	flex-basis: 100%;
      	max-width: 100%;
      	padding-left: 0;
      }}

      The code you add only hide hambuger menu on desktop.

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

    • #42590

      Hi, thank you very much, it works perfectly. I have one last question, can you tell me how to put 3 or 4 trust badges below the add to cart button? Please, do you know how to put 3 or 4 trust badges under the add to cart button?

      Best regards

    • #42592

      Hi Lapetitenovic,

      I see you using our theme for new site. Can you please buy new license for new site.

      Thank and regards

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

    • #42594

      I use it on only one site and I don’t use it anymore on the site for which I had installed it initially. I simply forgot to uninstall it, which I did a few minutes ago

    • #42595

      Hi,

      i see you use our theme for https://demo.madewithlove.paris/ and https://denise-carter.com/

      to add trust badge image below add to cart button, please go to JanStudio > Theme Option > WooCommerce > Product Detail Setting and add your code to Extra Content field https://tppr.me/NxHJK

      Btw, your support expired. Please help us renew your support.

      Thank and regards

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

    • #42596

      I don’t know how you can see on which sites the themes are installed but it bugs me. I have 2 licenses, one for Claue that I bought a few years ago and another for Gecko bought less than a month ago. Each theme is used for one site only

      Thank you for your answer I will try

    • #42598

      I’m sorry i check again and see you use 2 themes one for Claue and one for Gecko.

      Kind regards

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

    • #42599

      Error is human 🙂 thank you

Viewing 14 reply threads

You must be logged in to reply to this topic.