How to disable MailChimp pop-up on a specific page and NOT the entire website

Hello, we want the MailChimp pop-up to work as intended on all pages, except for our newsletter subscription page, which is already asking users to subscribe. We do not want the pop-up to be triggered on that specific page. Is there a fix to remove pop-up on a specific page and not the entire website?

Theme: Label by Switch

https://switchthemes.co/

Thanks!

Hey @PA_1

Can you share the link of the newsletter subscription page and password if enabled?

Best Regards,

Moeed

https://houseofgog.com/pages/newsletter

Hey @PA_1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if page.handle == 'newsletter' %}

{% endif %}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Looks like it worked, thank you!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.