The views module display in not formatting correctly. I have attached a word doc with a screen shot. Any support would be greatly appreciated. I should also mention that the views created all work correctly... they are just extremely hard to make and navigate.

CommentFileSizeAuthor
#5 html_view_error.txt68.48 KBjlane
view_display_error.jpg94.27 KBjlane

Comments

dawehner’s picture

This is the case if views-admin.css is not included. How do you print the $styles in your page.tpl.php?

Perhaps you also remove the css from the $styles via hook_preprocess_page

jlane’s picture

dereine,

Thanks for the info and I think you're on the right track. Ill try to dig into it more. I don't know how to answer your question though.

jlane’s picture

Can anyone out there provide more information on the possible problem?

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

I would try this with a default theme; it's possible your theme is botching the .css file.

Can you attach the HTML source of the page?

jlane’s picture

StatusFileSize
new68.48 KB

I have attached the html from the page. Thanks for any help you might provide.

merlinofchaos’s picture

The HTML is correct. Make sure that views/css/views-list.css actually exists.

Make sure your browser can visit /sites/all/modules/views/css/views-list.css as a URL.

jlane’s picture

So views/css/views-list.css does exist in the correct directory. The folder has 700 permissions. (rwx)

However, when I try to enter in the URL in the browser I cannot see the page.

Do you know how to correct this?

dawehner’s picture

Who is the owner of the file? Is it really the apache-user, for example www-data ?

dawehner’s picture

Status: Postponed (maintainer needs more info) » Active

Update status.

jlane’s picture

Status: Active » Closed (fixed)

Finally resolved this issue. Some how during the file transfer the permissions of the css files were set incorrect. Thanks for everyones help and support.