By chopper-9 on
...is there some kind of trick to it?
Im using niftycorners theme and it just wont show my logo no matter how many times I upload it. It also didnt work with the other original themes when I tried. Any ideas?
...is there some kind of trick to it?
Im using niftycorners theme and it just wont show my logo no matter how many times I upload it. It also didnt work with the other original themes when I tried. Any ideas?
Comments
Have you refreshed your page
Have you refreshed your page - including a "hard-refresh" (usually hold shift and click refresh)? Images are cached by your browser so may not update immediately.
refreshed.
yes that was the first thing I tried.
using drupal 5 same problem
I'm building a new website, so i took the new drupal. There is the same problem... I WILL figure it out.
This seems not theme specific because the logo won't show up on any standard drupal theme.
lazy solution: overwrite theme logo
I don't have time to spend on drupal css styling because i need it for custom module coding for my new website... but it seems a pure css problem to me. If it IS, go to the style sheet and fix the positioning or whatever is wrong...
For me and for now it should be sufficient to overwrite the logo.png in the theme directory.
If someone solves the real problem please inform us!
schnizZzla
www.BerlinerStrassen.com
- Support Your Local Heroes
ok figured out:
ok figured out:
this is definitely NOT a css issue
This has something to do with file permission or .htaccess.
For me because my server has many restrictions (not only safe mode but also file system restrictions) i need to comment out the two lines in the .htaccess file in my files directory:
# Options None
# Options +FollowSymLinks
I dont have a .htaccess file
I dont have a .htaccess file in my file directory anywhere... what can I do?
Whicht FTP client do you
Whicht FTP client do you use?
In most cases e.g. FileZilla has toggled "hidden files" by default off.
Drupal normally will place a .htaccess file in this directory (I don't know if it is the same for drupal 4.7 as I use 5) so you have to toggle the visibility in your client if you can't see it.
If it's really not there, it may be another problem.
You can't prove it won't happen.
---
Free Music?
--> BerlinerStrassen.com - Support Your Local Heroes
Cute FTP
I use Cute FTP....
Im glad I found this thread,
Im glad I found this thread, and I thank you for pointing out the htaccess suggestion. I uploaded my new site to a web host yesterday and ran into this issue of images, including the main logo not showing up. I will check that my htaccess files got uploaded and are correct when I get back this evening. Everything else seems to be ok, so I suspect my FTP client didnt bother to copy over some files.