Thread Starter
ndolas
(@ndolas)
Plugin Author
Franky
(@liedekef)
The way that I look at the source html for your site, it seems the theme is not following the wordpress rules concerning wp_head() and wp_footer().
See the twentyten theme as an example on how and where to use these mandatory wordpress function calls in a theme.
Thread Starter
ndolas
(@ndolas)
Yes this is true. But I do not want to follow wordpress rules.
I have custom site and wordpress integrated, does this mean that I cannot use EME in custom wordpress?
There must be a way to include necessary files which will allow display of map?
Plugin Author
Franky
(@liedekef)
the needed javascript for EME is loaded in the header or footer section using those function calls. If you don’t follow wp rules, include js/eme_location_map.js manually.
Thread Starter
ndolas
(@ndolas)
Franky,
Thanks for helping me here.
I tried with including script but map is still not showing up.
Is there anything else need to be included?
Plugin Author
Franky
(@liedekef)
I guess jquery … look at your browser console for js-errors
Thread Starter
ndolas
(@ndolas)
no errors, and jquery is loaded.
Plugin Author
Franky
(@liedekef)
You have a very old jquery version, maybe that’s the problem …
For the rest, I suggest you take a look at this page to see what is missing if jquery updating doesn’t work:
http://www.e-dynamics.be/wordpress/?page_id=495&event_id=31
Thread Starter
ndolas
(@ndolas)
Great,
I fixed the problem.
There was a problem with height of map was 0, it started showing after I updated jQuery and set desired height for map.