Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I disable a homepage pop-up on a third-party theme?

Solved

How can I disable a homepage pop-up on a third-party theme?

DavidStephens
Tourist
20 0 1

Hi Shopify design ninjas.

I'm David, and our website is https://miriamjoyeria.com/

We have a pop-up on our homepage and I'd like to turn it off.  I bought a third-party theme from Theme Forest.  There isn't a button to turn it off, as far as I've found.  It has been a challenge.

Can someone help me with the code, please?

 

capture.png

Accepted Solution (1)

diego_ezfy
Shopify Partner
2969 571 916

This is an accepted solution.

@DavidStephens do this to fix it in 20 seconds:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

<style>
.jsengo_popup{
    display: none !important;
}
</style>




Please let me know whether it works.

Kind regards,
Diego

View solution in original post

Replies 7 (7)

diego_ezfy
Shopify Partner
2969 571 916

This is an accepted solution.

@DavidStephens do this to fix it in 20 seconds:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

<style>
.jsengo_popup{
    display: none !important;
}
</style>




Please let me know whether it works.

Kind regards,
Diego

DavidStephens
Tourist
20 0 1

Nice.  It worked.  Well done, Diego.

diego_ezfy
Shopify Partner
2969 571 916

@DavidStephens I'm glad to hear that!

Next time feel free to contact me personally, I'll be happy to help.

Kind regards,
Diego

j_Michaela
Visitor
1 0 0

If I can jump on this. I am trying to add the sign up box on boundless? How do I do that?

 

 

www.jmichaela.shop

sagarpk
New Member
6 0 0

Please see the link in my profile and how can i remove this pop up.I tried a lot to remove it and there was no result and I can't find any coding from here which will remove this issue if you remove it please help me a little

 

https://prnt.sc/20y63r0

sagar pk
ChelseaBond
Visitor
1 0 0

Wow thank you, this worked for the Wokiee theme too. I do want to be able to turn ON a pop up in the future, just not that one that I had no control over. (Which is weird because it had the Mailchimp logo and I disabled the connection mailchimp too, to see if that would fix it, and it still didn't go away until I added your code.) My question is: When I do turn on the Wokiee Theme's pop-up, do you know if this code addition will cause any issues? I know this is an old thread... Thanks again!!

PA_
Tourist
6 0 1

Hello Diego, we have a similar request but for a specific page on our Shopify website. We want the MailChimp pop-up to work as intended on all pages, except out 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?