-
AuthorPosts
-
June 8, 2013 at 6:35 am #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 Friendthatch10
- Join date:
- May 2008
- Posts:
- 104
- Downloads:
- 154
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 19 times in 1 posts
June 8, 2013 at 12:32 pm #495198This 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
1 user says Thank You to thatch10 for this useful post
June 8, 2013 at 3:10 pm #495201thanks a lot it worked…
June 10, 2013 at 4:11 pm #495374how do i customize and add the details button that pops from the bottom of the image.
thanks
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 11, 2013 at 2:47 am #495432Hi,
<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
June 11, 2013 at 2:33 pm #495503this 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
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 12, 2013 at 2:42 am #495567HI 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
June 12, 2013 at 3:18 pm #495652thank you very much, it was highly appreciated
AuthorPostsViewing 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
cart attributes show on home page of featured product module
Viewing 8 posts - 1 through 8 (of 8 total)