• Resolved rkingisl

    (@rkingisl)


    Hello,

    We’re using the Tribe Events widget with WPBaker Page Builder to include a list of upcoming events on our homepage. I would like to make is so that when someone clicks on the “View all events” link, it takes them to our school’s calendar page (https://www.islyon.org/who-we-are/school-calendar/), not the default events page (islyon.org/events). Would you be able to help me with this?

    Thank you very much.

    • This topic was modified 2 years, 10 months ago by rkingisl.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @rkingisl,

    Thanks for reaching out to us.

    For this one, it would require you to do custom development to update the widget, since this is a customization this is out of support scope. However, I’d be happy to provide you a workaround.

    I would suggest hiding the button on the widget via Custom CSS and place another button/link after the widget. Update the home page via WPBaker Page Builder, linking the button to school calendar link.

    See the custom CSS here:

    .linp-tribe-events-link {
      display: none !important;
    }

    Let me know if this helps or this workaround works for you.

    Best,
    Abz

    Thread Starter rkingisl

    (@rkingisl)

    That’s a great solution. Thank you very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the link target in Tribe Events Widget’ is closed to new replies.