Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Cesar Vazquez

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Sports Club Lite – Author does not show under posts #20372
    Cesar Vazquez
    Participant

    Thank you for the feedback you can mark this post like solved
    Thank you

    in reply to: Sports Club Lite – Author does not show under posts #20212
    Cesar Vazquez
    Participant

    I was able to fix this issue, I edited the file sports-club-lite/content.php ->Lines->
    <div class=”post-author”><i class=”fas fa-user”></i>
    <?php printf(
    /* translators: %s: post author */
    esc_html_e( ‘Published by %s’, ‘sports-club-lite’ ),
    esc_html( get_the_author() )
    );
    ?>
    I changed to

    <div class=”post-author”><i class=”fas fa-user”></i>
    <?php printf(
    /* translators: %s: post author */
    esc_html_e( ‘Published by ‘, ‘sports-club-lite’ ),
    esc_html_e( get_the_author() )
    );
    ?>

    I know this is not the best way to fix it but I didn’t find any other way to do it, and I think this part can be removed n the next update, so please let me know if there is other way to fix it.
    Thank you!!

    in reply to: Sports Club Lite – Sidebar issue #20210
    Cesar Vazquez
    Participant

    Thank you issue was fixed

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