Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #237207

    Hi,

    since the update to 2.6 the tagline according https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/ does not work any more because the header.php looks totally different! How can I add a tagline again on my Blog http://miApple.me on Enfold 2.6?

    Cheers,
    Gee Are

    #237307

    Hey Gee Are!

    It’s the same, but now you need to do that change in: /includes/helper-main-menu.php, line 101.

    Regards,
    Josue

    #237312

    Hi Josue,

    thanks for the reply. I do not have a line counter in wordpress editor. Could you tell me the line under which I should copy?

    Cheers,
    Gee Are

    #237414

    Hey!

    You can find it on line 101. This code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Best regards,
    Ismael

    #237844

    Hi Ismael,

    thanks, now the tagline is shown. However, by minimizing the tagline moves below the social icons. On big screen it is to close to the logo.

    .site-description {
    bottom: -30px;
    position: absolute;
    font-size: 10px;
    }

    If I change the button to -40px it is too low, if I choose -20px it’s gone. How to solve this? How can I increase the space between the logo and the line, too?

    Cheers,
    Gee Are

    #237899

    Hey!

    Try adding this code to the Quick CSS:

    #header_main .container {
        height: 80px !important;
    }
    .logo, .logo a {
        height: 90% !important;
    }
    .site-description{
        bottom: -22px;
    }
    
    @media only screen and (max-width: 767px) {
    .site-description{
        bottom: 5px;
        left: 55px;
    }
    }
    
    

    Cheers! 
    Josue

    #238150

    Hi Josue,

    thanks, but it does not working well on a small screen.
    I solved this issue by modifying my blog logo (now it includes the tagline).
    Ticket can be closed.

    Cheers,
    Gee Are

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adding tagline to Enfold 2.6’ is closed to new replies.