+ Reply to Thread
Results 1 to 10 of 14

Thread: Make whole <article class="item "> or <div class="main-column clearfix"> clickable

Hybrid View

  1. #1
    Hello All,

    Who using responsive template can use following code:

    ftp://templates>>your_responsive_template>>css>>style.cs s

    find style:

    Code:
    Only registered members can view the code.
    and add 1 more style: cursor: pointer;

    Then open file: ftp://templates>>your_responsive_template>>js>>lib.js

    add code in end of document:

    Code:
    Only registered members can view the code.
    save and then check.

    for other non responsive templates ja code can be a little bit different.
    Viktor,
    Flynax technical department,
    Best wishes.

  2. #2
    Quote Originally Posted by Viktor View Post
    Hello All,

    Who using responsive template can use following code:

    ftp://templates>>your_responsive_template>>css>>style.cs s

    find style:

    Code:
    Only registered members can view the code.
    and add 1 more style: cursor: pointer;

    Then open file: ftp://templates>>your_responsive_template>>js>>lib.js

    add code in end of document:

    Code:
    Only registered members can view the code.
    save and then check.

    for other non responsive templates ja code can be a little bit different.
    Hello Viktor. Thanks for the help. Unfortunaly this require additional work because the click on any area must not interfear with other types of links that we may have.
    For instance, if i click on button Add to favourites or Compare or Category link, i will have the action performed but in the same time the title link gets active and so a new page is opened. So on click it should go to listing details except the case in which you click on different links like Compare, Add to cart, Add to favourites, click on Categories link *so any type of different link than the title)

+ Reply to Thread