• Resolved dragonflyinnovations

    (@dragonflyinnovations)


    I’m working as a freelancer on a website: https://ridesii.com/

    I’m trying to get rid of the Wishlist button on the course information pages such as this one: https://ridesii.com/courses/herbal-infusions-for-horse-owners/

    The AI Chatbot was helpful and gave me some custom code to get rid of the Wishlist tab on a user’s dashboard. It works, but unfortunately it doesn’t’ remove the button from the course page. It only removes it from the user’s own dashboard.

    How do we get rid of that Wishlist button on a course description page?

    For reference, here’s the .php code the AI gave me: • Add the following code to your theme’s functions.php file or a custom plugin: add_filter(‘tutor_dashboard/nav_items’, ‘remove_wishlist_button’); function remove_wishlist_button($links)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter dragonflyinnovations

    (@dragonflyinnovations)

    Please disregard this request.

    I’ve added Elementor page builder and the Tutor LMS Elementor Addons plugins. I’ll be redesigning the pages using a template so it doesn’t include the Wishlist button.

    Sorry for wasting your time!

Viewing 1 replies (of 1 total)

The topic ‘Removing Wishlist Button’ is closed to new replies.