Hi. I'm using your forum system and it's GREAT. I'm very happy with with, specially with the Cross-Posting addons, it's exactly what I was looking for.
I have, however, three tiny issues I can't find how to solve, but I assume it's really easy to solve.
Here it's an example of my forum:
http://www.playadictos.net/foro/temas-del-blog/parasite-eve-el-primer-rpg-cinematico/
1) Can I display (automatically, of course) the title of the article on the post?
2) Well, as you can see, below the article there is a huge empty space. Is there a way to reduce it?
3) How can I align the video embed to the "center" on every topic?
THANKS !!!
Thank you @maltrain,
All the issues you've mentioned are just CSS issues. To solve them just add the following CSS code in "Custom CSS code" textarea located in Dashboard > Forums > Settings > Styles admin page, Save it delete all caches and press CTRL+F5 on the frontend.
#wpforo #wpforo-wrap #wpforo-title {
position: static;
font-size: 20px;
padding: 2px 0 10px 0;
margin: 1px 0 15px 0;
font-weight: 500;
}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video, #wpforo #wpforo-wrap .wpforo-post-content .wpf-video iframe {
height: 100% !important;
}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video {
text-align: center;
margin: 0 auto !important;
}
For further support please always use the gVecrors forum. Here we only support the issue related to the wpForo plugin core. The questions related to wpForo add-ons should be asked on the wpForo Addons Support forum: https://gvectors.com/forum/wpforo-support/