Skip Navigation

[Resolved] Figuring out where white blocks come from

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/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 1 year, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#2569681

I'm not sure if this is a toolset issue or not. If you go to hidden link and scroll down, in the description are white blocks where the url in the description is getting replaced with a full iframe to the linked page. Any idea?

Looking in the theme code we simply use:

<?php echo apply_filters('the_content', $post->post_content); ?>

Any idea?

#2569899

Hello,

No, Toolset plugins won't add those white blocks into post content, you will need to check the other plugins/theme.

For example, you can deactivate all other plugins, and switch to WordPress default theme, and test again.
If the problem is fixed, activate other plugin/theme one by one, try to locate the problem plugin/theme