Forum Replies Created
-
AuthorPosts
-
AmandelionMember
Thanks for your help http://www.paperminiskirt.com/
AmandelionMemberThanks Ruhul! I appreciate your response.
As I was instituting solution number two, I came across a problem, wherein after deleting 2 products with IDs 4 and 5, and then adding new products with IDs 6,7,8,9,10 there is still space left in my layout for numbers 4 and 5, even though they were completely deleted. I’m stumped as to why this is…
June 17, 2011 at 3:16 am in reply to: Remove Add to Cart button in [wp_eStore_all_products_stylish:end] view #33467AmandelionMemberThank you so much! That was like a needle in a haystack, I never would have found it myself I really appreciate your help and you taking the time to respond to my ramblings
June 16, 2011 at 12:08 pm in reply to: Remove Add to Cart button in [wp_eStore_all_products_stylish:end] view #33465AmandelionMemberHey Zain
Thanks for the help, although I actually sorted the add to cart button issue shortly after I posted this – once I realized the setup. I really just want to hid the add to cart button on the home page to make it look more gallery-like than a one-off buy your product and leave. I’m trying to get my visitors to actually click the thumbnails to see more pics and info about the products, to create loyalty and increase their buying (if that makes sense).
Because of the structure of the All Products Stylish layout, I easily hid the Add to Cart button in that instance with:
.eStore-product-description .eStore_button{
display:none;
}
Now the question is how to hide the description during the All Products Stylish call/view. I’m stuck because the actual product description div (.eStore-product-description) has the product name div (.eStore-product-name) and the price inside it – so if I hide the description I hide the name & price as well which I don’t want to do.
Of course if the description were styled any sort of heading tag or if I could wrap it in a new span that would be great – but I’m lost for how exactly I would do that…and wow I’m long-winded this morning.
Thanks again!
-
AuthorPosts