Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Closed] Post with only a shortcode

6 Posts
3 Users
1 Reactions
2,202 Views
Posts: 1594
Topic starter
(@anonymous20)
Noble Member
Joined: 10 years ago

Hello.

Trying to add some shortcode in a post (for displaying a slideshow), the whole slideshow (and ANY shortcode) shows at the bottom after a lot of space. Maybe it is due to <p> added, i dunno.

Any ideas how to solve this ?

 

Thanks


5 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 10 years ago

No idea. It would be better to have some URL to that post for HTML/CSS debugging.


2 Replies
(@anonymous20)
Joined: 10 years ago

Noble Member
Posts: 1594
Posted by: Robert

No idea. It would be better to have some URL to that post for HTML/CSS debugging.

I will as soon as i finish what i'm doing. probably doesn't come from wpForo.


(@anonymous20)
Joined: 10 years ago

Noble Member
Posts: 1594
Posted by: Robert

No idea. It would be better to have some URL to that post for HTML/CSS debugging.

Robert this is a test post with two shortcodes from two different plugins. The empty space on top is the same for both.

ANY ideas are much welcome.

Thanks

https://www.discovervenice.eu/community/off-topic/shortcode-test/


Sofy
Posts: 5636
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @anonymous20,

I think this CSS code should solve the issue. Please put it in "Custom CSS Code" (Dashboard > Forums > Settings > Styles) textarea and check again. 

#wpforo #wpforo-wrap .wpforo-post-content .code-block.code-block-10 {
clear: none !important;
}
#wpforo #wpforo-wrap .wpforo-post-content .slide-frame {
clear: none !important;
}

Posts: 1594
Topic starter
(@anonymous20)
Noble Member
Joined: 10 years ago

@sofy thanks, it seems to work fine.

Also thanks because now i can see how i can do it with any other plugin with the same problem, and not bother you  !!