Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2516145
author box customisation
Closed

Comments

  • underscape started the conversation

    Hello, another question, we would like to customize the author box, but in your online help, we couldn't find any info on this topic.
    Thanks in advance for your help

  •  6,933
    Oliver replied

    Hi,

    Can you make few screenshots how it should look like?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • underscape replied

    Hello, yes of course, on the first image, this is the "author box" of your theme.
    That's good, but to be honest, it's a bit sad, it lacks customization color for fonts, etc ...
    The second image corresponds to an "author box" that we prefer to put ".
    The third corresponds to the result, as you can see, your "author box" is always present and whatever the chosen "author box" plugin is displayed in large and the rendering is bad, because it does not go with the theme.
    So there you have it, we would like to be able to find a solution to improve the look of this box.
    Thanks for your help

  •  6,933
    Oliver replied

    Hi,

    In order to change it to your needs you need to edit function:

    function thegem_author_info($post_id, $full = FALSE) {

    /wp-content/themes/thegem/inc/content.php

    line 302

    In order to make it in the child theme, copy this function to the functions.php of the child theme and rename it there.

    Make the changes you need.

    Copy file:

    /wp-content/themes/thegem/content-page.php

    and 

    wp-content/themes/thegem/content-page-fullwidth.php

    in the line 202 you can find function call:

    <?php if (get_post_type() == 'post') {   
    thegem_author_info(get_the_ID(), true);
    } ?>

    Here you need to set your new function name.

    Then style it via CSS. 


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • underscape replied

    Thanks for your help, we'll try and get back to you in case.
    Good night

  •  6,933
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver