Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131928
    victoralejandrobr
    Participant

    Hi guys, I mentioned this issue before but I wasn’t very clear.

    I set an “ARTICLE” page as blog page. I set every page (Home, Price, etc.) with a image header picked from feature image from WP edit page. I know the homepage will pick a video, and fall back to a image. However the blog is falling back to the same image as the homepage, and is not picking from FEATURED IMAGE from EDIT PAGE. I also notice that the header image does change (feature image) from every blog post…BUT DOES NOT PICKING UP THE FEATURED IMAGE FROM MAIN “ARTICLE”(blog page).
    I Need a URGENT help regarding to this issue. I’m about to launch the Website.

    Thanks

    #131946
    tikaram
    Keymaster

    @victoralejandrobr : Please post in your site URL.

    Regards,
    Tikaram

    #132254
    victoralejandrobr
    Participant

    Hi Tikaram

    I’ve already fixed the issue somehow. I realized the featured image will be the same as the latest blog post. However I do have a different issue and I think is regarding to the theme.
    The HEIGHT of the header in the blog page is not cropped like the other pages. So looks huge comparing to the other pages headers. I’ve tried to resize (make equal to the other headers) adding in the child theme function.php
    if ( ! function_exists( ‘fotografie_setup’ ) ) :

    function fotografie_setup() {

    add_theme_support( ‘post-thumbnails’ );

    set_post_thumbnail_size( 1920, 689, true );

    }
    endif;

    ….HOWEVER no success. Can you help me? I didn’t post the page coz is not ready yet but I think is obvious issue.

    Cheers

    #132386
    tikaram
    Keymaster

    @victoralejandrobr : Are you talking about a single page or a single blog post ? Can you please explain in detail where you are having the issue. It would easy if you could provide some link or reference to the issue that you are having.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog header does not pick the featured image. HELP.’ is closed to new replies.