Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 15:48 UTC
Updated:
19 Apr 2010 at 01:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThis 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
Comment #2
jlane commenteddereine,
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.
Comment #3
jlane commentedCan anyone out there provide more information on the possible problem?
Comment #4
merlinofchaos commentedI 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?
Comment #5
jlane commentedI have attached the html from the page. Thanks for any help you might provide.
Comment #6
merlinofchaos commentedThe 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.
Comment #7
jlane commentedSo 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?
Comment #8
dawehnerWho is the owner of the file? Is it really the apache-user, for example www-data ?
Comment #9
dawehnerUpdate status.
Comment #10
jlane commentedFinally resolved this issue. Some how during the file transfer the permissions of the css files were set incorrect. Thanks for everyones help and support.