Buddypress/Youzify Login Changes Header and Footer Style

Posted in: Newspaper
Post count: 19

Hello there!

First of all, Newspaper 11 fixes a lot of problems with Buddypress (Version 8.0.0). Great! Anyway, there are a couple of issues, where you may help me.

1.) After Login on my Site (https://staging.spontis.de – use username “Demo” and password “check” for testing) there is a different Style on the Main Menu. It changes from “Background, Style 3” to “Default, Style 1” (see changes here http://prntscr.com/17vjly7 – original here: http://prntscr.com/17vjuul)

2.) Also after Login, the Display of the Social Buttons in the global Footer are broken. Original: http://prntscr.com/17vk0al, after Login in the Profile Page: http://prntscr.com/17vk8qy.

What could be causing these problems?

Tested to deactivate some additional Buddypress-Add-Ons, but the Problem is still alive with the Core-Version of the Plugin. http://prntscr.com/17vlqib

Post count: 21065

Hello!

I’ve checked your website and it seems that all your issues are resolved.
It can be from Composer plugin which maybe was not automatically updated.
Please make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/

Thank you!

Post count: 19

No, the issue isn’t solved as you can see here: http://prntscr.com/1827yle Please check again.

Thank you!

Post count: 35449

Hi,
Indeed there seems to still be some problems with the buddypress, as a quick fix for the header, please use this custom css
.buddypress .tdb_header_menu .tdb-menu > li > a:after {
display: none;
}
.buddypress .tdb-menu > li > a:hover {
background-color: #850000!important;
}

And for foooter icons please use this custom css:
.buddypress .td-footer-template-wrap .tdm-social-item i, .buddypress .td-footer-template-wrap .tds-team-member2 .tdi_98_ed3.tds-social1 .tdm-social-item i {
color: #ffffff;
}
.buddypress .td-footer-template-wrap .tdm-social-item i {
font-size: 22px;
vertical-align: middle;
line-height: 48.4px;
}
.buddypress .td-footer-template-wrap .tdm-social-item {
width: 48.4px;
height: 48.4px;
margin: 5px 10px 5px 0;
}
.buddypress .td-footer-template-wrap .tdm-social-item-wrap:hover i, .buddypress .td-footer-template-wrap .tdm-social-item-wrap:hover .tdm-social-text {
color: #d70606;
}

This code should make the website to look the ok. You need to set the code in theme panel > custom code> custom css.
I hope this will help you!
Let me know the results!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.