Nope, no errors whatsoever. I'm looking at the console, and I can't produce any errors, whether I'm clicking or just letting the slider run. Whenever I click a pagination button, it pauses the slider, with no apparent errors.
Is there a setting I'm not seeing that controls whether a click will pause the slider? Anything else I'm missing?
I'll paste the various components of the view below for you to review, in case that helps. Please let me know what you find. Thanks!
FULL HTML:
——————————–
<div class="custom-slider">
[wpv-layout-meta-html]
[wpv-filter-meta-html]
</div>
FILTERS:
——————————–
Posts, ordered by post date, descending, limit to 10 items
Select posts with custom fields: wpcf-blog-slider = 1 (used to indicate which posts are to be used by the slider)
META HTML:
——————————–
[wpv-filter-start hide="false"]
[wpv-filter-controls][/wpv-filter-controls]
[wpv-pagination]
[wpv-pager-current-page style="link"]
[/wpv-pagination]
[wpv-filter-end]
VIEW OUTPUT:
——————————–
[wpv-layout-start]
[wpv-posts-found]
<!– wpv-loop-start –>
<wpv-loop>
<a href="[wpv-post-url raw="true"]">[wpv-post-featured-image size="full"]</a>
<div class="custom-slide-excerpt">
<h3>[wpv-post-title]</h3>
[wpv-post-excerpt length="100"]
<a href="[wpv-post-url raw="true"]" class="more-link">Read More</a>
</div>
</wpv-loop>
<!– wpv-loop-end –>
[/wpv-posts-found]
[wpv-no-posts-found][wpml-string context="wpv-views"]<strong>No posts found</strong>[/wpml-string][/wpv-no-posts-found]
[wpv-layout-end]