• Hi, I’ve used Image Point plugin in a website with Divi Theme, but the shortcut of the image will be processed on the top of the contents, and not in the correct position where I put it.
    I’ve correct the image-point.php file in this way:

    […]
    wp_enqueue_script( ‘sip-script’ );
    ob_start();
    ?>
    <div class=”sip-wrapper” id=”sip-wrapper-<?php echo esc_attr( $image_point->ID ); ?>”>
    […]
    <?php endforeach; ?>
    </div>
    <?php
    $output = ob_get_clean();
    return $output;

    }
    }
    […]

    Now the plugin show the image in the correct position.
    I hope this post can be useful to you.

    Thanks,
    Ivan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you so much @ivanattiva – this is just what I’ve been struggling with!

    Best regards, Marius

    I didn’t get this workaround to work with the new 1.0.2-version of Image Point.

    My settings of hiding Divi-sections for mobile / desktop was ignored with the 1.0.2-version, and the positioning of the map was also wrong again. So I had to downgrade to 1.0.1 with ivanattivas fix.

    Would the developer please implement support for the Divi theme in the next version?

    Best regards, Marius

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Incorrect positioning of the image’ is closed to new replies.