-
Author
-
August 19, 2015 at 21:29 #73819msattoloParticipant
Hi
How do I add the tagline to the header?
Thank youAugust 20, 2015 at 13:56 #73904sharmstrModeratorThe header has several sections. Where in the header do you want it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 20, 2015 at 14:42 #73911sharmstrModeratorThere’s no action to inject it, so you’ll have to copy /kleo/page-parts/general-header-section.php to your child theme and change the following (starting around line 149)
COPY CODE<?php // Main menu echo $primary_menu; ?>
COPY CODE<?php // Main menu echo $primary_menu; ?> <span style="float:left; clear:both; margin-top:-15px;"><?php echo get_bloginfo ( 'description' ); ?></span>
Adjust the inline css as you need.
Also, be sure to compare this file to any new Kleo updates of the file.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 20, 2015 at 17:55 #73951msattoloParticipantHi Sharmstr
Unfortunately adding this code it is not working….
Any idea?
Kind regards
MiriamAugust 20, 2015 at 19:00 #73961sharmstrModeratorDo you have your child theme enabled? Did you clear your cache?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 20, 2015 at 19:29 #73966msattoloParticipantI cleaned that cache, and nothing.
Yes the child theme is active.August 20, 2015 at 20:06 #73970sharmstrModeratorDid you keep the directory structure? i.e. /kleo-child/page-parts/general-header-section.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 20, 2015 at 21:35 #73986msattoloParticipantThat was the problem!
Thank you for your patience…February 10, 2016 at 14:02 #103093benisbenParticipantHi… that doesn’t work for me as the tagline appear under the menu instead of under the title
February 10, 2016 at 14:42 #103105sharmstrModeratorIn your case, you’ll have to put it next to the logo. Change line 126 from
<img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>">
to
<img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>"><?php bloginfo('description'); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.