• Resolved KurzBaginski

    (@kurzbaginski)


    Hello,
    and first of all: great plugin!

    On the above page the “Register” Button (“Zur Veranstaltung anmelden” is displayed 2 times. I dont know where to debug this. Can you help?

    Thanks!

    Best Regards

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Glad you like the plugin!

    I believe this may have something to do with the extension you are using to create the layout of this page but I’m not certain. If you’d like, you can contact us on our website and I can help you dig into this a bit more. We can test some things to fix it which I can include in future updates:
    https://roundupwp.com/support/

    Otherwise, you can remove it with JavaScript. Add this to the “Custom JavaScript” area found on the “Form” tab:

    if (jQuery('.rtec-outer-wrap.rtec-js-placement').length > 1) {
        jQuery('.rtec-outer-wrap.rtec-js-placement:nth-of-type(2)').remove();
    }

    – Craig

    Thread Starter KurzBaginski

    (@kurzbaginski)

    Thanks, the JS code works.
    I would like to help you for future updates, but I cannot contact you via the support link, because I have no license for the pro version.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Registration Button shows up 2 times’ is closed to new replies.