Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • zamoooik Friend
    #188078

    how do i get rid of the size and colour attributes that come up on the featured products on the home page for ja hawkstore

    thatch10 Friend
    #495198

    http://www.joomlart.com/forums/topic/featured-products-and-jac-with-product-variants-as-cart-atribute/

    This thread details your question and the resolution to remove the add to cart and details buttons.

    Take a look and see if this helps.

    Thatch

    zamoooik Friend
    #495201

    thanks a lot it worked…

    zamoooik Friend
    #495374

    how do i customize and add the details button that pops from the bottom of the image.

    thanks

    MoonSailor Friend
    #495432

    Hi,

    <blockquote>how do i customize and add the details button that pops from the bottom of the image.</blockquote>

    Could you tell me more specific of what you want to accomplish?

    Regards

    zamoooik Friend
    #495503

    this is an image of what i am trying to achieve in the featured product module, i had to turn off my add to cart link because after adding attibutes like color and size it goes and displays in a funny manner in the featured products module


    1. ach
    MoonSailor Friend
    #495567

    HI zamoooik,

    Because product attribute used via plugin, so, in the case, i think you need to turn off button add to cart link.

    Or you can try : open folder templates/ja_hawkstore/css, create new file named “custom.css” and add code

    [PHP]
    .addtocart-area .product-fields {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000
    bottom: 500%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    margin: 0 20px;
    opacity: 0;
    display: none;
    -moz-transition: all 0.4s ease-out 0.2s;
    -webkit-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    }

    .vmgroup .vmproduct.productdetails .floatleft:hover .addtocart-area .product-fields,
    .vmgroup .vmproduct.productdetails .floatleft:focus .addtocart-area .product-fields {
    opacity: 1;
    display: block;
    }

    .addtocart-area .product-fields .product-field-display > div > div {
    width: auto !important;
    }

    .addtocart-area .product-fields .product-field-display > div > div > span {
    display: none;
    }
    [/PHP]

    Regards

    zamoooik Friend
    #495652

    thank you very much, it was highly appreciated

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

This topic contains 8 replies, has 3 voices, and was last updated by  zamoooik 11 years, 4 months ago.

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