- This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore – Remove thumbnail image from certain products
I would like to remove the image from displaying from certain products, not all of them.
I am using the fancy1 style.
Tried using show_image=0 and show_thumbnail=0, but neither of these worked.
Can you please assist?
Thanks!
Use the following shortcode from the extra shortcodes addon
[wp_eStore_fancy1_no_thumbnail id=#]
Perfect! Thanks.
Hello – love this plugin and service. Thank you!
Would it be possible to remove the thumbnail for fancy2, please? I like the layout, especially the double-currency.
We have this:
[wp_eStore_fancy1_no_thumbnail id=1]
And would love this:
[wp_eStore_fancy2_no_thumbnail id=1]
Thanks!
You should be able to hide the thumbnail using a bit of CSS tweak. Post a link to the page where you are using the fancy2 product template so I can inspect it.
Thank you! Here is a page using the fancy 2 in the top box:
[http://www.stephenpbrown.com/compositions/psalmquest/psalmquest-21-celebration/]
Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS tweak in there:
.eStore-product-fancy2 .eStore-thumbnail{
display: none;
}
.eStore-product-fancy2 .eStore-product-description{
margin-left: 5px !important;
}
Oh, now THAT’S impressive service!
Thank you SO MUCH
Where can I leave 5 stars for you?
Glad to hear that. You can leave comment here:
https://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-testimonials-154