By Anthony Morrison on Wednesday, 05 August 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 346
Votes 0
I updated easyblog to 5.0.17. When i try to create a post part of the page opens up behind my main menu and i cannot view the easy blog menu (Add Block, Add media etc...) I use other modal boxes that display correctly on the site. I have provided the login information. Please correct this. Thanks.
Hi Anthony,

It looks like your template header z-index value is too high thus causing it to overlap our easyblog composer. I've helped you to apply the fix by adding the following css fix inside your /templates/system/css/system.css
body.nosticky #headerwrap {
z-index: 9999;
}


Hope these help.
·
Wednesday, 05 August 2015 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
That did it. Thanks.
·
Wednesday, 05 August 2015 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Anthony,

You are most welcome. Glad that your issue has been resolved now.
·
Wednesday, 05 August 2015 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post