Product Options Plugin Problem and Product Thumbnails issue

This topic has 4 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Laranz

  • Avatar:
    Inactive
    July 12, 2017 at 22:07

    Hi,

    I have two issues that are vexing me:

    1) I’m using a plugin called “WooCommerce Product Options” for my radio buttons on my product page (https://tavlinsky.co.il/en/product/cumin/). Each choice has a corresponding price. Problem is, when I click add to cart, the price doesn’t show until I refresh the page. I already spoke with the plugin author. I notice that when I try other themes, such as WooCommerce’s own Storefront, the plugin works fine. Any ideas?

    2) How can I get the thumbnails under the product images(same link as above) to keep the left margin with the picture above? Currently, the thumbnail bar isn’t aligned with the image. Either that, or how can I center the thumbnails below the picture?

    Thanks

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 13, 2017 at 16:40

    Hello,

    1) I suppose plugin does not support theme Ajax add to cart. Go to Theme Options > E-Commerce > Single Products > Ajax add to cart > disable this option.

    2) Go to WooCommerce > Settings > Products > Display > Image size > Single product Image > 780×520. Save and regenerate thumbnails after that.

    Regards

    Avatar:
    Inactive
    July 13, 2017 at 17:33

    Hi Olga,

    Thanks so much for your reply.
    Your instructions worked perfectly.

    One followup question:

    On the English product pages of my site, I’d like to switch
    the placement of the pictures and the text – pictures appearing to the right and text appearing to the left.

    I’ve tried making the obvious CSS changes, but I was encountering errors in responsive – mobile sizes.

    My Hebrew product pages I was able to swap directions via CSS with no problems.

    Any ideas?

    Warm regards, and thanks again!

    Avatar: laranz
    Laranz
    Participant
    July 14, 2017 at 10:22

    Hi,

    Can you give us the CSS you added? In that cases use the media query to target particular size like,

    @media only screen 
      and (max-width: 480px) {
     //put your css here.
    }

    This way it target only the mobile device, adjust the CSS you made for the mobile too using this.

    Let us know,

    Thanks,
    laranz.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.