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] Tiny problems with two addons...

2 Posts
2 Users
0 Reactions
1,283 Views
Posts: 12
Topic starter
(@maltrain)
Eminent Member
Joined: 6 years ago

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 !!!

 

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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/