Notifications
Clear all

[Solved] Notifications overlap

21 Posts
3 Users
3 Reactions
1,334 Views
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

after the update the notifications overlap with the widget underneath it. i have a ccs fix for this but not working after the update.

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

Hi @thecaptain

please provide forum URL.

5 Replies
Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80

@chris hi!

 

just a staging site for the new update: Forum – Magnolia Hotshots (mags.team)

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

I don't get Confirmation email to log in your website.

 

 

Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80

@chris you can use these admin details.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

I have finished with that issue change your password please, and don't post admin credential at public places, that's not a good idea.

Use the below CSS for the issue:

div#wpforo_forums-2.container-wrapper.widget.widget_wpforo_forums {
    position: relative;
    z-index: -2;
}

 

Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

@chris how come this topic is hidden? might be of help to someone who's also experiencing this issue.

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

You have posted your admin credentials, I had to set it private.

Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

hi @chris sorry to bother you but issue came back after latest update.

5 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

Delete the old one and use this one.

div#wpforo_forums-2.container-wrapper.widget.widget_wpforo_forums,div#wpforo_recent_posts-2.container-wrapper.widget.widget_wpforo_recent_posts {
    position: relative;
    z-index: -2;
}
Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80

@chris thanks! noticed however that the post titles in the recent posts widget became unclickable - even the forum tree widget.

 

 

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

just checked the post title works in Recent Post widget.

Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80

@chris hi! not clickable when logged it.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@thecaptain,

The reason of all these issue with the widgets is that your theme overwrites on wpForo widgets and causes these issues. I would recommend taking care of that as I can't customize your theme overwrote CSS all the time.

Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

i don't want to pay $50 to my theme developer just for a simple CSS code.

anybody here who knows how to fix this thru CSS? 🙏

 

Page 1 / 2