Forum Replies Created
-
More Information.
If I make the default profile tab “home” then that is the tab that will not load on the associations. Which makes this have something to do with how the default profile tab loads even when called from within the profile.Any ideas on how to keep the default for everyone the activity and products for the role of associations
I have done some more research, removing lines and adding them back in. So the problem is that when activity loads it then does a reload which then makes if statement true and goes to my products,
So where would I find the reloading of activity or how would I add something that would check for this and allow it?
Might be the theme which is Kleo
Anybody have any ideas?
I am also looking for this. If not cropping then allowing them to choose the top, middle, bottom part of an image
So this happen on the profile pages, and on multiple servers and multiple sites. For my site I have no error messages I think that buddypress still does not load the profile page with ajax. So when you click a link like settings it does not take you back to the top of the page.
I have added this to an ensued js file so it adds a hash tag to a div id that already existed to all the profile menu items.
$(document).ready(function(){ $('#object-nav').find('a[href]').each(function(){ $(this).prop('href', $(this).prop('href')+'#item-header-content'); }); })
I hope this helps someone else.
Does anybody have any ideas where I should look or what to search for, Please.
I have now tired it with the BuddyX theme and still no ajax on members profile page
I figured it out I had the if required fields go to page checked in Profile Builder Tools checked. But this users required fields were all okay, but it checks all the fields regardless of roll so I can’t use that. Thank you for replying.
So I added this and it is still going to the woo commerce my account.
Is there something else I can do?? I have been working on this for two days now.