BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55530

    Hi again, the guy I was waiting on at Buddyboss finally got back to me, so I may be okay now.

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55529

    Hi Brajesh! Have you had any success with finding a show/hide function for the filters?

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55512

    Okay, thanks!

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55506

    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.

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55505

    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

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55499

    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!

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55040

    Yep, that’s where I put it. Still received the redirect error.

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #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.

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #55032

    Thanks so much! Does it go in the theme or the custom css?

  • Participant
    Level: Initiated
    Posts: 17
    My Buddy on #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