Support » Plugin: Flexible Map » Blank page

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author webaware

    (@webaware)

    G’day, at a guess I’d say that your theme doesn’t call wp_footer(), because the scripts for running the maps aren’t being loaded. Every WordPress theme needs to call wp_footer() around about the bottom of the page (e.g. just before the /body tag).

    Thread Starter ridewithjoe

    (@ridewithjoe)

    You were right, it was missing.

    It’s never caused a problem before but I didn’t make this theme. Although adding it has not corrected the problem. Any other thoughts?

    Plugin Author webaware

    (@webaware)

    It looks like you’re either not passing coordinates/address to the plugin, or you’re passing it wrong. Also, you have something like directions='"true"' or similar, which is coming across wrong. Can you please post a copy of your shortcode, from the HTML tab of the page/post editor not the Visual tab?

    Thread Starter ridewithjoe

    (@ridewithjoe)

    Well I’m using the sample code to test with. Unless something is wrong with that, it should work.

    <p>This is a map of my most recently reported location. If I am on the move, refreshing the page will automatically show my updated position.</p>
    <p><span style="font-family: Consolas, Monaco, 'Lucida Console', monospace; line-height: 24px;">[flexiblemap center=&quot;-34.916721,138.828878&quot; width=&quot;100%&quot; height=&quot;400&quot; title=&quot;Adelaide Hills&quot; directions=&quot;true&quot;]</span></p>
    <div>&nbsp;</div>
    <div><span style="font-family: sans-serif; font-weight: bold; line-height: 16.796875px;"><br />
    	</span></div>
    Plugin Author webaware

    (@webaware)

    You’ve posted it into the Visual editor and somehow you have all the quote characters replaced with HTML entities. In the HTML view, please replace each &quot; with ".

    Thread Starter ridewithjoe

    (@ridewithjoe)

    Hmm… that did it. Somehow the editor did something funky. I’ll have to watch that. Not sure what it or I did.

    Thanks!

    Plugin Author webaware

    (@webaware)

    No worries 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank page’ is closed to new replies.