Problems with CSS property "scale" - Online Store editor can't be published

Solved

Problems with CSS property "scale" - Online Store editor can't be published

fm_vlv
Shopify Partner
11 1 3

Is someone else also having problems with applying the "scale" property in the editor's "Custom CSS"?

 

I was trying to scale up the social media icons in the footer: .footer__list-social { scale: 1.2;} and create a little animation on hover over our logo: img {transition-duration: 1s;} img:hover {scale: 1.08;}. It correctly displays in the editor, but I can't save the changes anymore. I instead receive the error message: "Online Store editor can't be published".

 

Any ideas how to make it work or how to create the same results without using "scale"??

 

Thanks in advance!

Accepted Solution (1)
fm_vlv
Shopify Partner
11 1 3

This is an accepted solution.

Didn't change anything. I believe I was able to fix it myself. It was just a syntax problem: I now use scale together with transform -> img:hover {transform: scale(2);}. Seems to be working out now. Thx anyways for the fast replies!

View solution in original post

Replies 10 (10)

shreyhweb
Shopify Partner
722 118 135

@fm_vlv 

 

please share the store URL and let us know where to put animation? then we will able to help you.

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
fm_vlv
Shopify Partner
11 1 3

Sorry, we didn't go public yet. I'd still be grateful for any helpful input 🙏

made4Uo
Shopify Partner
3873 718 1221

Hi @fm_vlv 

 

I do not think it was the scale css, I was able to use scale in the custom css. You might want to refresh your browser. Try using incognito browser and if the problem still persist

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
fm_vlv
Shopify Partner
11 1 3

That's odd. I've tried it with Firefox & Edge both in normal & incognito mode. The problem persists. Any other ideas??

made4Uo
Shopify Partner
3873 718 1221

Anyway, you can provide a screen shot?

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
fm_vlv
Shopify Partner
11 1 3

Unbenannt.JPG

My latest try, simply to see whether the problem also persists if I just try to scale up simple headline text in the body. Apparently it does persist.

made4Uo
Shopify Partner
3873 718 1221

Oh. Do you have a paid theme? or a copy of paid theme?

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
fm_vlv
Shopify Partner
11 1 3

Nope. It's based on the free "Refresh" - I believe ...

made4Uo
Shopify Partner
3873 718 1221

Looks like the theme is corrupted. Can you duplicate the theme, and do some adjustments on the copy? See if that fix it

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
fm_vlv
Shopify Partner
11 1 3

This is an accepted solution.

Didn't change anything. I believe I was able to fix it myself. It was just a syntax problem: I now use scale together with transform -> img:hover {transform: scale(2);}. Seems to be working out now. Thx anyways for the fast replies!