Community Forums › Forums › Archived Forums › General Discussion › Utility Bar for Executive Pro Theme
Tagged: utility bar
- This topic has 6 replies, 3 voices, and was last updated 10 years, 7 months ago by
definemedia.
-
AuthorPosts
-
August 12, 2014 at 9:45 am #118405
definemedia
MemberHello,
I wonder if anyone can help ? I am fairly new to Genesis and am working on a website that needs a black utility bar at the top with custom widget areas - menu, search, social icons, login etc.
I have tried Carries tutorial which seems to have worked magnificently for lots of people, but unfortunately i can't get it to work in Executive Pro theme.
http://www.carriedils.com/widget-area-above-header-genesis/
The widgets do not show up in appearance / widgets.
The code ( exactly as per the tutorial ) has been added to Genesis extender ( customs functions and css ) to avoid ftp ing the functions.php and stylesheet.css
Any help would be much appreciated.
Thanks in advance, Maria
http://www.tpiver5.definemedia.co.uk/August 12, 2014 at 11:09 am #118427Brad Dalton
ParticipantLooks like the code highlighter is hiding the code
/** Register Utility Bar Widget Areas. */ genesis_register_sidebar( array( 'id' => 'utility-bar-left', 'name' => __( 'Utility Bar Left', 'theme-prefix' ), 'description' => __( 'This is the left utility bar above the header.', 'theme-prefix' ), ) ); genesis_register_sidebar( array( 'id' => 'utility-bar-right', 'name' => __( 'Utility Bar Right', 'theme-prefix' ), 'description' => __( 'This is the right utility bar above the header.', 'theme-prefix' ), ) );
Make sure this code is added to your functions or custom functions file. Whatever that plugin uses for custom PHP code.
August 12, 2014 at 12:42 pm #118446definemedia
MemberHi Brad, thanks so much for getting back to me.
I have double checked, and added your version of the code above to my custom functions and the css to my custom css file, but hmm still still no widgets appear in Appearance > Widgets.
So, I have added it to the actual functions.php and stylesheet.css and it seems to work, wowza - nearly anyway.
Ideally I am trying to get it to run to the full width a bit like this http://www.bsg.ox.ac.uk/
At the moment it looks like this http://www.tpiver5.definemedia.co.uk/ after two days of struggling with this I finally feel I might be getting somewhere. Do you have any suggestions for how I might.
1. Make the top bar full width
2. Make the custom menu ( on the left ) run in one line instead of underneath each otherReally appreciate your help,
Maria
August 12, 2014 at 8:11 pm #118485DTHkelly
MemberCarrie Dils' Utility Bar Tutorial works with Dyanmik (Dynamik Custom functions and css).
Strange that it didn't work with Extender.
August 12, 2014 at 9:42 pm #118498Brad Dalton
ParticipantAugust 12, 2014 at 10:01 pm #118500definemedia
MemberThanks very much for the feedback, that is strange isn't it if it works with Dynamik, hmmm. I will see if I can contact Carrie via her post and will repost here when I find the solution. It may well be something I am doing wrong, or possibly a conflict with the Theme. Thank you both for your support.
August 17, 2014 at 5:05 am #119334definemedia
MemberA very rudimentary solution I am a little embarrassed to say - I needed to click the checkbox ' Custom Functions - Affect Admin' for the widgets to show in the admin area. Carrie was great with support, I was able to ask her the question after she had turned comments back on on her post. Maria
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.