• Resolved Vijay

    (@vijayabalaji5)


    Hello David,

    Its great to see you provide amazing support over here.

    I use “newsmag” theme (kinda popular) and the external featured image is not showing up.

    My post url (custom post type) – https://goo.gl/DRazws

    The featured image is not getting displayed (you can scroll to the bottom of my website and see “wwe photos” widget). But if I post that post link on social media, featured image is getting displayed. (basically this plugin works, but not working for my theme)

    The featured image is also getting inserted in backend – https://i.imgur.com/VsMrfqa.png
    But not displaying on website.

    I currently use “WordPress Automatic Plugin” and the author recommended your plugin to obtain external featured image.

    I can really make a donation if you are available to help me in this.

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Vijay

    (@vijayabalaji5)

    Thread Starter Vijay

    (@vijayabalaji5)

    UPDATE:

    The code works, but it breaks the homepage. Other pages work fine.

    if ( function_exists( 'uses_nelioefi' ) && uses_nelioefi( $this->post->ID ) ) {
      $buffy .= get_the_post_thumbnail( $this->post->ID, array(180,120) );
    }
    else {
      $buffy .= '<img width="' . $td_temp_image_url[1] . '" height="' . $td_temp_image_url[2] . '" class="entry-thumb" src="' . $td_temp_image_url[0] . '" ' . $attachment_alt . $attachment_title . '/>';
    }
    Thread Starter Vijay

    (@vijayabalaji5)

    UPDATE:

    I just figured out that visual composer plugin and Custom Post Type UI plugin are not compatible with each other. That is the reason which made my homepage to break. I just redesigned my website homepage, and now everything works.

    And I have also contacted newsmag theme author, he provided the following:

    For post pages you can implement the first code in module_single_base.php file – https://screencast.com/t/A8Wxup39 and if you want the external image on modules you could implement the second code like this – https://screencast.com/t/gwnGwnqbdr

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with NEWSMAG theme’ is closed to new replies.