I would great appreciate any advice on a problem that I am having with a View. I am trying to setup a View to display a series of tagged articles. I am trying to display using a Grid format with three columns with the articles sorted by title in ascending order. The Preview for the View looks like how I want it to display. However, when I got to the View's actual URL to see the end results, the results appear as an unformatted list with none of the sort options set in the View working. I have tried swapping themes just to see if that was the cause (no change). I cannot seem to locate if there is a configuration setting somewhere overriding the grid view layout for the View.
Since I cannot upload images to forum posts, I have placed screenshots of the problem at the below URLs:
Here is what I configured for the view:
https://www.dropbox.com/s/akh6akyefle73b9/View1.PNG?dl=0
Here is what the preview shows:
https://www.dropbox.com/s/rlezih2ycgg1nss/View2.PNG?dl=0
Here is what the actual view shows:
Comments
=-=
I venture it's a CSS issue. You state that you switched themes. Did you switch to a core theme? if yes which one?
Solved - Competing Aliases
Thanks for the reply. I just finished fixing the issue after I found the cause. It turns out that my PathAuto module had created competing URL aliases between two Views. The new View that I created and the out-of-box Taxonomy Term View. What I was seeing was the Taxonomy Term View rather than the new View that I created. Once I fixed the URL aliases, everything started showing up properly.