Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Remove or hide product image from product listing
- This topic has 6 replies, 4 voices, and was last updated 7 years, 2 months ago by wzp.
-
AuthorPosts
-
June 23, 2013 at 10:58 pm #9251abqra23Member
I am using this code [wp_eStore_all_products_stylish:end] in a page. I love the look and the plugin so far. However, I am not crazy about having to use an image since my website is an all digital downloads.
Therefore, I was wondering if there is a way to toggle that feature off and on to see how it looks without an image and just text.
June 24, 2013 at 12:10 am #56279adminKeymasterYeah I think that should be doable. Please post a link to the page where you have the display so I can take a look.
Additional Info for you:
We do have another product display template that doesn’t use any thumbnail (fancy 9). Here is a list of all the product display templates:
http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
You can use any of those templates to show your products on your site. Here is an tutorial:
June 24, 2013 at 1:20 am #56280abqra23MemberI took a look at the page you suggested. However, I like fancy 1 and 2 but am not sure that it’ll be able to list so many items per page like the code entered in my original post. That code says it would list 20 items as default I believe.
The image basically displays like fancy 1. I just wanted to know if the image part could be removed and the content float to left. If not, no big deal, I’ll keep going so that I can start testing everything.
[http://www.thatswhatiknow.com/]
June 25, 2013 at 12:15 am #56281adminKeymasterHi, It shows 20 products by default then it paginates (so your customers will be able to view all the products by clicking on the next page link). Also, you can change that number 20 to whatever you want from the settings.
Anyway, Here is how you can hide the image/thumbnail from the product display template.
Add the following block of custom CSS code using the custom css tweaks plugin
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
.eStore-thumbnail{
display: none;
}
.eStore-product-description{
margin-left: 10px;
}June 25, 2013 at 12:45 pm #56282abqra23MemberWow, that worked.
Hi five and thanks so much for helping. Now I have a choice! I wish other company products were this easy to work with and the customer service support is A plus.
August 28, 2017 at 11:27 am #56283dnuttallMemberUsing the custom css tweaks plugin is WONDERFUL.
Is it possible to get a listing of tweaks for eStore, especially the fancy templates?
August 28, 2017 at 1:40 pm #56284wzpModeratorThey are quite numerous, and scattered throughout the forums (different users want different tweaks). Is there a particular one you are interested in?
-
AuthorPosts
- You must be logged in to reply to this topic.