Thanks Luoy,
My homepage has 7 views
- Featured (Normal view of news and events CPT's, Pagination with manual transition, 1 item per page, pagination updates only the view, include page selector (links), Fade transition, preload images, cache pages, preload prev and next, spinner graphics from Views)
Pagination Meta HTML
[wpv-filter-start hide="false"]
[wpv-filter-controls][/wpv-filter-controls]
[wpv-pagination]
<p>[wpv-pager-current-page style="link"] </p>
[/wpv-pagination]
[wpv-filter-end]
View uses title with link, URL, featured image and excerpt
[wpv-layout-start]
[wpv-posts-found]
<!-- wpv-loop-start -->
<wpv-loop>
<div class="featured-content-container">
<a href="[wpv-post-url]"><div class="featured-content-image"><img src='[wpv-post-featured-image size="full" raw="true"]' /></div></a>
<div class="featured-content-meta">
<div class="featured-content-title"><h4>[wpv-post-link]</h4></div>
<div class="featured-content-excerpt">[wpv-post-excerpt]</div>
</div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-posts-found]
[wpv-no-posts-found][wpml-string context="wpv-views"]No posts found[/wpml-string][/wpv-no-posts-found]
[wpv-layout-end]
The other 6 views all use the following (each a normal view with a different CPT each)
Pagination with manual transition, 1 item per page, include next and prev controls, pagination updates only the view, fade transition, preload images, cache pages, preload prev and next, spinner graphics from Views)
Pagination Meta HTML
[wpv-filter-start hide="false"]
[wpv-filter-controls][/wpv-filter-controls]
[wpv-pagination]
<div class="content-block-controls">
[wpv-pager-next-page][wpml-string context="wpv-views"] <i class="icon-chevron-sign-right icon-2x pull-right">[/wpml-string][/wpv-pager-next-page]
[wpv-pager-prev-page][wpml-string context="wpv-views"] <i class="icon-chevron-sign-left icon-2x pull-right">[/wpml-string][/wpv-pager-prev-page]
</div>
[/wpv-pagination]
[wpv-filter-end]
View uses title with a link, featured image and excerpt
[wpv-layout-start]
[wpv-posts-found]
<!-- wpv-loop-start -->
<wpv-loop>
<div class="">
<div class="twelve columns content-block-title"><h4>[wpv-post-link]</h4></div>
<div class="twelve columns content-block-image">[wpv-post-featured-image size="full"]</div>
<div class="twelve columns content-block-excerpt">[wpv-post-excerpt]</div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-posts-found]
[wpv-no-posts-found][wpml-string context="wpv-views"]No posts found[/wpml-string][/wpv-no-posts-found]
[wpv-layout-end]
I have upload a screen shot, although it only shows the area of 4 of the Views. The featured view should appear top left, and the middle view in the row of three is the same as either side of it - I hope that makes sense
Thanks for helping with this Luoy.