[Solved] Additional descriptions not clickable on products page

Working with Checkout 1.6.9.4
WordPress 3.4.2

Just setting up my first product.  Here's the page http://connectwithyoursoul.com/product/real-honest-to-goodness-printed-books/meet-your-soul/

I have additional descriptions for this product.  The tabs for these descriptions show, but they aren't clickable.  Didn't find a similar thread for this topic, any ideas?

Comments

  • 4 Comments sorted by
  • Vote Up0Vote Down
    They are clickable for me.  I'm using chrome.  I tried it in IE and it worked fine.  I suspect you are having an issue with your local machine.  In the past when I've had a wonky browser I deleted my cache and things improved. 
  • Vote Up0Vote Down
    Thanks for the help, I'll give that a try. 
  • Vote Up0Vote Down
    cacheatnight,

    Thanks again for your help.  It appears to be a conflict with FireFox 18.  Tried it on both Windows and Mac computers.  I imagine its hard to keep up with this type of thing.  Wonder when it will be looked into since FireFox has 20% of the market.
  • Vote Up0Vote Down
    Thank you for your messages.

    It is an issue specific to Firefox, yes.

    It can easily be solved with a single line of CSS.
    The CSS can be added to your theme's stylesheet or under Checkout > Configuration > General > Custom CSS.

    .ui-tabs .ui-tabs-nav { display:block; }

    Here is the code as well: http://pastebin.com/VTkcvdR6

    I hope this helps some people with this problem.
    It will be in a release shortly.

    All the best,
    Antonie
Sign In or Register to comment.