Tagged: tagline
-
AuthorPosts
-
March 13, 2014 at 10:01 pm #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 AreMarch 14, 2014 at 1:21 am #237307Hey Gee Are!
It’s the same, but now you need to do that change in: /includes/helper-main-menu.php, line 101.
Regards,
JosueMarch 14, 2014 at 1:27 am #237312Hi 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 AreMarch 14, 2014 at 7:27 am #237414Hey!
You can find it on line 101. This code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Best regards,
IsmaelMarch 14, 2014 at 10:20 pm #237844Hi 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 AreMarch 15, 2014 at 3:49 am #237899Hey!
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!
JosueMarch 16, 2014 at 1:00 am #238150Hi 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 -
AuthorPosts
- The topic ‘Adding tagline to Enfold 2.6’ is closed to new replies.
