- Posts: 9
- Thank you received: 0
State Field not displaying in FF
13 years 11 months ago #69356
by sbrad
State Field not displaying in FF was created by sbrad
The state drop-down disappears when registering a user in Firefox. It appears in Chrome and IE, and the country drop-down displays in all 3 browsers. Anyone have any idea where else I can look?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
13 years 11 months ago - 13 years 11 months ago #69503
by Mohamed Thelji
Replied by Mohamed Thelji on topic Re: State Field not displaying in FF
Hi,
I think that it should be a javascript error, could you give me a link to your website ?
PS: you'll maybe find your answer through this thread
I think that it should be a javascript error, could you give me a link to your website ?
PS: you'll maybe find your answer through this thread
Last edit: 13 years 11 months ago by Mohamed Thelji.
The following user(s) said Thank You: sbrad
Please Log in or Create an account to join the conversation.
13 years 11 months ago - 13 years 11 months ago #69504
by sbrad
Replied by sbrad on topic Re: State Field not displaying in FF
Hi Mohamed. Thank you for the reply.
The shop is currently located at www.bindersinc.com/store . You will notice while on the signup page a green border around the info form. I added it temporarily just to make sure everything was getting placed properly.
At the risk of diluting this thread I want to add that I have a similar issue with shipping and firefox, in that FF browsers get a "no shipping method found" error while other browsers do not. I am very appreciative of any help you can provide.
*Edit, failed to mention I had already tried the suggestions in the thread you suggested.
The shop is currently located at www.bindersinc.com/store . You will notice while on the signup page a green border around the info form. I added it temporarily just to make sure everything was getting placed properly.
At the risk of diluting this thread I want to add that I have a similar issue with shipping and firefox, in that FF browsers get a "no shipping method found" error while other browsers do not. I am very appreciative of any help you can provide.
*Edit, failed to mention I had already tried the suggestions in the thread you suggested.
Last edit: 13 years 11 months ago by sbrad.
Please Log in or Create an account to join the conversation.
13 years 11 months ago #69539
by nicolas
Replied by nicolas on topic Re: State Field not displaying in FF
Hi,
I couldn't find a page of HikaShop on your website. Could you please give a direct link to a product page ?
I couldn't find a page of HikaShop on your website. Could you please give a direct link to a product page ?
Please Log in or Create an account to join the conversation.
13 years 11 months ago #69627
by sbrad
www.bindersinc.com/store
Replied by sbrad on topic Re: State Field not displaying in FF
The link above included the period that was at the end of the sentence in the link. Please visit the same link, no period:nicolas wrote: Hi,
I couldn't find a page of HikaShop on your website. Could you please give a direct link to a product page ?
www.bindersinc.com/store
Please Log in or Create an account to join the conversation.
13 years 11 months ago #69832
by sbrad
Replied by sbrad on topic Re: State Field not displaying in FF
Sorry if bumping is not allowed, but I'm wondering if anyone has any ideas about this or if i just need to roll on with Magento.
Please Log in or Create an account to join the conversation.
13 years 11 months ago #69881
by nicolas
Replied by nicolas on topic Re: State Field not displaying in FF
You have several javascript errors on your website:
Uncaught ReferenceError: google is not defined
on that line:
google.load('search', '1', {language : 'en'});
Uncaught ReferenceError: toggle is not defined
on that line:
toggle('status',1)
And:
Uncaught ReferenceError: MenuMatic is not defined
on that line:
var myMenu = new MenuMatic();
Because of these errors, the javascript which loads the state dropdown cannot work properly on FF.
I would recommend to either ask the support of MenuMatic to help you fix the javascript errors you have or use another suckerfish menu module as it apparently comes from that.
Once the javascript errors on your website will be removed the dropdown will work properly.
Uncaught ReferenceError: google is not defined
on that line:
google.load('search', '1', {language : 'en'});
Uncaught ReferenceError: toggle is not defined
on that line:
toggle('status',1)
And:
Uncaught ReferenceError: MenuMatic is not defined
on that line:
var myMenu = new MenuMatic();
Because of these errors, the javascript which loads the state dropdown cannot work properly on FF.
I would recommend to either ask the support of MenuMatic to help you fix the javascript errors you have or use another suckerfish menu module as it apparently comes from that.
Once the javascript errors on your website will be removed the dropdown will work properly.
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds