Tagged: site title, Social Icons, tagline
- This topic has 5 replies, 2 voices, and was last updated 8 years, 4 months ago by Mahesh.
-
AuthorPosts
-
August 1, 2016 at 6:47 pm #96390Carol AnneParticipant
I would like my site title and tagline to be located above the primary menu.
I would also like the social icons to be on the same line as the primary menu.Are these possible?
Thank you!
August 2, 2016 at 9:49 am #96429MaheshParticipant@carol-anne: This requires some customization. if you are familiar with coding, then I can help you with. If not, I recommend you to hire a customizer for this purpose.
Let me know further.Regards,
MaheshAugust 2, 2016 at 11:33 am #96443Carol AnneParticipantI am familiar with coding and I would greatly appreciate your help.
Thanks
Carol Anne
August 2, 2016 at 12:52 pm #96445MaheshParticipant@carol-anne: First you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the code in the following link:
http://bit.ly/2aEX7AG
Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#social_icons_menu { float: right; margin-top: 6px; } #header-right-social-icons.widget_fullframe_social_icons { display: none; } #fixed-header { position: static; } .site { padding-top: 0; }
Note:
1. Please make use Check to disable Header Toggle option is Checked in Dashboard=> Appearance=> Customize=> Theme Options=> Fixed Header Top Options
2. This will remove fixed header feature of the menu.Hope this helps. Let me know if any problem.
Regards,
MaheshAugust 2, 2016 at 6:19 pm #96475Carol AnneParticipantI got a fatal error when I tried this
Fatal error: Cannot redeclare fullframe_scripts() (previously declared in /hsphere/local/home/carolann/unity.carol-anne.com/wp-content/themes/full-frame-pro/inc/fullframe-core.php:185) in /hsphere/local/home/carolann/unity.carol-anne.com/wp-content/themes/full-frame-pro/inc/fullframe-core.php on line 185
I tried to look at the code to see if I could figure out what the problem is, but I could not. Please help.
Thank you!
Carol AnneAugust 3, 2016 at 10:55 am #96529MaheshParticipant@carol-anne: Are you using child theme? Seems you have
fullframe_scripts()
function in your child theme’sfunctions.php
it is causing the problem. Please remove it and try again. Let me know further.Regards,
Mahesh -
AuthorPosts
- The topic ‘Title before primary menu’ is closed to new replies.