Skip Navigation

[Resolved] Toolset Fields & Views popup in Beaver Builder editor broken

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 6 replies, has 2 voices.

Last updated by Minesh 1 year ago.

Assisted by: Minesh.

Author
Posts
#2701933
Screenshot 2024-06-10 at 1.29.06 PM.png
toolset-popup-fields.png

The Toolset plugin is not loading the toolset-shortcode.css file which is causing the Toolset “Fields & Views” popup in Beaver Builder to display as shown on the attached screenshot. Aside from being hard to read, it’s also non-functional below the viewport, that is, there are fields down there that can’t be reached.

This issue also exists on the sandbox site that you provided. You can check it out here hidden link (screenshot also attached)

#2702006

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Can you please send me copy of the latest Beaver Builder plugin you are using?

When I try to check with the Beaver Builder Plugin (Lite Version) and I checked the page:
- hidden link

It shows nothing found so I guess it will require the Beaver Builder (Standard Version) to check the issue. You can either upload the same plugin to the above site or send me the zip to download it.

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

#2702504

Thanks Minesh, I'll get this to you by early next week.

#2702517

Hi Minesh,
Can you set the next response to private again? I have the file now but I don't seem to be able to control the visibility of my response. Thanks!

#2703026

Minesh
Supporter

Languages: English (English )

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

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

However - what if you test with the sandbox site with the Beaver Builder lite version?

Here is a sandbox site and you can auto-login to it using the following link:
- hidden link

Also - can you please share exact steps I will have to follow to see the issue?

#2703689
Toolset fields bug.png

Hi Minesh, thanks, you can download the standard version from here:
hidden link
To reproduce the issue, click in any Beaver module (e.g. Text Editor) and click "Fields and Views" (see attached screenshot). I think the issue may present also when you type in a shortcode directly.

#2704337

Minesh
Supporter

Languages: English (English )

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

Can you please try to add the following line of code to your theme's functions.php file:

add_filter( 'fl_builder_render_assets_inline', '__return_true' );

Do you able to see the popup working as expected.