Incorrect positioning of the image
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Incorrect positioning of the image’ is closed to new replies.