Hi wpforo team. I have a strange problem after the 1.8 updates. I am using this css code for design my mobile forum menu ( https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-mobile-menu-like-a-desk-top/#post-34054 ) but My forum mobile menu design is broken right now. I controlled my custom CSS code and I can not solve it. I need your help.
Added: Robust CSS style, preventing design conflicts
#wpforo #wpforo-wrap
must now before your css code
/*FORUM MENÜSÜNÜ DÜZ YAPTIN*/
@media screen and (max-width: 620px){
#wpforo-wrap #wpforo-menu .wpf-res-menu {
display: none;
}
#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;
}
replace with
/*FORUM MENÜSÜNÜ DÜZ YAPTIN*/
@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;
}
#wpforo #wpforo-wrap #wpf-menu {
display: flex !important;
}
#wpforo #wpforo-wrap #wpforo-menu{
align-items:flex-start !important;
min-height:48px !important;
}
visit my wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
Your addon version is not compatible with the current version of wpForo. Please update the addon or downgrade wpForo to 1.7.7
[dismiss]
Action Required!Please update wpForo addons CSS style to make compatible with the current version of wpForo.
Update CSS >>
Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room
I had my threads display as full screen with no side bar, but after the update the page has gone back to normal width but the side bar isnt showing.
Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room
wpForo Polls
read wpForo Polls addon is disabled!
Sidebar
update your custom css 😉
#wpforo-wrap.wpft-post .wpforo-right-sidebar {
width: 0%;
display: none;
}
#wpforo-wrap.wpft-post .wpforo-content {
width: 100%;
}
#wpforo-wrap.wpft-topic .wpforo-right-sidebar {
width: 0%;
display: none;
}
#wpforo-wrap.wpft-topic .wpforo-content {
width: 100%;
}
replace with
#wpforo #wpforo-wrap.wpft-post .wpforo-right-sidebar {
width: 0%;
display: none;
}
#wpforo #wpforo-wrap.wpft-post .wpforo-content {
width:100%;
}
#wpforo #wpforo-wrap.wpft-topic .wpforo-right-sidebar {
width: 0%;
display: none;
}
#wpforo #wpforo-wrap.wpft-topic .wpforo-content {
width: 100%;
}
visit my wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
wpForo Polls addon is disabled!
Your addon version is not compatible with the current version of wpForo. Please update the addon or downgrade wpForo to 1.7.7
[dismiss]
Action Required!Please update wpForo addons CSS style to make compatible with the current version of wpForo.
Update CSS >>
Hi guys, I update to the new version, site seems to be working but i have these messages in my dashbaord, and i havent been able to find new updates for the add onsAny idea what i should do here?Thanks in advance
To check if there are some addons update you should go to Dashboard > Updates admin page and click the [check update] button twice. Then go back to Dashboard > Plugins admin page and update.
In any case if you still don't see addon updates, just login to your customer account at gVectors Store and download the latest versions. Then deactivate, delete old versions and upload/install the new versions. After the update, delete all caches again, go to forum front-end and press CTRL+F5.
BTW, the current version of wpForo Polls is 1.0.6.
The 1.8.x versions of wpForo are hooked to WordPress with different hooks and the script loading sequence is not compatible with addons hooks sequence. Also, on the front-end we've added second wrapper to forum to make the forum design more robust (against WP theme CSS conflicts). So the design of addons could be crashed too.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
@robertAll sorted now mate i think everything is working as it should be 🙂 Ill let you know if any of my users find a bug 🙂
Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room
All done, no issues at all really! Very nice additions, thanks team!
Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room
Thank you for your feedback on v1.8.0 and 1.8.1 version.
All issues and suggestions are taken under consideration.
This topic is closed. For new issues please open separate topics in according forums.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.