I have installed Customizr theme on my WordPress–still on localhost.
I want to make the latest posts (on homepage and archives/category) is set in grid-view. Every post has its photo. So the photo–and summary–will show in grid-view, 4×5 for every page, just like online stores shows their recent products on the homepage. But I don’t want to use any plugin like woocommerce–I’ve tried this, can’t install the plugin, too ‘heavy’.
Is there any manual way to do this? Or is there any plugin able to do this grid-view-thing?
Thank you.
someone please help.
I know where to add but just dont know the exact code. i want to show 4 recently added products with link to to view more.
my website is : https://amarstyle.com
please help.
thanks in advance.
]]>My first issue is with my shop or [productspage]. As soon as i add a [productspage], all my links/menubar links turn into the productspage. ALl other information dissapears! Also; the productspage has the categorys on the top of the page as links (which i dont need). I have no idea how to resolve this!
Second issue is with the widget in my footer (Recent products). It is showing the products horizontically and the pictures are not showing either. I used to use this code to make it vertical:
ul.cart_list li, ul.product_list_widget li{ float: left; margin-right: 50px; }
But it doesn’t work now with WP-e-commerce.
I used this to make the topic centered aswell, but it doesn’t work either:
#footer .widget_best_sellers h3 { text-align: center; font-size: 30px; }