• Sorry for my English.
    After activating the plugin, only the Featured videos are shown in the Child Genesis.
    Currently I have it disabled until I get it to work.

    Can you help me please?
    Is it necessary to change some code?

    I have installed these Genesis plugin, I have not done many tests yet.
    Genesis 404
    Genesis Connect for WooCommerce
    Genesis Simple Edits
    Genesis Simple Hooks
    Genesis Super Customizer
    Genesis Translations

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter anicolac

    (@anicolac)

    Sorry, I forgot to say thank you very much for your time.
    The plugin is very good;)

    Plugin Author Scott DeLuzio

    (@scottdeluzio)

    Without having access to your child theme, my guess is that the child theme is inserting the featured image in a different way than this plugin was designed to handle it.

    See my reply on this support thread, which may point you in the right direction.

    Thread Starter anicolac

    (@anicolac)

    Hi.
    You mean insert this code in functions.php of the theme genesis-sample

    add_action( 'gfv_remove_post_image', 'genesis_remove_post_image' );
    function genesis_remove_post_image(){
        remove_action( 'genesis_entry_header', 'genesis_do_post_image', 1 );
    }

    If so, I’ve tried it but it does not solve the problem

    I add information:
    The specific error is the following:
    If I activate the plugin, and add the video to an entry, it only affects the oldest entries on the same page.
    It does not affect the newest entries, (those that are on the inciama), nor the entries on the following pages, unless there is another entry on that page with a video.

    It’s very strange.

    Thank you ??

    Thread Starter anicolac

    (@anicolac)

    Do you plan to update the plugin compatible with the latest version of wordpress? If so, I’ll wait.
    Greetings and happy holidays;)

    Hello, I am experiencing the same thing as anicolac,

    I am using the studiopress child theme: Outreach Pro and have attempted to employ the PHP fix listed in the Plugins FAQ. However I cannot find the function that is used to insert the featured image in the blog page.

    Any insight on how I can resolve this issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature images are not displayed if they do not have video’ is closed to new replies.