Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2012 at 04:14 UTC
Updated:
26 Oct 2012 at 20:41 UTC
I feel like I'm missing something obvious here, but maybe not--
On my front page I have 2 different views displayed as blocks.
1 view is a slideshow block of fields with pager and links to content
1 view is for a testimonial content type to display as an HTML block of fields
I set up my fields and displays, styled out the blocks, everything looked great.
Then I added a new "slide content type" to the slideshow view, and my testimonial block showed no results.
I repeated this, each time I add content to one of the views, the other progresses. WTF?
Comments
Comment #1
cardpages commentedcorrection: Only when I add slides to the slideshow does the testimonial disappear. If I add a new testimonial, the slideshow remains intact.
Comment #2
dawehnerMost of the time you have two views which interact/interferes in a bad way the problem is a pager.
So please try to go to the pager setting of one of the views and change the pager element/ID to another number, for example 1.
Comment #3
cardpages commentedThanks for the tip, but it didn't work.
I'm only using a pager on the slideshow anyway- I changed that ID to a random number. Same results occurring.
Comment #4
cardpages commentedOK--- I Can not figure out what was causing the issue, but I deleted my "testimonial" view and recreated it with a new title. Everything works.