I installed your theme. It works perfectly on Firefox. In IE 6, I receive a javascript error for some reason. Even though I do not receive it on this demo site. Strange.
Line: 33
Char: 3
Error: Object Required
Code: 0
Any ideas?
Also with IE 6, the search box on the top right does not fit. The Search button aligns under the textbox. Again, it works well with FF.
The forum layout aligns perfectly in FF, but in IE 6, it is extremely narrow. Anyone encounter this?
Any guidance will be appreciated.
Thanks!!
Comments
Comment #1
Ken Collins commentedHey, it sounds like you are working with an old copy of the them. Can you download a fresh copy of the theme and check the pagestyle.css ID tags against your local copy?
Comment #2
Bluefire-1 commentedI have just installed again the theme, have the same mistake.
The first line of the pagestyle.css is the following one:
/* $Id: pagestyles.css,v 1.1.2.8 2006/05/19 01:14:09 kencollins Exp $
I do not know anything on CSS if you specify me in that I can help hare with pleasure.
Sorry for my english, I speak Spanish.
Comment #3
Ken Collins commentedWhat versions of Firefox are you using?
Have you added any JavaScripts to your page?
Can you send me a link?
Comment #4
Bluefire-1 commentedMy firefox does not have the mistake, the mistake appears in the use of the IE 6.0.
I am developing an intranet and here many people (the majority) use IE.
I will try to generate a link in order that you see the mistake.
For it of Java, use only drupal and modules offered by them.
Comment #5
Ken Collins commentedWhen you say modules offered by them (drupal), do you mean core modules or additional ones that you have downloaded? Can you try turning modules off to see which one is conflicting?
Comment #6
majomajomajo commentedSame error here
Server:
Drupal 4.7.2
Meta Theme CVS (downloaded today)
PHP 5.1.4
Mysql 4.1.20
Modules:
adsense
aggregator2
blog
comment
contact
flexinode
forum
gsitemap
help
locale
menu
onlinestatus
page
path
pathauto
Ping
Poll
poormanscron
Search
profile
statistics
subscriptions
taxonomy
tinymce
tracker
upload
views
views_ui
Client:
IE6
Comment #7
Andrupal commentedI had same error and it seems to be related to calling undefined flexinode styles or something.
Comment #8
Bluefire-1 commentedKen, Inactivate all the added modules and the problem persists.
Comment #9
majomajomajo commentedI downloaded cvs today and the problem went away, but when deleting the part metatools-bounding1 (in page.tpl.php) the problem went back.
Comment #10
majomajomajo commentedi deleted:
// Drupal.js Global Killswitch
if (isJsEnabled()) {
addLoadEvent(externalLinks);
addLoadEvent(replaceSearchField);
}
in meta.js and the problem i gone.
??
Comment #11
majomajomajo commented"and the problem i gone" -> "and the problem is gone"
Comment #12
Ken Collins commentedCase closed on this. Basically when you deleted the header, the JS would error out when calling a function to a Element in there.