Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Posted in:
  • in reply to: Problem with product image hover scroll #116054
    cryx
    Member
    Post count: 49

    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.

    in reply to: How/where do I add jQuery #110279
    cryx
    Member
    Post count: 49

    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! 🙂

    in reply to: How/where do I add jQuery #110197
    cryx
    Member
    Post count: 49

    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.

    in reply to: How/where do I add jQuery #110082
    cryx
    Member
    Post count: 49
    This reply has been marked as private.
    in reply to: How/where do I add jQuery #110078
    cryx
    Member
    Post count: 49

    Hi, I edited my post above, don’t know if you saw that! 🙂

    in reply to: How/where do I add jQuery #110073
    cryx
    Member
    Post count: 49

    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);
    });
    in reply to: Attach plugins to your theme #54307
    cryx
    Member
    Post count: 49

    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.

    in reply to: Asset/Impact text (alt. 1, alt. 2 etc..) doesn't work #47102
    cryx
    Member
    Post count: 49

    Yeah thanks, I found the solution! 🙂

    I liked some of your patterns so I downloaded the images from your demo site if that’s okay!

Viewing 8 posts - 31 through 38 (of 38 total)