• How to let Responsive Image Maps work in slide anything?

    I have installed two plugin “Responsive Image Maps” and “Slide anything”.
    I put the image map code which generated with “https://www.image-map.net/” into each slides but each of the image map were not responsive even if I had plugin “Responsive Image Maps”.
    (By the way, it was responsive if the image map was without slide.)

    I’d tried to enable function “Responsive Image Maps” manually.
    So I added the following extra html code to the bottom of each slides which was the usage in https://github.com/stowball/jQuery-rwdImageMaps.

    <script type=”text/javascript”>
    jQuery(‘img[usemap]’).rwdImageMaps();
    </script>

    It worked but it had defect.
    It was responsive but I needed to press “F5” every timing when I resized the window.
    What should I do if I want my image map responsive automatically.

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Possibly the JavaScript code on the Image Maps plugin is clashing with the JS within Slide Anything. You did not provide me with a link to the page so I could have a look.

    Are you getting any JavaScript errors on the page?
    (press CTRL+SHIFT+J keys to show the JS Console)

    Also try ticking the “DOMContentLoaded event” checkbox (under “Other Settings”).

    You could also try disabling any optimization plugins that you have installed that may be combining all your site’s JavaScript into a single file for speed optimization benefits.

Viewing 1 replies (of 1 total)

The topic ‘Plugin “Responsive Image Maps” with Plugin “Slide anything” doesn’t work’ is closed to new replies.