- This topic has 4 replies, 2 voices, and was last updated 10 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Show three different categories on page without starting new row for each?
Tagged: category, multiple categories, products
Hi,
I migrated from another popular thumbnail gallery plugin to WP e-store and am very happy so far (the other plugin was near perfect but just wouldnt allow display of product price and title on page).
Only a small cosmetic issue so far though. I want to show three different categories on page without starting a new row for each. Basically I use three codes on the page (one for each category ID) and that works fine but I want to get rid of blank areas and have all thumbnails flush.
I use the following code
[wp_eStore_category_products_fancy id=1 style=3]
On my website:
[www.videogames.com/about-us/]
Is this possible in WP e-store?
Thanks in advance
When I go to the page URL that you shared, I get a 404 page. Please correct that page URL so I can take a look and offer help.
Oooppsss correction…
[www.videogamesjapan.com]
Do the following:
1) Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then apply the following CSS tweak in there.
.eStore-fancy3{
height: 320px;
}
That should do it.
Thanks a million. That fixed things!!! I’ll be using custom codes more9i think…