Link to home
Start Free TrialLog in
Avatar of danfiggolf
danfiggolf

asked on

Google Maps in Wordpress JQuery Mobile Configuration

I'm attempting to implement Google Maps into a Jquery Mobile setup in my Wordpress site but the map is not displaying in http://test2.dfigdesign.com.  I'm following the tutorial - wp.tutsplus.com/tutorials/creative-coding/give-your-customers-driving-directions-with-the-google-maps-api and can get it working with the theme twentyeleven at http://test3.dfigdesign.com/sample-page so I'm sure it's CSS but not finding where in <div class="entry-content"> to make this change.  Can you please point me in the direction?
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

You can start by validating the code and fixing the 10 errors; some of which appear to be serious structural issues like closing tags with no opening tag.

Once the code is error free it may solve the problem, and if not, at least we won't have to dig through crude to find the problem.

Cd&
ASKER CERTIFIED SOLUTION
Avatar of danfiggolf
danfiggolf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of danfiggolf
danfiggolf

ASKER

I've made error corrections per COBOLdinosaur to http://test2.dfigdesign.com, but this unfortunately did not result with a display of the Google Map.  I did a comparison with a working Google Map at http://test3.dfigdesign.com/sample-page/.  I added a width:100% at  <div.entry-content> missing in http://test2.dfigdesign.com with still no display of the map.
I want to cancel this request because I need to cleanup my code and understand what I need to ask for a resolve.
There was not resolve to my original problem