New Landing How can we help? Cardinal Apply code to all products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #159316
    Nhaugaard
    Member
    Post count: 164

    Hi guys, i added some javascript in theme options, but it seems like it only apply it to the first product in the carousel? I’m really confused 🙂 Can you help me get it to effect all the products?

    cv-builder.net/example

    Effect: slide description when hover product.

    javascript:

    jQuery('#billede').mouseover(function(){
        jQuery('#beskrivelse').css('top','-30px');
    });
    jQuery('#billede').mouseout(function(){
        jQuery('#beskrivelse').css('top','0px');
    });
    #159341
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code:-

    jQuery('div.cart-overlay > a').mouseover(function(){
        jQuery('#beskrivelse').css('top','-30px');
    });
    jQuery('div.cart-overlay > a').mouseout(function(){
        jQuery('#beskrivelse').css('top','0px');
    });

    Thanks
    Mohammad

    #159465
    Nhaugaard
    Member
    Post count: 164

    Hi Mohammad,
    I’m sorry but now all of them don’t work?

    #159637
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It seems to fine me. Have you managed to resolve the issue?
    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register