Donate
Feeling charitable? Buy me a coffee!
Donate (Hosting)
Search
Recent Comments
- @zamoose on Pranking Yourself In A Few Simple Steps
- Doug on Announcing: Elbee Elgee
- Steve on Announcing: Elbee Elgee
- Janet on Elbee Elgee FAQ
- Janet on Announcing: Elbee Elgee
Hot Posts
- Announcing: Elbee Elgee (59)
- Elbee Elgee 1.3.2 Approved; 1.3.3 Incoming (28)
- Export Mailman Subscriber Address Lists Without SSH/Shell Access (6)
- Elbee Elgee 1.3.3 Is Now Live In The Theme Repo (2)
- I’ll Take A Bit More Pocus In My Hocus, Thank You Very Much (1)
- Pre-K Jargon File (0)
- Who YOU Gonna Call? (0)










thank you for making it possible to have our questions answered.
three questions
1. how do I make the share (FB, Twitter) icons smaller. they seem to be out of proportion to the rest of my site. there’s a like, tweet and share at the beginning of each post and 5 large icons at the end. Mainly, how do I get the 5 smaller, secondly is there a way to remove one of the sets?
2. how can I update my archives? most of the pages from http://www.ourdigitalphotographysuccess.com/2008/11/ and earlier go to an index list.
3. which image name in which folder is the main snowy leaf? I looked and could not find. I want to swap out my own.
Thank you
1. Those icons appear to be from a plugin that you’re using. You’ll have to follow-up with the plugin authors.
2. You’ll need to import that content into your WordPress install and then remove the static source files. WordPress will show content as long as those pieces of contact don’t already exist on the server by default. That is to say, WP will try to find my-site.com/my-blog/static.html. If static.html already exists, WP exits and hands the content off to the webserver. If it doesn’t exist, then WP goes looking in the database for the content. Alas, a fuller discussion of such is well outside of the bounds of theming and ought to be handled by a trusted developer or consultant. (You will in all likelihood have to give said trusted developer access to your site and server.)
3. You may upload your own if you have “Use Custom Headers” selected under Appearance -> Elbee Elgee Settings selected. You can then alter the header under Appearance -> Headers.
4. “This will remove the title text and shaded div completely.”
how would i remove the shded div only and reduce the size of header text?
Ruth:
See the most recently-added FAQ.
Thanks!
Thanks for putting this up, ZaMoose! I’m coming to enjoy the Elbee Elgee framework more and more.
I have uploaded several headers that I do not want to use, how do I remove the headers I don’t want and keep the ones I do?
Ben:
It’s a part of the core WordPress functionality. Delete them from Media->Library.
Hi. Before the last theme update the menu items were listed one under the other (1 per line) which I liked. I recently installed the theme update and now if long there is one on a line and if short, 2 per line which I don’t like the looks of. How can I fix this so only one per line? Thanks.
Edith:
I’m not quite sure what you mean. What version of the theme are you running?
I’m using 1.36 now. If a long name, only one per line e.g. All Saints Mt. Pleasant but if shorter 2 per line e.g. Grace Holy Trinity. I’d really prefer only 1 per line.
Thanks a LOT. New version 1.7 fixed the problem.
Thanks for the faq….
Is it possible to use the child theme to change the height of the header? If so could you post the code?
Hi there!
Thanks for the theme and FAQs. :)
Was wondering if you could help a bit. The sidebar is too narrow for one of the widgets that I need. I tried to look through the css (I understand it fairly well, but it’s a little beyond my scope of knowledge). Is there a relatively easy way to change this?
Thanks and best wishes,
Kristen
Kristen:
Which layout stylesheet are you using?
Thanks for responding; that’s very kind. :) I’m using the “2-column fixed sb right” layout. I have a CafePress widget that won’t let me reduce it any smaller than 200 x 200, so I’m guessing I need to go 250, maybe.
Kristen:
In your child theme’s style.css, add the following:
Awesome – thank you so much! :D
inserting the code above DID change the sidebar width, but it moved the sidebar to the bottom of the page, thus it seemed to vanish. As near as I can tell, this happened because the fixed width of the body did not adjust to compensate, which forced the sidebar below the body column. Thus, I need to expand the width of the header and menu bar, or else I need to reduce the width of the body column. Please advise how to proceed, Doug.
Hi, how can I change the size of the two footer bars? Or can I make them into 1 that goes along the bottom of the screen?
thanks!
Nicole:
The footer bars are #footerleft and #footerright. You could do the following in your child theme’s style.css:
Hey and thanks for the theme, it’s helping me quite a lot. I just have one issue right now: by default (1.3.7) it seems that the header banner doesn’t link to home, I’m having trouble finding where it is called (or should be called), could you help me out on this? I know it’s probably CSS 101, but I can’t spend time figuring it out right now as setting my site up is quite urgent at this time.
Cheers,
Alex
Hmmm, finally solved the issue, using tips found here
http://codex.wordpress.org/Designing_Headers#Making_the_Whole_Header_Clickable
Keep up the good work!
Is there a way to modify some of the styles in styles/ng.css in the child theme using elbee-elgee/styles/ng.css?