Replies
Hi again, the guy I was waiting on at Buddyboss finally got back to me, so I may be okay now.
Hi Brajesh! Have you had any success with finding a show/hide function for the filters?
To give you some background, users complain that after they select their filters and click Search, it puts them back at the top of the page and they have to scroll back through the filters to get to the results.
Sure! It’s the member directory page. And here is a screenshot. You’ll see the Filter Results title under Members. I want them to be able to show/hide the entire Filters tile.
https://drive.google.com/file/d/1So5uv5f-OFJNJFeH_9valiAKTH7IqxY-/view?usp=drivesdk
Hi Brajesh! It’s been a while. I haven’t worked on the site. I went through a tragic life event where I got carbon monoxide poisoned and had a bit of cognitive and memory issues. I’m back now and saw this post. I will give up on this effort as the owner of the plugin isnt being very responsive. I do have a new question, though and I will create a new thread. Thanks for your help as always!
- My Buddy on February 1, 2025 at 7:16 pm in reply to: Help Needed with Profile Completion Plugin #55040
Yep, that’s where I put it. Still received the redirect error.
- My Buddy on January 29, 2025 at 5:19 pm in reply to: Help Needed with Profile Completion Plugin #55033
I put it in the theme editor, but I still received the Page isnt redirecting properly message after registration. By the way, this only only occurs on free membership. When using stripe payments, it works fine.
- My Buddy on January 29, 2025 at 4:56 pm in reply to: Help Needed with Profile Completion Plugin #55032
Thanks so much! Does it go in the theme or the custom css?
- My Buddy on January 29, 2025 at 6:10 am in reply to: Help Needed with Profile Completion Plugin #55023
Hello – I sent them your reply and they said this:
Thank you page is a WP page. We add special content to this page, but even though we don’t have a specific function to check for a thank you page, however, you can still check if it’s a page via is_page function.
I asked this:
Okay, so you don’t know what they name of the page is? Would it not be thank you?They replied with this:
According to is_page documentation: https://developer.wordpress.org/reference/functions/is_page/ page ID is one of the supported so you can use a function in this way and check for its ID ( id for the thank you page)
is_page(346)END
I checked and my thank you page ID is 1401