wpForo 1.8.0 / 1.8....
 
Notifications
Clear all

[Closed] wpForo 1.8.0 / 1.8.1 is released!

26 Posts
7 Users
27 Reactions
4,836 Views
(@zipkinci)
Posts: 26
Eminent Member
 

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.

 
Posted : 25/07/2020 1:35 am
Tutrix
(@tutrix)
Posts: 1453
Noble Member
 

@zipkinci

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...

 
Posted : 25/07/2020 5:49 am
zipkinci reacted
(@percysgrowroom)
Posts: 1187
Noble Member
 
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 ons 
 
Any idea what i should do here? 
 
Thanks in advance

Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room

 
Posted : 25/07/2020 9:49 am
(@percysgrowroom)
Posts: 1187
Noble Member
 

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

 
Posted : 25/07/2020 9:54 am
Tutrix
(@tutrix)
Posts: 1453
Noble Member
 

@percysgrowroom

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...

 
Posted : 25/07/2020 10:11 am
(@percysgrowroom)
Posts: 1187
Noble Member
 

@tutrix You, are so much of a legend mate!! Thank you 

Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room

 
Posted : 25/07/2020 11:35 am
Tutrix reacted
(@zipkinci)
Posts: 26
Eminent Member
 

@tutrix yes, it worked! thanks for your help

 
Posted : 25/07/2020 12:38 pm
Tutrix reacted
Robert
(@robert)
Posts: 10587
Support Team Admin
Topic starter
 
Posted by: @percysgrowroom
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 ons 
 
Any 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.

 
Posted : 25/07/2020 1:46 pm
Macky reacted
(@percysgrowroom)
Posts: 1187
Noble Member
 

@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

 
Posted : 25/07/2020 3:27 pm
Robert reacted
(@percysgrowroom)
Posts: 1187
Noble Member
 

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

 
Posted : 25/07/2020 6:58 pm
Robert reacted
Robert
(@robert)
Posts: 10587
Support Team Admin
Topic starter
 

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.

 
Posted : 26/07/2020 5:09 pm
Page 2 / 2