How-to and Troubleshooting
6
Posts
3
Users
1
Reactions
1,743
Views
Oct 09, 2018 5:03 pm
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
Oct 09, 2018 7:47 pm
No idea. It would be better to have some URL to that post for HTML/CSS debugging.
Oct 27, 2018 12:13 pm
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;
}
Oct 27, 2018 12:19 pm
@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 !!