Title: Shortcode not working
Last modified: September 1, 2016

---

# Shortcode not working

 *  Resolved [rkim](https://wordpress.org/support/users/rkim/)
 * (@rkim)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-171/)
 * Hello all!
 * I seem to be having an issue when trying to insert my shortcode to the popup 
   editor to show an image of a map.
 * Here is how it appears: [http://imgur.com/a/2rzyd](http://imgur.com/a/2rzyd)
 * and here is the shortcode I am trying to use: [imagemap id=”11914″]
 * Was wondering if anyone has any ideas as to how I may be able to get the image
   to display properly?
 * Thanks!
 * [https://wordpress.org/plugins/popup-maker/](https://wordpress.org/plugins/popup-maker/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [waltmesser](https://wordpress.org/support/users/waltmesser/)
 * (@waltmesser)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-171/#post-7695239)
 * It looks like the image is being resized to the size of the popup, have you tried
   adjusting the popup size to “Custom” and setting the width and height to “100%”?
 * This is found in the Popup Editor under the Display Settings Pane.
 * Let us know if this helps.
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-171/#post-7695264)
 * [@rkim](https://wordpress.org/support/users/rkim/) – You can also try using CSS
   to set your image as responsive. The following would work.
 *     ```
       .pum-content img {
         width: 100%;
         max-width: 100%;
         height: auto;
       }
       ```
   
 * Hope that helps. Please take a moment to click that it [Works](https://wordpress.org/plugins/popup-maker/#compatibility)
   and to [rate and review the plugin](https://wordpress.org/support/view/plugin-reviews/popup-maker?rate=5#postform)
   or support.

Viewing 2 replies - 1 through 2 (of 2 total)

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

 * ![](https://ps.w.org/popup-maker/assets/icon-256x256.gif?rev=3097653)
 * [Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder](https://wordpress.org/plugins/popup-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-maker/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [popup](https://wordpress.org/support/topic-tag/popup/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 2 replies
 * 3 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-171/#post-7695264)
 * Status: resolved