-
Author
Tagged: menu, logo, top menu, social icons
-
August 16, 2015 at 12:26 #73242
Splendor
ParticipantHi there,
I wonder, I was thinking of moving the logo to the top menu.
1. moving the logo to the top menu
2. removing the social icons
3. removing the main menuAny recommended approach for this theme?
August 16, 2015 at 15:44 #73271sharmstr
ModeratorYou can copy /page-parts/general-header-section.php to your child theme. You’ll see both the social icon section and the code for the logo. Try replaceing kleo_get_social_profileswith the logo code. I’m sure you’ll have to add some custom css for 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 16, 2015 at 19:36 #73293Splendor
ParticipantYes, I found it. Do you mean line 117 to 132, I guess that is logo code. The other is for mobile as I can see.` <strong class=”logo”>
<a href=”<?php echo home_url();?>”><?php if ($logo_path != ”) { ?>
<img id=”logo_img” title=”<?php bloginfo(‘name’); ?>” src=”<?php echo $logo_path; ?>” alt=”<?php bloginfo(‘name’); ?>”>
<?php } else { ?>
<?php bloginfo(‘name’); ?>
<?php } ?>
</a>
</strong>
</div>`Should this part be included below as wall, it feels that it shouldn’t?
COPY CODE<?php if ($header_style == 'left_logo') : ?> <div class="header-banner"> <?php echo do_shortcode( sq_option( 'header_banner', '' ) );?> </div> <?php endif; ?>
August 16, 2015 at 19:50 #73296sharmstr
Moderatorprobably not.
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 16, 2015 at 19:58 #73298Splendor
Participantyes, seams to work fine with out it. Now it’s about getting rid of the main menu section.
August 24, 2015 at 13:34 #74328Splendor
ParticipantHmm, I’m finding issues with this. It seams that users are logged in but the login icon is logged out, after refreshing the page it shows that you are logged in. I’m reverting back and see if this continue. I think is may be a cache issue or it’s the change by having the logo on top. What do you think @sharmstr?
September 25, 2015 at 19:58 #79514Splendor
ParticipantSeams to be working right. Now I want removing the main menu accordingly in this theme? As I don’t use the main menu..it’s no idea to have it there.. I have this spacing there now where the main use to be.. where is that div located?
September 26, 2015 at 03:24 #79543sharmstr
Moderator.sticky-wrapper {
display: none;
}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
September 26, 2015 at 03:54 #79547Splendor
Participanthmm, yes, but for every page you browse.. you can notice it. It look like it were an animation. I’m trying to find the file. I’m looking in general-header..
September 26, 2015 at 18:27 #79617sharmstr
ModeratorThe animation is the sticky main menu stuff. Turn that off in theme options then remove the menu in general-header-section
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
January 18, 2016 at 21:45 #99203sharmstr
Moderatordone
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.