What's your biggest current challenge? Have your say in Community Polls along the right column.

Disable new Affirm pop-up iFrame

Solved

Disable new Affirm pop-up iFrame

Sherlock_
Tourist
3 0 0

I've been happily using Affirm and their messaging app but recently spotted a new random pop up that gets added to my product page that I never approved or desired. One pop-up per website is enough and I already have an offer discount.

 

pop-up.jpg

 

I'm going to reach out to Affirm but I also poked around everywhere in shopify looking for a setting to disable but short of removing Affirm altogether not sure where to look...Any ideas?

 

 

 

 

 

 

<iframe allowscroll="no" allowtransparency="true" class="affirm-iframe-widget" frameborder="0" height="0" id="toast-widget" sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" title="Affirm" width="100%" allow="publickey-credentials-get *" style="height: 116px; overflow: hidden; width: 100%; bottom: 0px; display: block; left: 0px; right: 0px; position: fixed; max-width: 595px; z-index: 2147483647; margin: 0px auto;" src="https://www.affirm.com/apps/toast/...."></iframe>

 

 

 

 

 

Accepted Solution (1)

comercioservice
Shopify Partner
272 37 34

This is an accepted solution.

@Sherlock_ 

 

hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>.affirm-iframe-widget {
    display: none ;
}

</style>
​

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Replies 3 (3)

comercioservice
Shopify Partner
272 37 34

This is an accepted solution.

@Sherlock_ 

 

hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>.affirm-iframe-widget {
    display: none ;
}

</style>
​

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Sherlock_
Tourist
3 0 0

Hi! Thank you for you're rapid reply. I didn't get a chance to implement, they reached out to me today after my inquiry and Affirm actually disabled the popup from their end.

comercioservice
Shopify Partner
272 37 34

@Sherlock_ thats a good news, any kind of need help with store design development and marketing 

, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!