Title: Shortcode not working
Last modified: August 20, 2016

---

# Shortcode not working

 *  [KING_Hack](https://wordpress.org/support/users/king_hack/)
 * (@king_hack)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/)
 * [GLOBALMAP] don’t work
 * [http://wordpress.org/extend/plugins/romeluv-google-maps-for-wordpress/](http://wordpress.org/extend/plugins/romeluv-google-maps-for-wordpress/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/shortcode-not-working-4/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/shortcode-not-working-4/page/2/?output_format=md)

 *  [pedroteixeira07](https://wordpress.org/support/users/pedroteixeira07/)
 * (@pedroteixeira07)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175837)
 * Hi, mine is not working two.. there’s this blank space where the map should be
   but nothing showing.. I’ve tried both the shortcode and the php and both have
   the same effect.
 * Any help please?
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175838)
 * Hello together,
 * my global map here works: [http://postbeschwerde.de/?page_id=15](http://postbeschwerde.de/?page_id=15)
 * Try my fork, if you like.
 * [https://bitbucket.org/StHoffmann/romeluv-rework/src](https://bitbucket.org/StHoffmann/romeluv-rework/src)
 * Answer this post if you still have problems then. I’ll try to correct the fork
   if necessary.
 * Greetings,
    wpshoff
 *  [siegmich](https://wordpress.org/support/users/siegmich/)
 * (@siegmich)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175845)
 * mine also doesn’t work…
 * as im a rookie, can someone have a look at my globalmap page?
    [](http://www.thesuits.biz/jands/map)
 * thanks a lot!
 *  [siegmich](https://wordpress.org/support/users/siegmich/)
 * (@siegmich)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175846)
 * hi, i tried wpshoff file to replace the original, the only thing changed is that
   the Gooogle API key input is not there anymore…
    maps in post still working, 
   globalmap still not showing…
 * drives me crazyy!
 *  [siegmich](https://wordpress.org/support/users/siegmich/)
 * (@siegmich)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175847)
 * IT WORKS!
    I’ve deactivated ALL my plugins apart from RomeLuv… now I’m activating
   them 1 by 1 to see which one caused the conflict…. will keep you guys up to date
 *  [siegmich](https://wordpress.org/support/users/siegmich/)
 * (@siegmich)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175848)
 * it’s google analytics by Yoast…. that’s a pity….
 *  [jonnyguitar](https://wordpress.org/support/users/jonnyguitar/)
 * (@jonnyguitar)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175849)
 * Same problem here. Such a bugger. Is there anything I can do, to fix this please?
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175850)
 * Hello jonny,
 * you could start by showing me a website where the problem is shown. So i can 
   have a look at the html and find out if its Yoasts problem or Romeluvs problem,
   that it does not work.
 * Greetings,
    Stefan
 *  [jonnyguitar](https://wordpress.org/support/users/jonnyguitar/)
 * (@jonnyguitar)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175851)
 * Hi Stefan
 * Thanks for your prompt response. The page is here
    [http://www.hungrylondoner.com/map/](http://www.hungrylondoner.com/map/)
 * Any help would be great. Thanks so much!
 * Paul
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175852)
 * Hello Paul,
 * seems that you do not use my update for the plugin from my fork that i posted
   earlier.
 * I looked into the source and found:
    `<script src="http://maps.google.com/maps?
   file=api&v=3&sensor=false&key=AIzaSyD406JaKv38mLGxTigEXpiPtloCx77an2w" type="
   text/javascript"></script>`
 * The &’s are wrong, they need to be &. Plus you do not need an Google api key 
   anymore.
 * Anyways, the easiest fix for this maybe that you replace the &’s with &’s in 
   the plugin editor.
 * Could you try that and then post if it worked?
 * Greetings,
    Stefan
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175853)
 * Hi,
 * i saw that my post is not correctly transmitted.
    The `&` ‘s are the wrong ones.
   They need to be replaced by a simple `&`.
 * Thanks and sorry,
    Stefan
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175854)
 * Hello again…
 * `& amp ;` -> wrong
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175855)
 * And again, but for the last time.
 * See there are those & amp ; ‘s in the script src link. You’ll have to look into
   the sourcecode, because this support forum does not allow them to be posted and
   translates them already into simple &’s.
 * Anyways,
    Greetings, Stefan
 *  [siegmich](https://wordpress.org/support/users/siegmich/)
 * (@siegmich)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175856)
 * hi wpshoff, can you look at my site too?
    its in the post on top. I deactivated
   Yoast google analytics
 * thanks a lot!
 *  [wpshoff](https://wordpress.org/support/users/wpshoff/)
 * (@wpshoff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/#post-3175857)
 * Hello siegmich,
 * [http://www.thesuits.biz/jands/map/](http://www.thesuits.biz/jands/map/) ?
 * I looked at it and the romeluv plugin works, the map is shown.
    I need the disfunctional
   view to find the bug.
 * I’ll have a look at my mails every now and then …
 * Greetings,
    wpshoff

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/shortcode-not-working-4/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/shortcode-not-working-4/page/2/?output_format=md)

The topic ‘Shortcode not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/romeluv-google-maps-for-wordpress.
   svg)
 * [RomeLuv Google Maps for WordPress](https://wordpress.org/plugins/romeluv-google-maps-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/romeluv-google-maps-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/romeluv-google-maps-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/romeluv-google-maps-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/romeluv-google-maps-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/romeluv-google-maps-for-wordpress/reviews/)

 * 19 replies
 * 5 participants
 * Last reply from: [jonnyguitar](https://wordpress.org/support/users/jonnyguitar/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-4/page/2/#post-3175861)
 * Status: not resolved