Skip Navigation

[Resolved] Changed Theme and Bootstrap Tabs stopped working

This thread is resolved. Here is a description of the problem and solution.

Problem:
I have changed my theme and Bootstrap tabs stopped working.

Solution:
Looking at the source code of your site I noticed that there is no bootstrap file loading in your site, so you would need to include bootstrap by the following method:

Please go to Toolset >> Settings >> General >> Bootstrap loading >> and select the 3rd option “Toolset should load Bootstrap 3.0”.

This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by nickT-2 7 years, 5 months ago.

Assisted by: Noman.

Author
Posts
#537158

Hi,

I was using Bootstrap tabs on my landing pages here in the 'Top Itineraries' section. Still working in my staging site here:
hidden link

replace (dot) with a . for the link to work

I've changed my theme and it's no longer working:
hidden link

I've double checked on both sites and it looks like I've copied across all the custom code from the functions.php file and I can see any custom js code for the tabs anywhere. So not sure how to fix.

Please can I check do i need to add some js code somewhere? In the functions.php or in the content template somewhere?

Thanks

#537265

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Nick,

Thank you for getting in touch with us. I have seen an issue like this in Toolset Layouts tab cell but that was fixed sometime ago.

1. Can you please make sure all Toolset plugins are updated to latest versions as a primary check:
https://toolset.com/account/downloads/

2. Also can you please share your Debug Information with us so we can see it? I have enabled debug info box for your next reply:
https://toolset.com/faq/provide-debug-information-faster-support/

How you have added these tabs using html/css code or using Layouts tab cell?

Thank you

#537353

Hi Noman
Thanks for picking up the ticket. The toolset plugins are all up to date:-
- Toolset Types Version 2.2.13
- Toolset Views Version 2.4.0
- WooCommerce Views Version 2.7.3

I've got the debug info but can't see where I paste it?

I have added the Bootstrap tab code in a content template loop that is then used in a view. For the tabs to work do I need to place js code somewhere in functions.php or somewhere else?

If you enable private message I can let you have some login details & links to the edit pages .. maybe that would be quicker?

Thanks,
Nick

#537375

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Nick,

Looking at the source code I can see that there is no bootstrap file loading in your live site, so yes you would need to include bootstrap js file by any one of the following method:

Method 1: Please go to Toolset >> Settings >> General >> Bootstrap loading >> and select the 3rd option “Toolset should load Bootstrap 3.0”.

Method 2: Enqueue bootstrap JS file in your theme’s functions.php, the staging site has this file:

<script type='text/javascript' src='<em><u>hidden link</u></em>;

Tutorial: hidden link

I have enabled debug info box for your next reply just in case:
https://toolset.com/faq/provide-debug-information-faster-support/

Thanks

#537480

Great thank you. That setting has fixed it.

Thank you!