• Resolved D4rio

    (@d4rio)


    Hi guys,
    I can’t see or make appear the tag line in my web site.
    I tried to delete it many times and rewrite it in the costumize but with no effect…

    How can make it appear?
    Where I have to change what?

    Thanks.

    D.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can’t get it to work, either. It seems like the checkbox under Customizer → Site Identity labeled Display Site Title and Tagline has no effect. If I check it, I only get a site title but no tag line. If I uncheck it, I still get a site title. What’s more, if I remove the header logo, I now get two site titles, one next to the menu and the other below the menu. Something is not right.

    Hello,

    D

    To add the tag line you need to create and activate child theme.

    Child theme reference:
    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme
    https://codex.www.ads-software.com/Child_Themes”

    After successfully creating and activating child theme, in your main theme’s folder you will see header.php file copy this file as it is in child theme’s folder.
    Now you need edit this file that is in child theme’s folder.

    Now in that file in line no:43 you will see below block of code:

    echo get_bloginfo('name'); } ?></a>

    Now in the end line no: 43 you can set code

    <p><?php bloginfo( 'description' ); ?></p>

    Hope this will resolve your issue.

    Best Regards!!!

    Sounds like a bug to me. That is, if there’s an option in the Customizer to display or hide the site title and description, it should work without having to create a child theme. Hopefully it’s fixed in a future update of the theme.

    Hello,

    CrouchingBruin

    Thank’s for advice. we will update it soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No tag line under site title’ is closed to new replies.