I was creating a new views carousel block for the Articles views, alongside the Homepage block and Featured Article block, and I encountered something very odd.
I choose to delete the extra fields that I didn't need...
Content: Main Image thumbnail image linked to node
(Author(s)) Node: Title
(Author(s) Counter) Node: Title Title
Node: Teaser
Content: Teaser Default
so, all I had left is...
Content: Thumbnail
Node: Post date
Node: Title
In the carousel display, divs start showing up. I have included a screenshot. In the meantime, I just hid the divs that show up by using "display: none", but if someone knows what's going on and how I can fix this correctly, that would be greatly appreciated.
-Joe
| Attachment | Size |
|---|---|
| Screen shot.png | 263.72 KB |
Comments
Actually those aren't even
Actually those aren't even divs, they're broken tags. I'm guessing the Carousel has some kind of theme that is looking for those extra fields. I haven't messed with views carousel in awhile but I'm guessing it has some kind of tpl.php and is trying to extract those fields you deleted.