New Landing How can we help? Themeforest Theme Support Flexform Featured image not showing in blog

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Flexform
  • #217928
    michaelproof
    Member
    Post count: 19

    Hi, I’ve searched the knowledgebase but nothing solved my issue. My featured image is not showing for any new blog posts. The older posts show the image. I’ve deactivated plugins, including Jetpack, and no improvement. I also updated to the latest theme version and no effect. I also switched from my child theme to the parent flexform theme and no effect. It is happening on my blog page and in a blog section on the homepage. Please let me know how I can resolve. Thanks.

    #218097
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    On the post page itself? What do you have set for the detail media in the Post Meta Options?

    – Kyle

    #218163
    michaelproof
    Member
    Post count: 19

    On the blog page itself (as well as a single instance on the homepage where i am only showing one blog post category “in the news”). All of the old posts show the image, but any new post (the newest Economist post) does not show the image. If I understand your question correctly, I’ve changed the meta options from ‘none’ to ‘image’. Which is what it has been for the site for a long time.

    #218183
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please provide me with a login and link to an example post so I can check your settings

    – Kyle

    #218188
    michaelproof
    Member
    Post count: 19
    This reply has been marked as private.
    #218194
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have this in your custom css:

    figure.media-wrap img {
    display: none !important;
    }

    That’s stopping the image showing

    – Kyle

    #218195
    michaelproof
    Member
    Post count: 19

    so it is the post meta being set to “none”. Even though in my child theme i’ve updated the ‘std’= ‘image’.

    #218196
    michaelproof
    Member
    Post count: 19

    I’m not refering to the image inside the actual blog post. I am referring to the thumbnail image on the BLOG page that shows all of the blog posts.

    #218197
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No, because the post meta is set to image, but your hiding it with the css I put above. It’s in Theme Options > Custom CSS, you need to remove it

    – Kyle

    #218198
    michaelproof
    Member
    Post count: 19

    I had removed it previously and it did not have an effect.

    #218199
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Look, it’s back: http://d.pr/i/1d69K/3fjWgR15

    – Kyle

    #218200
    michaelproof
    Member
    Post count: 19

    yes when i manually change the post meta from ‘none’ to ‘image’ it shows up. Even with the css still present. I wondering why the ‘std’ = ‘image’ isn’t being recognized and still maintaining ‘std’ = ‘none’ in the postmeta.php.

    #218201
    michaelproof
    Member
    Post count: 19

    not sure why but the child theme file for meta-boxes.php was not being recognized. I changed it in the core file and it is working properly. Any idea why the child theme file wouldn’t be recognized?

    #218206
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It’s not possible to override that file directly in the child theme because in the parent theme that file is included directly with this code.

    include(SF_INCLUDES_PATH . '/meta-boxes.php');

    -Rui

    #218208
    michaelproof
    Member
    Post count: 19

    oh. So i’ll have to update that parent code with each theme update?

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register