• Lots of reports that this plugin has stopped working. I applied the following changes for a client to temporarily fix it until the developer gets around to in.

    It appears that the CSS tag wp-post-image is not getting on to featured images any longer. To fix this, I edited the plugins index.php, looked for the if( $hide ) code block and changed the style that gets added to the page to the following:

    if( $hide ){ ?>
        <style>
            article.has-post-thumbnail div.et_post_meta_wrapper img{ display: none !important; }
        </style><?php
    }

    There is likely a more elegant solution to this, but this one will get you through.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fixing the Plugin 1.2’ is closed to new replies.