Page 1 of 1

*** SOLVED *** Jquery tabs and accordion

Posted: Thu Jan 27, 2022 5:03 pm
by Astro
Hello all,
I am attempting to build a page which will use tabs. This will allow the user to chose between forms, one using English units and the other using metric.
While styling the tabs and testing, the page and tab object renders and works as expected in local preview mode. However, when uploaded to the server, the tabs render incorrectly and do not function properly. I've tried every possible combination of setting, including Bootstrap with differing but all bad results. Please note that all combinations work as expected in local preview mode but not once uploaded.
Eventually I thought it was an issue with WWB v17 so I rebuilt the page using my old WWB v12 version. This attempt produced the same bas results.
Then I gave up on tabs and tried using Jquery Accordion. Again, bad results!
Here is a sample page with both Jquery Tabs and Bootstrap Accordion. https://carbonscopetubes.com/TEMP.php
Note that the accordion looks ok at first glance but does not function properly.
I am getting the same results using WWB v17 and v12, both fully updated.
Please help.
---Frank

Re: Big problem with Jquery tabs and accordion

Posted: Thu Jan 27, 2022 5:17 pm
by crispy68
There is no difference between previewing your site and publishing your site. All the same files are generated.

If it looks good and functions properly in preview and not when uploaded to your host, then it usually means you have not uploaded all of the files that are needed (or could be an issue with your host).

Also, I see at least 2 calls for jquery both of which are older versions (1 being jQuery 1.11.1) which may be causing the issues.

Re: Big problem with Jquery tabs and accordion

Posted: Thu Jan 27, 2022 5:41 pm
by Astro
crispy68 wrote: Thu Jan 27, 2022 5:17 pm Also, I see at least 2 calls for jquery both of which are older versions (1 being jQuery 1.11.1) which may be causing the issues.
That was it, FIXED!!! Thank you so much, I wasted a week on this but all is well now.

---Frank