Hello there,
I've recently installed the Style we_universal created by INVENTEA & v12mike on my forum and I just figured I don't have the search and the rest of the options displayed somewhere visible. Is there a chance I can enable them from somewhere?
The link of my forum is pd.na-rp.ro, you guys can see it yourself.
Search Option, The Team, MCP and other features: - we_universal
-
- Registered User
- Posts: 3
- Joined: Fri Dec 13, 2019 10:50 pm
Re: Search Option, The Team, MCP and other features:
The url you gave is not currently working (http 500 error), I will try again later.
Can you tell us which versions of phpBB and we_universal you are using? did you download we_universal form phpbb.com or github.com?
Have you edited theme/custom.css? If so, try reverting it to the default version.
Can you tell us which versions of phpBB and we_universal you are using? did you download we_universal form phpbb.com or github.com?
Have you edited theme/custom.css? If so, try reverting it to the default version.
-
- Registered User
- Posts: 590
- Joined: Thu Jul 09, 2015 5:03 pm
Re: Search Option, The Team, MCP and other features:
I have had a quick look, there is something wrong with the posts menu css, It is probably because you have configured the buttons to overlay the image AND had configured a limit on the forum width.
I don't have time to fix it properly now, but at least as a temporary fix you can change custom.css at around line 109 to have:
If you email me your modified custom.css and any other we_universal files that you have modified, I will test it here to find a correct solution, but it will be a few weeks before I can do that.
I don't have time to fix it properly now, but at least as a temporary fix you can change custom.css at around line 109 to have:
Code: Select all
.inventea-posts-menu {
position: absolute;
right: 15%;
z-index: 3;
-
- Registered User
- Posts: 590
- Joined: Thu Jul 09, 2015 5:03 pm