Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Blog header does not pick the featured image. HELP. #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

    in reply to: How to add a subtitle to a NEWS (Post Page)? #130804
    victoralejandrobr
    Participant

    Hey Tikaram

    I don’t think is necessary to hire a customizer just to add a subtitle.I need a subtitle for a blog page. I do have a child theme set already. I’ve tried to add/modify the components/features/recent-posts/recent-posts.php where I guess the Subtitle should be added however there is no changing. Can you guide me please? Just to add a subtitle.

    Thanks

    in reply to: How to add a subtitle to a NEWS (Post Page)? #130712
    victoralejandrobr
    Participant

    Another thing is the header (feature image) does not change when you edit the page. I think is because the page have no connection whatsoever. Can I have a normal page with post in it or be able to change the NEWS PAGE. Thanks

    in reply to: Fotografie PRO Update is not working. #129983
    victoralejandrobr
    Participant

    I still don’t know how to upgrade using a child theme. Can someone walk me through?

    in reply to: Fotografie PRO Update is not working. #129981
    victoralejandrobr
    Participant

    Just notice there is not a automatic update for this theme. I’m downloading the theme update.
    Thanks anyway.

    victoralejandrobr
    Participant

    Yes Please, guide me through.

    Thanks

    victoralejandrobr
    Participant

    Thanks I solve the problem on my own. For those are looking for the same thing here is the code:

    .lang-item a {
    font-size: 0.6rem;
    font-weight: 400;
    }

    Cheers

Viewing 7 posts - 1 through 7 (of 7 total)