Fresh Install - But...
 
Notifications
Clear all

[Solved] Fresh Install - Buttons take up whole screen

10 Posts
3 Users
0 Reactions
543 Views
Posts: 8
Topic starter
(@marish)
Active Member
Joined: 2 years ago

Hiya,

Just thought I'd try out the forums, but on a fresh install there are some random giant arrows. Please see image attached.

Is this something I can fix? It is unsightly.

Thank you.

Topic Tags
9 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @marish,

I don't see those arrows in your website.

5 Replies
(@marish)
Joined: 2 years ago

Active Member
Posts: 8

@chris perhaps its only once you are logged in, but it is rather annoying as it takes up the whole screen.

 

ETA: I've just made another account in incognito mode, and yes, it is only once logged in.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@marish,

ok, I will try to log in, please enable wpForo.

(@marish)
Joined: 2 years ago

Active Member
Posts: 8

@chris sorry, i had uninstalled to have a look at other options, its enabled again and the issue persists 🙁

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10548

@marish ,

This is a cache issue.

Please install it again, then delete all caches. If you have a CDN, please purge it as well.

Then navigate to wpForo > Overview admin page and click the [Delete all caches] button.

(@marish)
Joined: 2 years ago

Active Member
Posts: 8

@robert I completely uninstalled, reinstalled, did delete all cache, and the issue persists. I don't know what a CDN is though. Please find image attached showing installed plugins.

Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

@marish,

The issue is related to your theme as it creates SVG icons for sub forum links, and also that the top bar is set to relative which sets the top bar on forum menu.

This CSS fixes those issues.

Insert the below CSS Code in Custom CSS code field from Dashboard > wpForo > Settings > Colors & Styles:

#wpforo #wpforo-wrap .wpf-left .wpf-menu .menu-item-1261 a svg.svg-inline--fa {
    display: none;
}
#wpforo #wpforo-wrap #wpforo-menu{
    margin-top: 30px;
}
2 Replies
(@marish)
Joined: 2 years ago

Active Member
Posts: 8

@chris that fixed it! thank you! sad that I had to loose my colour scheme and posts 🙁

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@marish,

I don't follow you, you got issue after using the CSS Code?