| User | Post |
|
12:29 am 25 Jun 2007
| aouni_tahech
Member
| | | |
|
| posts 4 |
|
|
Dear sir,
I just installed the advanced menu plugin on my 2.2 wordpress and there appeared a CSS problem or something wrong.
Here is how it appeared:
http://img144.imageshack.us/img144/7562/pageerrorew5.jpg
Althought when I installed it on the local server of my PC it worked fine !!
Is there something I should do to make it work correctly on the internet?
Thanx,
Aouni Tahech
|
|
|
12:38 am 25 Jun 2007
| aouni_tahech
Member
| | | |
|
| posts 4 |
|
|
sorry this is the url to the image. the first one i deleted unintentionally:
http://img337.imageshack.us/img337/528/untitled1fb4.gif
|
|
|
|
|
It looks to me that the plugin is not setting the right path to the CSS and JS files.
Could you try an edit? Line 38 of the file aamenus.php
Try changing the get_option('siteurl') to get_option('home')
If that doesn't work you could also try get_option('wpurl')
This seems to hapen sometimes and I never have worked out which is the right one to use to cover ALL eventualities. if none of them work then please do come back and we'll have another go.
|
|
|
9:26 am 25 Jun 2007
| aouni_tahech
Member
| | | |
|
| posts 4 |
|
|
Thanx, but no It didnt work :S
I tried the two ways but still the browser gives me a note at the status bar that the CSS is not defined.
So what do u suggest??
Have a nice day.
|
|
|
|
|
That's very annoying isn't it. it should have been Ok with one of these.
After you load an admin page, can you 'View Source' of the HTML being generated. Find the two lines in the header that are tryng to load the CSS and JS files. That way we can see where they are going wrong. You could then edit that line with an explicit path but it would be useful to know what the discrepency is…
|
|
|
2:38 pm 25 Jun 2007
| aouni_tahech
Member
| | | |
|
| posts 4 |
|
|
Dear Sir
Here is the image of the head of my page:
http://img392.imageshack.us/img392/9322/untitled1vr4.gif
It seems everything is alright!!
I should mention again that the plugin worked in a good way on my local server and still unable to know why it is not working on the site.
Could it be a problem from the server? or the browser? Or a conflict with other plugins? Am really confused.
Thanks very much for ur supoprt.
|
|
|
|
|
Is your local server an IDENTICAL copy with the same plugins etc…?
The only other thing I can think of is a clash with javascript loading at window load time. Might be worth just de-activating any other plugins that effect admin (temporarily) to see if this is the case.
After that I am at somewhat of a loss as when this has happened in the past it has been the path that is at fault.
|
|