AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Tiny problems with two addons...

2 Posts
2 Users
0 Reactions
1,630 Views
Posts: 12
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@maltrain)
Eminent Member
Joined: 7 years ago
[#8487]

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: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@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/


Share: