Skip Navigation

[Resolved] Toolset appears to be loading bootstrap 2.5.5

This support ticket is created 7 years 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by melS 7 years ago.

Assisted by: Nigel.

Author
Posts
#596502

I've noticed that toolset seems to be loading bootstrap version 2.5.5? SHouldn't it be loading version 3 (e.g. 3.3.7?)

{site_url}/wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/bootstrap/css/bootstrap.css?ver=2.5.5
#596625

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

That version number is the Types version number, not the Bootstrap version.

If you check the bootrap.css file itself you should see the Bootstrap version, i.e. 3.x

The parameter with a version number that you see in such links is a form of cache-busting mechanism: https://developer.wordpress.org/reference/functions/wp_enqueue_style/

#596695

Aha! Of course, silly me 🙂 Thanks!