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

Home Forums Themes Support Gecko Some questions

Viewing 7 reply threads
  • Author
    Posts
    • #40354
      fomorenom
      Support Expired

      1. I would like to add a news section, but I don’t know how to put the “news” tag like in the gecko demo.

      2. I would like to add more space between the title of the products and the price.

      3. In the mobile version, the logo is not aligned with the menu button and the search and cart icons, how to fix it?

      4. I can’t get the metaslider image to cover the whole screen in the mobile version.

      5. How can I add more social networks like whatsapp and telegram to share my products?

      6. I want to change the color of the out of stock icon

      Thanks for everything

      Attachments:
      You must be logged in to view attached files.
    • #40366
      Harry
      Support Expired

      Hi Fomorenom,

      1. You mean add new products or add blog news?

      2,3. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      h3.product-title, .woocommerce h3.product-title {
      	margin: 0 0 10px 0;
      }
      .header-5 .jas-branding {
      	padding: 20px 0 25px;
      }

      and change 10 with your number

      4. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) { 
      .jas-col-md-12 .jas-container div:nth-child(3),
      .jas-col-md-12 .jas-container div:nth-child(3) .vc_column_container > .vc_column-inner {padding: 0}
      }

      5. We will include in future update

      6. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .badge .sold-out {
      	background: #999;
      }

      and change #999 with your color.

      Kind regards

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

    • #40370
      fomorenom
      Support Expired

      Hello Harry,

      1. Yes, it is for new products.

      Thanks for everything, it looks great.

      I look forward to hearing from you.

    • #40371
      Harry
      Support Expired

      Hi,

      1. Please add “Products” element of WPBakery PageBuilder https://prnt.sc/yzgngj and select recent product.

      By default the “New” badge will show 5 days from publish day. You can the day by edit product scroll down to
      Product Detail Layout Option > New Arrival product.

      Kind regards

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

    • #40376
      fomorenom
      Support Expired

      Sorry Harry, I must have explained myself wrong, what I want is to create a category of news with a tag that says “news” as in the gecko demo on the themeforest page.

      Attachments:
      You must be logged in to view attached files.
    • #40385
      Harry
      Support Expired

      Hi Fomorenom,

      Please follow our document at http://janstudio.net/claue/document/#menu-badge

      Kind regards

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

    • #40387
      fomorenom
      Support Expired

      Thank you very much for your help.

      Best regards.

    • #40391
      Harry
      Support Expired

      You’re welcome. Have a nice day!

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

Viewing 7 reply threads

You must be logged in to reply to this topic.