JoeMD
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Expound] Add New Widget Area Under MenuOk, I’ve been able to create the widget area by adding the following code.
if (function_exists('register_sidebar')) { register_sidebar(array( 'name'=> 'Top Wiki', 'id' => 'top_wiki', 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h3>', 'after_title' => '</h3>', ));But I can’t figure out how to get it to display.
Forum: Fixing WordPress
In reply to: Testing New Theme on Live Site – Best Method?It’d be a complete overhaul of the theme/ layout, so some testing would occurs but I’d probably customize the chosen theme somewhat to get it just so.
The last option sounds like the best. Thanks for the help esmi. Any further help with setting that up I’ll put into a new topic.
Forum: Fixing WordPress
In reply to: Testing New Theme on Live Site – Best Method?Actually Jan, it says support requests shouldn’t be put in the YourWordpress forum. As this is a support request can it be moves back?
Forum: Themes and Templates
In reply to: [Expound] Move Sidebar Under "Main" PostNo worries. Just thought I’d ask. Theme is really cool as it is.
Forum: Fixing WordPress
In reply to: Testing New Theme on Live Site – Best Method?Thanks @jan
Forum: Themes and Templates
In reply to: [Expound] Move Sidebar Under "Main" PostYes, it does, only just noticed that. So I’m going to have to change it back. You’re right, Kallekn, the full-width does seem too important. Would be nice to have the option to make the sidebar more viable though.
@konstantin, would it be possible to allow for the sidebar to be more viable as described in a future upgrade to the theme?
Forum: Themes and Templates
In reply to: [Expound] Move Sidebar Under "Main" PostWell, I figured it out. I kind of cheated by simply reducing the featured post count to 4, moving the sidebar up and changing the background to white. Didn’t have to worry about changing the side of the actual secondary featured posts area because the sidebar is “on top” of it. ^_^
Forum: Themes and Templates
In reply to: [Expound] Move Sidebar Under "Main" PostI’ve tried a few other things but can’t figure out how to change the size of the secondary content. Any suggestions?
Forum: Themes and Templates
In reply to: [Expound] Move Sidebar Under "Main" PostOk, so I’ve been able to move the sidebar up and fix the number of featured posts, however I can’t figure out how to re-zise the secondary content field. I tried the following but had no luck.
body { line-height: 1; background-position: center bottom!important; }Do I have to change something in the style sheet? I’m using a child theme so what would I add/do?
Thanks in advance.
Forum: Themes and Templates
In reply to: [Expound] Multi-Level Menu IssueRemoved the following code and everything seems to be working fine now.
body { line-height: 1; background-position: center bottom!important; }Thanks. ^_^
Forum: Themes and Templates
In reply to: [Expound] Multi-Level Menu IssueOk, I’ve added a sub-menu item under Home. If you hover over Home you’ll see “Community Spotlight” show. However, the gap I mentioned before still appears, making it very hard to select.
Any ideas, Konstantin?
Forum: Themes and Templates
In reply to: [Expound] Getting More Control Over Featured PostsOk, great. Thanks.
Forum: Themes and Templates
In reply to: [Expound] Multi-Level Menu IssueNo, the demo doesn’t have the little gap.
Forum: Themes and Templates
In reply to: [Expound] Multi-Level Menu IssueGuys, the site has gone live so I had to remove the problem menu item. However, the issue persists. Any suggestion as to how this might be fixed?
Forum: Themes and Templates
In reply to: [Expound] Getting More Control Over Featured PostsP.S. What do you mean by “comment out” and “uncomment”?
Don’t worry about that, I figured it out.
Just another thought; is it possible to have one of the featured posts dictated while the others automatically based on dates?