Views plugin allows you to create sliders and display them in different parts of your website. They can include content and custom fields. You have full control over what they display, how they look like and how they transition.
When you ask for help or report issues, make sure to tell us what content you want to display and how you want your slider to behave.
Viewing 15 topics - 181 through 195 (of 246 total)
Views sliders have only two new items, then scrolls once off the page and disappears. This doesn't happen when the slider is added to a separate page. Functions normal on a separate page.
Solution:
It should be a conflict with your theme, you can add the view widget into sidebar directly.
<div class="flexslider">
<ul class="slides">
<li>Shortcode for image 1</li>
<li>Shortcode for image 2</li>
<li>Shortcode for image 3</li>
<li>Shortcode for featured image</li>
</ul>
</div>
[php]
Then add this to the js section of your template.
[php]
jQuery(window).load(function() {
jQuery('.flexslider').flexslider();
});
Then follow the instructions in the link below to filter the view for the current post.
https://toolset.com/forums/topic/creating-and-image-slider-with-the-custom-values/#post-1100832
Problem: I have a slider View that shows 4 results per page in random order. There is a warning message showing in the View editor screen that I should either remove pagination or remove random order.
Solution: I have requested an internal review of this error message. It seems like the message should clarify the potential problem here: results may appear multiple times on multiple pages when pagination and random order are used together in a View.
Problem: I am using a Divi Slider module to display several Views. The first page of results looks correct, but after paginating the Slider the next page of results is formatted incorrectly.
Solution: Instead of using the Divi Slider module's Design section to modify the font styles, margins and padding, use custom CSS classes to set those values.
Problem: I have a View that shows one result at a time, paginated with AJAX, and sorted by post date. When I use pagination, I often see results repeated.
Solution: This seems to be caused only when the current User is logged into WordPress.