Home Forums Themes Support Gecko Strange shape appears on variable product page.

Viewing 17 reply threads
  • Author
    Posts
    • #18453

      Hello Harry,

      I have a problem in product page of variable products.

      1)if variable product has only size variation then when i click on the variation a strange rectangle appears.

      2) Also extra product images disappear and only featured image remains on product page.

    • #18458

      Also I have another question, Can I change color of the “my account” icons in mobile menu without changing the color of “my account/cart” icons in top header?

      (i have different backgrounds and there is a problem with the visibility of the icons.)

      Thank you!

    • #18459

      And a third question!

      Can i hide the social icons that appear in the left top corner in mobile?

      Thanks a lot!

    • #18475

      Hi,

      1. Please go to Appearance > Install Plugin to update plugins to fix this issue

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

      @media only screen and (max-width: 767px) {
      .jas-canvas-menu .jas-action i { color: #000000;}
      .header__top .jas-socials {display: none;}
      }

      Best regards

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

    • #18538

      Hello Harry,

      Problem 1. still remains after update when a variable product has 2 variations after the update!

    • #18539

      Hi,

      Please clear cache and check again.

      I check your site and see it work well.

      Best regards

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

    • #18550
      This reply has been marked as private.
    • #18561

      Hi,

      Please add more code in JanStudio > Theme Option > General Layout > Custom CSS

      
      form .quantity.hidden {display: none !important;}
      .entry-summary .quantity.hidden + .single_add_to_cart_button, .entry-summary .quantity.hidden + .external_single_add_to_cart_button { margin-left: 0;}
      #jas-mobile-menu ul li.open > .holder::before, #jas-mobile-menu ul li:hover > .holder::before { color: #222;}

      Best regards

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

    • #18564

      Hello Harry,

      strange shape disappeared but “-” in mobile version is still not visible.

    • #18569

      Hi,

      Please change code to

      form .quantity.hidden {display: none !important;}
      .entry-summary .quantity.hidden + .single_add_to_cart_button, 
      .entry-summary .quantity.hidden + .external_single_add_to_cart_button { margin-left: 0;}
      #jas-mobile-menu ul li.open > .holder::before, 
      #jas-mobile-menu ul li:hover > .holder::before { color: #222 !important;}

      Best regards

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

    • #18581

      Hello again Harry,

      I’m sorry but still not visible 🙁

    • #18585

      Hi,

      I fixed the issue with “-” on your site.

      Best regards

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

    • #18613

      Thanks that worked well!

      Another tiny issue is that i have set in theme options Pagination Style: number and items per page: 24

      but in shop page only 11 are appearing and also in discounts page the pagination is not visible.

      Can you help me out with this?

      Thank you very much, top support!

    • #18634

      Hi,

      1. Could you try deactivate plugin one by one and recheck

      2. Now sale page use custom page so can’t show pagination. Please use this plugin and assign sale page https://wordpress.org/plugins/on-sale-page-for-woocommerce/ to show pagination.

      Best regards

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

    • #19076

      Hello again Harry,

      Can you tell me how to change background color and text color of footer?

      Is it possible that i Have different background/font color in footer for mobile devices?

      Thanks.

    • #19086

      Hi,

      Please change footer background color in JanStudio > Theme Option > Footer
      and change footer text color in JanStudio > Theme Option > Color Scheme

      Please add below code to change background footer on mobile and text color in JanStudio > Theme Option > General Layout > Custom CSS

      #jas-footer::before {display: none;}
      #jas-footer, .footer__top a, .footer__bot a {color: #fff;}
      #jas-footer a:hover {color: #515151 !important;}
      
      @media only screen and (max-width: 736px) {
      #jas-footer {background: #000;}
      #jas-footer, .footer__top a, .footer__bot a {color: #fff;}
      #jas-footer a:hover {color: #515151 !important;}
      }

      And change #000, #fff, #515151 with your color

      Best regards

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

    • #19100

      Thank you very much!

      I’m getting an error in my error log that has to do with the wishlist, its:

      AH01071: Got error ‘PHP message: PHP Warning: sprintf(): Too few arguments in /wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 1053\n’

      Is it sth to worry about? Can you fix it?

      Thanks again!

    • #19103

      Hi,

      This issue related to plugin YITH Wishlist, we have to wait for plugin author who fix this.

      Best regards

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

Viewing 17 reply threads

You must be logged in to reply to this topic.