Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23075

    hello,

    here’s my scenario. i created a page with a blog component and set it as “single author, big preview pic”. the blog page looks fine with featured images. but once i click on an individual post (for example a video post), i want to only see the video player. but currently, it is duping the featured image above the video player. i would like to get rid of the featured image when it is a video post.

    but when a post is an audio or just simple text post, i want to see the featured image at the top of the post when i click on the individual post. hope this makes sense

    i’ve tried devin’s css code but that got rid of the featured image along with the video player.

    please help.

    thanks in advance,

    chris

    #118457

    Hi,

    Please open up the file /config-templatebuilder/avia-template-builder/config/meta.php and look at line 5 which look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    and change it to look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    This will add the Advanced Layout Editor for all your posts so now you can control exactly what image you want to show (You can add image 1 as your featured image which will show up on the archive page but then add a slider or a video on the individual blog page).

    Thanks,

    Nick

    #118458

    Thanks! this seems to work.

    much appreciate it!

    chris

    #118459

    No problem. Enjoy the theme!

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Having issues with featured image option for blog posts’ is closed to new replies.