• Resolved Snehal Volvoikar

    (@snehalvolvoikar29)


    Hi! How do I add an image gallery to the info window? When these images are clicked, they open up in a lightbox to show bigger image.Is it possible with this plugin? Please help!

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

    (@codepeople)

    Hello @snehalvolvoikar29

    Please, try the following modifications.

    1. Open the “/wp-content/plugins/codepeople-post-map/include/functions.php” file with the text editor of your choice.

    2. Go to the piece of code:

    $windowhtml = str_replace( $find, $replace, $windowhtml_frame);

    and edit it as follows:

    $windowhtml = do_shortcode(str_replace( $find, $replace, $windowhtml_frame));

    3. Now, you can insert the shortcode for the gallery as the point’s description.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding image gallery to info window’ is closed to new replies.