Elbee Elgee 1.3.2 Approved; 1.3.3 Incoming

I’ve released Elbee Elgee version 1.3.2 to the WordPress.org themes repository. The update got a clean bill of health and should be showing up in your WordPress Updates screens as soon as the Powers That Be mark it for “sync”.
This is a small update that addresses the menu issues some folks were seeing involving mutli-level menus. The quick fix was to make sure you specified a custom menu for the Primary menu location but 1.3.2 should fix it from the back-end side of things.
Additionally, I’m cobbling together a 1.3.3 release for WordPress 3.3 support (keep tabs on its status in the Theme Repository here. The change is minor — WP3.3 changed the way CSS stylesheets were included (see here and here for details) and so some of the Elbee Elgee styling has started to “bleed” over into the WP administration interface.
Ain’t that the way of things — I release a bugfix and then have to follow it up with another one, short-order? *grin*

Doug
Doug

Husband & father with youngins; Presbyterian; Will devops for boardgames; Dadjoke Enthusiast; Longtime WordPress user; The failure mode of “clever” is...

Articles: 2529

28 Comments

  1. Hello – thank you for this theme. One question (for now…) – how can I make the shaded box go away in the header area? I just simply want my header image there only. Thank you!

  2. Doug – your forums and contact are not working. And I have a very important question before I can launch my page (my previous post here). Thanks

      • Krista:
        Thanks, I’m sorry that I didn’t get to your comments prior to this — I’ve had family in town for the week and have been running basically disconnected.
        Glad you found the solution!

      • How are the forums not working? If there’s something wrong with them, I’d like to fix them up pronto.
        Thanks!

  3. Hi, when i updated elbee elgee recently there was a change to the dynamic highlighting of the menu. When i go to a page, I cannot see the foreground text of the menu tab. e.g when i go to the ‘home’ page, I can see that the home tab is highlighted but I can’t see the actual text because its the same colour as the highlight.
    I’d very much appreciate some help in how I can correct this so that the text can be seen.
    thanks
    Michael

  4. i am having problems with the menu bar “bleeding” into my header.. that greyed out box is not part of my custom header. any ideas?

    • Ahh, I know what’s up. Give me a bit and I’ll code up a fix. Won’t make 1.3.4 but I’ll post the fix for all to use.

    • Salvatore:
      Here’s the solution (and it will make it into the next release which I’ll be releasing to the theme repo ASAP):

      1. Open includes/functions/hooks.php in your text editor of choice.
      2. Add the following lines around line 92:
        
        #header div#titledesc {
        	display: none;
        }
        
      3. Save your work.
      4. Profit!

      Your file should go from looking like this to looking like this when all is said and done.
      Let me know if you run into any problems. Thanks!

  5. Hi Doug! YOU have corrected a bug in the Default Menu and Elbee Elgee BuddyPress BuddyPress Menu!!! In the Primary Navigation Menu problem left! Thank you.

  6. Hi Doug! Please what file are these entries Posted by, on 16th, 2011 | Edit this entry No Comments. Posted in. I want to translate into Russian. many thanks.

    • Mitka:
      I haven’t been doing translations of my theme as of yet. Would you be willing to provide translations for a future version of the theme, were I to implement internationalization?
      The string you’re looking for resides in includes/functions/hooks.php in the function lblg_post_info() (line 131 through line 143, if I recall correctly).

  7. My Hooks.php does not look anything like the pictures you added.. around line 92 this is what i have
    // Output the blog title. Hook-able via lblg_print_title() action hook.
    function lblg_title(){
    if(is_home()) { ?>
    <a href="”>
    <a href="”>
    <?php
    }
    }
    any suggestions?
    thanks again.

    • /headdesk
      Salvatore:
      My error. The lines are in includes/functions/headers.php, NOT hooks.php.
      I apologize for my error. Hope that helps.

  8. I’m a newbie to building a site using a theme like this.
    Please help with info on:
    Accessing hooks for removing unneeded sidebars
    Possible to center-justify text in the sidebars?
    Changing the font size within a sidebar
    Insert line spaces in parts of the sidebar text?
    Have not found the magic button for setting up subpages.
    Thanks for your work on the theme

  9. I am a very newbie and I am interested in using Elbee Elgee for a website, not a blog. I like this site and have done some initial setting up. However, I cannot find how to do sub pages either. Also, since I want to use this for a web page content, and don’t want to blog, how do I get rid of all the blog stuff and just have pages for all my information? Maybe I need a different template. I do like the look of this one. My organization does have a site but I want to redo the whole thing.

Comments are closed.