Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • ronron6 Friend
    #997653

    hi

    at the moment the product images are not clickable, you have to click on the title to make it clickable. How can we make the product images clickable?

    Saguaros Moderator
    #997797

    Hi,

    As the concept of this template, when you hover the product image, the add to cart button will popup over the image. There is link with add to cart, do you think it will be confused?

    Regards

    ronron6 Friend
    #999227

    hi,

    yes it is confusing. we tested it with some users and all of them clicked on the image.

    now since it cant be clicked they dont know what to do. We had to tell them to click on the title.

    how can we make it clickable?

    thanks

    Saguaros Moderator
    #999568

    So you want to have product image clickable and still keep the ‘Add to cart’ button when hovering image?

    ronron6 Friend
    #999749

    yes please…

    Saguaros Moderator
    #999778

    To achieve this, you will need to remove the mask above each product image:

    • Go to file: ROOT/templates/ja_jason/less/extras/com_hikashop.less
    • At approx line 194, remove this declaration:

    &:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: @black;
    content: "";
    position: absolute;
    z-index: 1;
    .opacity(0);
    .transition(all 0.35s ease 0s);
    }

    &:before {
    border: 1px solid @white;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    .scale(1.1);
    .opacity(0.6);
    .transition(all 0.35s ease 0s);
    }

    Like this screenshot: http://prntscr.com/drphol

    This change is on LESS file so to see the change on the front-end, you will need to backup all current CSS files first then go to template manager > Compile LESS to CSS.

    Regards

    ronron6 Friend
    #1000429

    i got this to work.

    bit is it possible to retain the mask above as well?

    Saguaros Moderator
    #1000736

    I’m afraid that you can have one of them only, with the mask, you can’t click the image.

    ronron6 Friend
    #1001316

    is it possible to hide the add to wishlist button and make it appear when you hover over the image?

    thanks

    Saguaros Moderator
    #1001490

    It’s not related to that button, if the mask is over image, you can’t click

    ronron6 Friend
    #1002517

    hi

    when i compile less to css some images gets lost. i have to redo some revisions and images.

    why?

    also i have the following files which should i use?

    /home/…/templates/ja_jason/css/extras/com_hikashop.css
    /home/…/templates/ja_jason/local/css/extras/com_hikashop.css
    /home/…/templates/ja_jason/local/css/custom.css
    /home/…/templates/ja_jason/css/custom.css

    thanks

    Saguaros Moderator
    #1002971

    Hi,

    Could you describe more details? which images are lost?

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

This topic contains 11 replies, has 2 voices, and was last updated by  Saguaros 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum