Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the exact same problem.

    WordPress 3.5.1

    All in One SEO Pack Version 2.5.7
    Contact Form 7 Version 1.6.15.3
    Disqus Comment System – Version 1.0.1
    Infinite Scroll Version 4.2.8
    mobble Version 2.6.1
    Redirection Version 1.1
    Regenerate Thumbnails Version 2.2.13
    Reveal Template Version 2.2.4
    Types Version 2.3
    WP Example Content Version 1.1.3.4

    Hello,

    I have exactly the same problem here. Setting WP_DEBUG to false is a workaround but definitely something should be fixed in the plugin’s code.

    Looks like there is a typo in line 72 of includes>admin.php

    It is missing a * for the comment.

    I have this problem too. All images in the media manager disappear when the plugin is enabled. I’ve taken a quick look at the plugin files but couldn’t get anything to fix it.

    This is a great plugin but breaks core wordpress functionality which is never good.

    The missing * on line 72 isn’t the problem.

    add_filter( 'get_media_item_args', array( &$this, 'send_to_editor'), 10, 1);
    This line seems to affect this behaviour.

    add_filter( ‘get_media_item_args’, array( &$this, ‘send_to_editor’), 10, 1);
    This line seems to affect this behaviour.

    I confirm that. It works OK when this line is commented out. Will there be any fix for this issue?

    Thanks for all great work!
    With kind regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unable to set featured image with infinate scroll activated’ is closed to new replies.