Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @betagoo,

    Hope you’re doing well.

    Can you please try disabling your other plugins and switching to default WP theme to see if the issue is still happening after that.

    If it doesn’t activate them back one by one so we can see what’s causing this behavior so we can debug it further.

    Cheers,
    Predrag

    Thread Starter betagoo

    (@betagoo)

    Solution:
    hustle-custom-content-model.php
    Remove ‘prepend_attachment’ from function get_content()

    $allowed_filters = array(
    				'wptexturize',
    				'wpautop',
    				'shortcode_unautop',
    				//'prepend_attachment',
    				'wp_make_content_images_responsive',
    				'capital_P_dangit',
    				'do_shortcode',
    				'convert_smilies',
    			);

    Thank you for providing your solution. I will pass this along to our developers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unexpected image into popup window’ is closed to new replies.