Hi Luo,
I assume you are going to display the ADs as below:
First banner place, display "Banner Ads" post A
Second banner place, display another different "Banner Ads" post B
...
No, your assumption above is incorrect.
The "Banner Ad - Leaderboard" view is set to fade between the 'posts' (images), similar to an image slider. The same "Banner Ad - Leaderboard" view is then set to be displayed every x many Adventure posts by the
shortcode.
The first rendering in the fron-end, of the "Banner Ad - Leaderboard" view, fades through each image (page) in the "Banner Ads" CPT.
The following "Banner Ad - Leaderboard" views don't fade between the images (posts) in the "Banner Ads" CPT. This is the issue I'm asking about.
The "Banner Ad - Leaderboard" view ordering is 'Last Modified' - not random.
The "Banner Ad - Leaderboard" - 'Pagination' is AJAX + 'Pre-load 10 pages. I don't expect to ever have more than 10 "Banner Ads" CPT posts (images). So was looking to there only every being one query in the "Banner Ad - Leaderboard" view loop.
Hope this clarifies the query.
Thanks for the clarification, I can duplicate the same problem in my localhost, and have escalated it, will update here if there is any news.
As a workaround, you can integrate other Jquery slider framework, for example:
1) Edit post view "Banner Ad - Leaderboard", disable AJAX pagination, and output all ADs posts
2) Integrate flex-slider, see similar thread:
https://toolset.com/forums/topic/how-to-display-the-pics-i-uploaded-as-a-slider/#post-518295
More help:
hidden link
Here is feedback from our 2nd tier supporters:
It is a known bug, which is in our to-do list of Views plugin version 2.7.
Currently, you can try this:
Edit the view "Air Adventures":
hidden link
in section "Loop Editor", change the view shortcode from:
[wpv-view name="banner-ad-leaderboard"]
To:
[wpv-view name="banner-ad-leaderboard" test="[wpv-post-id]"]
Add a shortcode attribute "test", It will setup each "banner-ad-leaderboard" instance as an unique instance in the same page.
Please test again, check if it is fixed.
My issue is resolved now. Thank you!
Will I need to remove the 'test' attribute when the fix is rolled out?
No, you don't need to remove the 'test' attribute, it won't take effect on Views result, it can only make the view as an unique item in the same page.