Google Map Problem
Permalink
Hello All,
I am facing a problem in the google map C5 block were it is normally displayed when i am logged in to edit the site, and it disappears when i sign out.
This is the page link i am trying to edit.
http://www.1stop-rendering.com.au/index.php/contact-us/...
It should be at the bottom of the page.
Attached is an image for the site when iam signed in.
Any advice...
Thank you.
I am facing a problem in the google map C5 block were it is normally displayed when i am logged in to edit the site, and it disappears when i sign out.
This is the page link i am trying to edit.
http://www.1stop-rendering.com.au/index.php/contact-us/...
It should be at the bottom of the page.
Attached is an image for the site when iam signed in.
Any advice...
Thank you.
I also cleared C5 cache and didnt worked.
According to the browser developer console, you have 2 javascript errors that suggest jQuery's $() magic function is not defined when it is called.
Some things to look at:
- is jQuery loading properly?
- is another script taking over jQuery's $() magic function (some non marketplace addons have been known to commit that sin, eg Revolution Slider)?
You also have 1 missing font file, but that is probably unrelated.
Some things to look at:
- is jQuery loading properly?
- is another script taking over jQuery's $() magic function (some non marketplace addons have been known to commit that sin, eg Revolution Slider)?
You also have 1 missing font file, but that is probably unrelated.
Looking at other pages, I see you have Revolution Slider. There is your culprit.
EDIT: It won't just be Google Maps you have problems with. Most blocks that use jQuery for front end interaction will be hit by the same problem. Revolution slider steals the magic $() function, so anything else that uses it will have the same undefined error.
EDIT: It won't just be Google Maps you have problems with. Most blocks that use jQuery for front end interaction will be hit by the same problem. Revolution slider steals the magic $() function, so anything else that uses it will have the same undefined error.
Yeah it was all about the Revolutional Slider.... Thanks alot worked well now when i remove the slider for this page :D