New Landing How can we help? Themeforest Theme Support Flexform Related article thumbnail not showing for 1 post

Viewing 8 posts - 16 through 23 (of 23 total)
  • Posted in: Flexform
  • #90735
    Bitedge
    Member
    Post count: 345

    Please provide details,

    which 4 lines of code did you move from where to where?

    #90739
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I edit single.php as mentioned below:

    $thumb_image = get_post_meta($post->ID, 'sf_thumbnail_image', true);
    if (!$thumb_image) {
    $thumb_image = get_post_thumbnail_id();
    }

    TO

    $thumb_image = get_post_thumbnail_id();
    if (!$thumb_image) {
    $thumb_image = get_post_meta($post->ID, 'sf_thumbnail_image', true);
    }

    Thanks

    #112840
    Bitedge
    Member
    Post count: 345

    Lets try this again as after the last “solution” the image was set as featured image and this HUGE bigger than full page image displayed on the forum post. Not good and as soon I deleted it from feature image it was gone from the related articles section again and we are back to square one.

    #113223
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I did not get your issue exactly. Please upgrade to latest version 1.62 of theme and let me know your issue.
    Thanks

    #113224
    Bitedge
    Member
    Post count: 345

    The issue can be seen in this screenshot

    To recreate the issue go to

    http://bitcoin-betting-guide.com/james-cannings-blog/the-hidden-purpose-of-taxation-is-to-guarantee-demand-for-government-currency/

    and refresh the page how ever many times necessary for the post titled IMF Managing Director Christine Lagarde Answers Bitcoin Question to appear as a related post.

    Attachments:
    You must be logged in to view attached files.
    #113254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Why this issue occurred again? Did you attach feature image to this post? This issue should not come with latest version of theme. Please upgrade to latest version of theme.
    Thanks

    #113256
    Bitedge
    Member
    Post count: 345

    No, NON of the post have fetured image, it makes the image display at a huge scale in the post body…

    #113260
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in to reply to this topic.