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

[Solved] Problem with Profile Page

7 Posts
2 Users
1 Reactions
4,405 Views
Robert
Posts: 10736
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
(@robert)
Support Team
Joined: 2 months ago

Your theme has a hard CSS code which adds :before {display:table} to all divs. This is a terrible thing. You should consider to contact the theme developer and ask them fix this general hard affection. wpForo style works fine and we can't fix tons of issues made by this theme.

In case the theme developers don't help you, please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front. This code will protect wpForo content from the theme hard CSS code:

#wpforo #wpforo-wrap article:after, #wpforo #wpforo-wrap article:before, #wpforo #wpforo-wrap aside:after, 
#wpforo #wpforo-wrap aside:before, #wpforo #wpforo-wrap details:after, #wpforo #wpforo-wrap details:before,
#wpforo #wpforo-wrap div:after, #wpforo #wpforo-wrap div:before, #wpforo #wpforo-wrap figcaption:after,
#wpforo #wpforo-wrap figcaption:before, #wpforo #wpforo-wrap figure:after, #wpforo #wpforo-wrap figure:before,
#wpforo #wpforo-wrap footer:after, #wpforo #wpforo-wrap footer:before, #wpforo #wpforo-wrap header:after,
#wpforo #wpforo-wrap header:before, #wpforo #wpforo-wrap hgroup:after, #wpforo #wpforo-wrap hgroup:before,
#wpforo #wpforo-wrap menu:after, #wpforo #wpforo-wrap menu:before, #wpforo #wpforo-wrap nav:after,
#wpforo #wpforo-wrap nav:before, #wpforo #wpforo-wrap section:after, #wpforo #wpforo-wrap section:before,
#wpforo #wpforo-wrap ul:after, #wpforo #wpforo-wrap ul:before {
display: none;
}

Posts: 17
 Rene
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
(@reneh)
Eminent Member
Joined: 8 years ago

Hey,
Thanks for the information, the solution and the quick answers!  😀  👍 


Page 2 / 2
Share: