• Resolved Erwin

    (@erwin-hidayat)


    Hi,

    I am so excited really that this kind of plugin is finally found and available for free!!! ?? It helps me to save my so-limited space, since I’m going to post my work as new comer in photography.

    I have installed it on my blog using Tracks. However NEFI doesn’t work on it.

    Please, could you help me how to figure it out?

    Thanks in advance

    –Erwin

    https://www.ads-software.com/plugins/external-featured-image/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nelio Software

    (@nelio)

    Thanks for contacting. Indeed, NelioEFI does not work with this theme. Fortunately, it’s quite easy to adapt the theme so that our plugin can kick in.

    Go to functions.php lines 278-313, function ct_tracks_featured_image. You’ll see there are two if blocks, the former checks if ( has_post_thumbnail( $post->ID ) ), the second if ( $has_image == true ). Between these two if blocks, add the following code:

    if ( function_exists( 'uses_nelioefi' ) && uses_nelioefi( $post->ID ) ) {
      $has_image = true;
      $image = nelioefi_get_thumbnail_src( $post->ID );
    }

    This new block basically checks if the current post ($post->ID) has an external featured image and, if it does, it gets the URL of that image.

    I tested it locally and it works. Please, let us know if it solved your issue!

    Thread Starter Erwin

    (@erwin-hidayat)

    RESOLVED!

    It works really cool on my blog, and yes does save me hours of frustration.

    Simply amazing. I’m so glad that I can disseminate this plugin to my pals.
    Keep up your good work, Team!!

    Thanks ^^

    Plugin Author Nelio Software

    (@nelio)

    Glad to hear! Please, don’t forget to rate and/or comment on the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin not working on Tracks theme’ is closed to new replies.