This topic has 12 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
December 21, 2014 at 4:07 am#30604
Hey Eva,
Curtis Townsend here. I’m still having issues with custom tabs on product pages (case #s 30604, 30606 and 30932). When I navigate to a single product pages with attributes & variations are enabled and click on either of the Description | Reviews | Returns & Delivery tabs, the page lurches and the tabs do not move.
If you navigate to the following link and try to click on Description | Reviews | Returns & Delivery tabs you’ll see what I am talking about:
http://cetownsend.com/product/sensicare-200-nitrile-exam-gloves/#tab_reviews
Here is an example of a simple product on a page thats functioning properly:
http://cetownsend.com/product/comfort-shield-w-dimethicon-tub-pk24/
Cheers,
C.E.
The website in question is http://www.cetownsend.com
Hello,
I’ve updated etheme.js file. Please check the tabs now and clear browser cache before.
Thank you.
Regards,
Eva Kemp.
Please share the solution as I have the same problem.
Hello @rfrigge,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Curtis Townsend here. What you did worked. Thanks you so much for help.
By the way, does 8theme offer premium support?
C.E.
Hello @cetownsend,
You’re welcome.
Yes, we provide premium support. if you have any queries you can create a ticket at https://support.8theme.com/ and our specialists will assist you.
Thank you.
Regards,
Eva Kemp.
@Eva:
Please provide info so I can change so I can change the etheme.js myself (and others as well)
Or just send the fixed etheme.js
Thank you.
Sorry I’m having this issue with the wootheme theme. So sending the etheme.js is probably not the best solution. Please just give me the lines of code that need to be fixed.
Hello @rfrigge,
I’ve sent the file to your email address.
Please check it.
Regards,
Eva Kemp.
Thank you. Several email clients (on my phone, outlook desktop and hotmail) were giving me a hard time accessing the .js file. I had the forward it to gmail to download the .js file. Maybe next time it’ss better to zip a .js file.
Changes (line 1495):
if(o_src.length > 5) $('.product-thumbnails img').first().attr('src', o_src);
Was replaced with this:
if(typeof o_src != 'undefined' && o_src.length > 5) $('.product-thumbnails img').first().attr('src', o_src);
It works, tabs are showing now Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘"CUSTOM TABS" NOT WORKING WHEN PRODUCT ATTRIBUTES AND VARIATIONS ARE ENABLED’' has been successfully resolved, and the topic is now closed for further responses