BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Buddypanel not closing!
- This topic has 14 replies, 4 contibutors, and was last updated 9 years, 1 months ago by Eduweb College.
Question
September 21, 2015 at 9:20 am #46732@onefreeinternetJust what the title says – and I didn’t notice when this happened or how. The buddy panel is open by default but clicking the menu that often closed it now doesn’t work – nothing happened. Tried this on many machines and two different browsers. What could be wrong?
Please help 🙂
-CAnswers
September 21, 2015 at 4:17 pm #46754@peppe-sapienzasame issues.
When a user click to the menu button, the url change from http://www.xcoding.it to http://www.xcoding.it/# and nothing happen
September 21, 2015 at 4:32 pm #46756@onefreeinternetSame hashtag appears in my url too 🙁
September 22, 2015 at 3:17 pm #46840@onefreeinternetBUMP: now the top menu is not showing. What is going on? It was showing yesterday and today it is now gone. HELP?
September 25, 2015 at 1:45 pm #47095@onefreeinternetI still need help for this, please.
-CSeptember 25, 2015 at 1:45 pm #47096@onefreeinternetI still need help for this, please.
My site is now at http://eduwebcollege.com
-CSeptember 26, 2015 at 1:23 am #47119@
AnonymousHi @peppe-sapienza, Please deactivate the Cache plugin as well as minify plugin to inspect the issue because we are not getting such issues on our testing instances.
Hi @onefreeinternet, Seems like revolution slider breaking the js and creating the conflict. It is just coincidence that you both are getting the same navigation issue.
For Revolution slider, it is already submitted to the developers to fix the js conflict.
Regards
PallaviSeptember 28, 2015 at 1:40 pm #47381@onefreeinternetThanks Pallavi! So glad to hear it.
Has an update been released? -C
September 28, 2015 at 10:18 pm #47398@
AnonymousHi @onefreeinternet, not yet
We will notify you after our developers will add fix in development version and get verified by testers.
It’s pretty hard to keep functionality testing with lots of 3rd party plugins.
RegardsSeptember 29, 2015 at 10:08 am #47451@onefreeinternetNo problem. Thanks, and hoping for a solution soon. 🙂
-COctober 2, 2015 at 3:12 pm #47784@onefreeinternetAll,
Revolution slider is completely deactivated, and the problem persists. Perhaps this is another issue?
Thanks,
-COctober 2, 2015 at 3:13 pm #47785@onefreeinternetP.S: I have no minify plugins active.
-COctober 7, 2015 at 3:54 pm #48127@onefreeinternetTalked to the help support at themepunch, and this is their reply:
Hi Crystal,
Thanks. The only JavaScript error I’m getting is what’s shown in the attached screenshot. The error is coming from this file:
http://eduwebcollege.com/wp-content/themes/boss/js/ui-scripts/selectboxes.js?ver=1.1.7
Can you ask your theme’s author how the error from the slider can be reproduced? For example, maybe it’s OS and browser specific? I’d like to try and reproduce it to help you further with this.
The nature of the error is the script is referencing jQuery with the “$” (dollar sign), and this type of usage will almost always cause issues in a WordPress environment.
Is this the error you’re also discovering?-C
October 8, 2015 at 12:40 am #48153@
AnonymousHello @onefreeinternet, please wait awhile for our next update.
Mean time you can test with following function inside the child theme functions.php
which will remove select script to debug the issuefunction bb_dequeue_script() { wp_dequeue_script( ’selectboxes’ ); } add_action( ’wp_enqueue_scripts’, ’bb_dequeue_script’, 100 );
Regards
October 8, 2015 at 5:47 pm #48259@onefreeinternetReport: that works(!), to a point, the buddypanel closes but the members I search for in bp global search don’t all show. One problem down, another to address, thank you so much Varun. Looking forward to assistance with the latter.
-C
- The question ‘Buddypanel not closing!’ is closed to new replies.