Skip Navigation

[Resolved] Text is not shown in start tab

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

Problem:
Text is not shown in first tab with Tabs created using Layouts plugin using Tabs cell

Solution:
Toolset Layouts plugin is in maintenance mode. We suggest instead of using Layouts plugin, you should use the Toolset Blocks plugin.

You can find the proposed solution in this case with the following reply:
https://toolset.com/forums/topic/text-is-not-shown-in-start-tab-2/#post-2298747

Relevant Documentation:

This support ticket is created 2 years, 11 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 9 replies, has 2 voices.

Last updated by larsL-2 2 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#2297303
2022-02-19 11.12.05 am.png

I am trying to: see a text in the first tab

Link to a page where the issue can be seen: hidden link

I expected to see: the text

Instead, I got: an empty space, but after clicking another tab, and go back to Introduktion

#2298431

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Based on the view source If I'm not wrong you created the tabs using the Toolset Layouts plugin - is that right?
- If yes, is there any result you select Toolset Layouts plugin as Toolset Layouts plugin is in maintenance mode. We suggest instead of using Layouts plugin, you should use the Toolset Blocks plugin.

#2298563

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Based on the view source If I'm not wrong you created the tabs using the Toolset Layouts plugin - is that right?
- If yes, is there any result you select Toolset Layouts plugin as Toolset Layouts plugin is in maintenance mode. We suggest instead of using Layouts plugin, you should use the Toolset Blocks plugin.

#2298567

Hi
Yes i use Toolset Layouts, and i don't think its in any maintenance mode.

I use Layouts because its at the moment much easier and convinient to use than the blocks, which is not so easy to use

#2298573

I am not sure i understad what you mean with "maintenance mode"

#2298581

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

When we say in maintenance mode, we are not going to add any new feature to it as we are concentrating on the Blocks. I still strongly suggest to move to Blocks but if you are happy to use Layouts then its ok.

If you are happy to use Layouts, Can you please try to add the following JS code to your Layout's JS section at:
=> Toolset => Layouts CSS & JS => Add the following code to JS editor

jQuery(function() {
    jQuery(".ddl-tab-content div:first").addClass('show');
});
#2298607

I tried to add the JS code, but it does not seems to help

//lars

#2298677

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

That is strange. Can you please share admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site.

I have set the next reply to private which means only you and I have access to it.

#2298747

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

And the first thing started thats not working that custom JS added to Layout's JS editor is not added on page. We will have to investigate this further but as shared, you can not expect fix very soon and there is no ETA on it.

However, in your case, It's a better choice rather to add the script to the view's JS section which you added to your Layout, as if we add the script to Layout's JS section it will be added to ALL layouts you created.

I've added the script I've shared to the following view's content template's section "Templates for this View" JS box:
=> hidden link

 jQuery(document).ready(function($){
    jQuery(".ddl-tab-content div:first").addClass('show');
});

I can see it working here: hidden link

#2298755

My issue is resolved now. Thank you!