Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

6 Posts
3 Users
1 Reactions
1,887 Views
Posts: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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

2 Replies
(@anonymous20)
Joined: 9 years ago

Noble Member
Posts: 1599
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: 9 years ago

Noble Member
Posts: 1599
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: 5486
 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: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 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  !!