Skip Navigation

[Resolved] Defualt tab display

This support ticket is created 3 years, 3 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

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

This topic contains 2 replies, has 2 voices.

Last updated by Waqar 2 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#1863045

I'm updating an old site, replacing the now-discontinued "Toolset Starter" theme with GeneratePress. I've updated all the plugins, and set it to use Bootstrap 4. The one problem I'm having is that while it displays the initial/default tab content, the first tab does not appear in the selected state.

For example, compare the current site : hidden link

To the new development version : hidden link

Why isn't the Radio Shows tab appearing as active? What can I try to resolve it?

Thanks,
Bob

#1863301

Waqar
Supporter

Languages: English (English )

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

layout-visual-editor-example.png

Hi Bob,

Thank you for contacting us and I'd be happy to assist.

During testing on my website, I was able to reproduce this too and it seems to happen when the tabs cell from Layouts plugin is used with Bootstrap 4.

I'm going to share these findings with the concerned team and appreciate you brought this forward.

For now, a workaround can be to include the following JS code in a visual editor cell with HTML editing mode:
( example screenshot attached )


<script type="text/javascript">
jQuery( document ).ready(function() {
	jQuery('ul.nav li.nav-item.active a.nav-link').addClass('active');
});
</script>

regards,
Waqar

#2025845

Waqar
Supporter

Languages: English (English )

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

Hi,

The fix for this issue has been covered in the latest release (version 2.6.9) of the Toolset Layouts.

You're welcome to update and let us know through a new ticket if you experience something out of place.

regards,
Waqar

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.