Digital experiences for all disciplines
Forum Replies Created
-
-
Hm, I did that now, but there’s almost no difference. Only thing happened was that the image was lifted a bit and hover effect traveled further I think… :/
I don’t know.
I fixed it now. It was a js file in the module that was causing the problem. I got a solution from the creator himself :). Thanks for your help though! 🙂
Oh, forgot to mention. You have to press the button at the far left saying “Inkludera moms”. So all the products have VAT included. You’ll see that it says “[price] Inkl. Moms Incl VAT” It’s some bug with the module I have, so I need to get rid of that text.
This reply has been marked as private.Hi, I edited my post above, don’t know if you saw that! 🙂
Hmm, I can’t find it. I have version 1.81. I can only find textarea for CSS code.
Edit: Okay, is it the “Tracking Code” textarea?
How should I write the code, I get errors in my browser if I use this:
$(document).ready(function() { var str = $('.product-tax').text().replace(/Incl VAT/g, ''); $('.product-tax').text(str); });
This gives no error but nothing changes:
(function() { var str = $('.product-tax').text().replace(/Incl VAT/g, ''); $('.product-tax').text(str); });
I already knew that. What I’m asking is if it’s possible to add a new plugin to the swiftideas’ quick codes? Replacing the already existing google maps plugin.
February 6, 2014 at 3:49 pm in reply to: Asset/Impact text (alt. 1, alt. 2 etc..) doesn't work #47102Yeah thanks, I found the solution! 🙂
I liked some of your patterns so I downloaded the images from your demo site if that’s okay!
-