• Resolved lassitermarketing

    (@lassitermarketing)


    Hi there!

    Here’s my stack…
    PHP Version: 7.2.9-1+ubuntu14.04.1+deb.sury.org+1
    Wordpress Version: 4.9.8
    Plugin Version: 12.18
    Current Theme: Memberoni Child Theme
    Application Used: Our Official Application
    Active Plugins:
    Classic Editor
    i2SDK
    iThemes Sync
    Memberium
    Pretty Links Developer Edition
    Reading Time WP
    Thrive Comments
    Thrive Leads
    Thrive Architect
    Compress JPEG & PNG images
    Yoast SEO Premium
    WP GoToWebinar

    I’m wondering two things…

    1. How can I NOT display the Register -> link in the widget? I just want to display the date and time because this is in a membership site and my users are already registered for the recurring webinar.

    2. Is there a way to display all the time zones in the widget?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @lassitermarketing,

    There’s no option to remove the registration link, you can only hide it via CSS. You can use code like this to do that:

    .widget_gotowebinar_widget #webinar-registration-button {
    display: none;
    }

    By default the widget does display webinars from all timezones.

Viewing 1 replies (of 1 total)
  • The topic ‘Don’t Display Register Now Link’ is closed to new replies.