The site is on the WordPress engine, the ninja popups plugin is installed. The page code contains the following:
<div style= "position:fixed; right:0px; bottom:55%;"> <?php echo do_shortcode('[ninja-popup ID=700] тут должна быть картинка [/ninja-popup]'); ?> </div> How to insert a picture between the shortcode tags? Visited so:
<?php $a = "<img src='http://xn--d1alcggabcc5a.xn--p1ai/wp-content/uploads/2016/09/199.png'>"; ?> <div style= "position:fixed; right:0px; bottom:55%;"> <?php echo do_shortcode('[ninja-popup ID=700] echo $a [/ninja-popup]'); ?> </div> But without results, even the usual code to insert an image does not work in shortcode tags.