Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96390
    Carol Anne
    Participant

    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!

    #96429
    Mahesh
    Keymaster

    @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,
    Mahesh

    #96443
    Carol Anne
    Participant

    I am familiar with coding and I would greatly appreciate your help.

    Thanks

    Carol Anne

    #96445
    Mahesh
    Keymaster

    @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,
    Mahesh

    #96475
    Carol Anne
    Participant

    I 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 Anne

    #96529
    Mahesh
    Keymaster

    @carol-anne: Are you using child theme? Seems you have fullframe_scripts() function in your child theme’s functions.php it is causing the problem. Please remove it and try again. Let me know further.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title before primary menu’ is closed to new replies.