- This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 Tweaks › eStore product fancy display shortcode modification – Can I hide description?
Tagged: css tweaks, customize, fancy, template
Hi –
I’m wondering if there might be a shortcode modification that could hide the description from an estore product display?
In our members only area, I’d like to use the category display shortcode for a bunch of pdfs that are included free with membership, where we have many versions of the same pdf in various languages.
I’d like to be able to have a category list of title and download button. Much like Fancy7, yet hide the description.
e.g., [wp_eStore_category_products_fancy id=7 style=9 order=1 show_price=0 type=4] plus description=0 perhaps?
Some non-member areas do have these documents in sqeeze or paid download, so I need the description in the product listing, rather than just leaving it blank.
Thanks!
Yes, you should be able to do that with a CSS tweak. However, first make sure there is no pre-made display template that meets your requirement already:
https://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
Do the following to hide the description area in the fancy7 display template.
1) Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweak in there to hide the description:
.eStore_fancy7_description{
display: none;
}