Buddy Press Member Reviews page shows two menu bars and and error
This topic contains 10 replies, has 2 voices, and was last updated by Paolo 11 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
March 5, 2015 at 12:20 am #32962
When viewing a user’s reviews, the page shows two menu bars before fading away and showing various code messages
1. navigate to a user’s reviews page like : http://www.qurbee.com/members/sogwiz/reviews/
2. The page then fades to white blank page
3. note the screenshot attached please
March 5, 2015 at 7:54 pm #33034Hi,
something is turning every element on the page into a slider.
I guess it must be a boyd class or a bad bit of js that is doing it. COuld be a plugin.
Please provide wp admin credentials and we will have a look.
Thanks
March 5, 2015 at 9:21 pm #33051This reply has been marked as private.March 5, 2015 at 9:24 pm #33053is that an admin user? Please provide Admin username and password. Don’t make us go though recovery password and so on…
Thank you
March 5, 2015 at 9:29 pm #33056This reply has been marked as private.March 5, 2015 at 10:28 pm #33081Hi,
it appears that you have very little memory allocated in that server, I can’t even access the pages menu in wordpress dashboard.
I couldn’t troubleshoot your problem though, but it seems to be related to avada, because if i switch theme the problem disappear.
Just FYI, you didn’t have Avada selected in GD >> Theme compatibility and that was creating some layout troubles.
I’ve asked to the developers to have a look at your problem directly.
We’ll let you know asap.
Thanks
Thanks.
March 10, 2015 at 2:50 pm #33534Hi,
Kiran had a chance to check and after lots of checking found that issue procuded due to javascript code which is in wp-content/themes/Avada/js/main.js
Code is
jQuery('.reviews').cycle(reviews_cycle_args);Because of this line “cycle” function is executed for all elements which has the “reviews” class on page.
Main thing here is on BP Profile page it adds new classes to body. So if you click on BP Profile -> Profile you will found “profile” class in body class attribute, by same thing it adds “reviews” class in body element attribute when you go to BP Profile -> Reviews tab.
So the above function is also executed for body element.
You have installed theme Avada v3.6.2 and this was fixed in v3.7 with the following line of code:
jQuery('.fusion-testimonials .reviews' ).each( function() {You can also found more details in Avada change log at http://theme-fusion.com/avada-documentation/changelog.txt
– improved testimonials/slider scriptIN SHORT there are two ways to fix issue on http://www.qurbee.com
– Update Avada theme to latest or
– ChangejQuery('.reviews').cycle(reviews_cycle_args);line with
jQuery('body .reviews').cycle(reviews_cycle_args);in wp-content/themes/Avada/js/main.js
Hope it is clear.
Let us know
Thanks
March 10, 2015 at 5:48 pm #33548This reply has been marked as private.March 10, 2015 at 6:34 pm #33558Hi,
did you clear your browser cache after making the change?
Because if I visit your website I no longer see the problem…
Let us know if I can set this as solved.
Thx
March 10, 2015 at 6:40 pm #33560ur right. I’m sorry. thank you.
The oddity now is when adding a place.
1. Add Place
2. Register as new user (non buddy press flow)
3. ERROR: User is then redirected to wordpress login after step #2(previously, the user would be redirected either to my home page or the add listing page)
March 10, 2015 at 6:42 pm #33564If you are using buddypress you can only use buddypress registration form. Just FYI.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket