I have just started used using Types and Views. I am building a WooComerce site.
I have created a slider View, but there are two issues with the display which you can see in this vide.
http://screencast.com/t/ytqLN2Sq
First, the products on each page of the slider are shown vertically instead of horizontally.
Second, every so often the page "jumps" up, and then later "down"
I haven't done anything clever…
This is my Layout HTML (I have not added any CSS)
wpv-layout-start] [wpv-items-found] <!-- wpv-loop-start --> <wpv-loop> [wpv-post-body view_template="For Slider Display"] </wpv-loop> <!-- wpv-loop-end --> [/wpv-items-found] [wpv-no-items-found] [wpml-string context="wpv-views"]<strong>No items found</strong>[/wpml-string] [/wpv-no-items-found] [wpv-layout-end]
This is the Content Template HTML (again, there is no CSS)
[wpv-woo-product-image size="shop_thumbnail" output=""] [wpv-post-link]
Thanks
Alex