Notifications
Clear all

wpForo 1.x.x [Solved] Spinning Progress Ball and Notification Bell Problem

5 Posts
2 Users
2 Reactions
650 Views
Posts: 26
Topic starter
(@zipkinci)
Eminent Member
Joined: 5 years ago

I've just updated to version 1.7.0 and I have some issues.

First of all I must to say that I made some changes with using css code on forum menu like at this topic 

https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-mobile-menu-like-a-desk-top/

First problem is notification bell and private message (pink color) are missing.

Second problem. there is a spinning progress bar down side the forum menu.

Forum link : https://www.spearfishingturkey.com

4 Replies
Posts: 988
Moderator
(@martin)
Support Team
Joined: 8 years ago

@zipkinci,

Please remember that after update you should delete all caches and delete all caches again and then delete your browser cache. The browser cache is the most important, please press Ctrl+F5 on your forum frontend and reset it. Once it's reset you'll see all are fixed.

3 Replies
(@zipkinci)
Joined: 5 years ago

Eminent Member
Posts: 26

@martin

Thanks for quick answer. I have deleted all caches after update. But didnt work. I am using this css code for mobile menu to transform like desktop menu. 

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {
display: none;
}
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li a {
padding: 15px 7px;
font-size:12px !important;
}
ul#wpf-menu {
display: flex !important;
}
#wpforo-menu{
align-items:flex-start
!important;
min-height:48px !important;
}
.wpf-bar-right{
min-height:48px !important;
}
/*Mobil Menü Bildirim zili en sağa yasladın boşlukları sildin*/
.wpf-alerts{
margin-right:15px!important;
padding: 0 0px 0 1px !important;
}
}

 

Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 988

@zipkinci

Mobile? All is clear now. Please use private session of your browser to see the correct view. Mobile browsers have a hard cache, you should find a way to reset it or just test using a private session.

 

(@zipkinci)
Joined: 5 years ago

Eminent Member
Posts: 26

@martin thanks for your help problem was resolved 👍