Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandre Gaboriau

    (@mcurly)

    Hello,

    Currently there is no compatibility option with this plugin but you can use the bulk option to generate thumbnails.

    Thread Starter JensGoro

    (@jensgoro)

    Hi @mcurly,

    you had an Code Snippet or other for me to work with plugin automatical?

    Thread Starter JensGoro

    (@jensgoro)

    No answear? :/

    Plugin Author Alexandre Gaboriau

    (@mcurly)

    Hello,
    Sorry I didn’t see your reply.

    You can use this if you have your post id:

    $launch_MPT = new MPT_backoffice();
    $launch_MPT->MPT_create_thumb( $post_id, ‘0’, ‘0’ );

    But I think you should also remove the code at line 402 & 403 into magic_post_thumbnail.php :

    if( ! current_user_can('upload_files') && ! class_exists( 'WPeMatico' ) && ! class_exists( 'FeedWordPress' ) && ! class_exists( 'rssPostImporter' ) && ! class_exists( 'CyberSyn_Syndicator' ) )
    			return false;

    Hope it will work ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Pictures where fetched by using Frontend Publishing Pro’ is closed to new replies.