PODcast
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Thanks Aaron, no response from the Blackbird people thus far.
Just to clarify, do you mean I should add the class=”widget” to the ‘after widgets’ code or something else entirely?
Thanks
Charly
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Thanks Jan, makes sense – I’ve posted on their forum. Annoying considering it was a paid for theme!
Have a good weekend 🙂
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Hi there
I’ve updated the above code (as shown below) but I’m still having sidebar spacing problems – see http://www.palomanewbusiness.com/theblog/
I don’t know if this has anything to do with the fact the social widgets are not from Blackbird or because I have the Blackbird Pro theme or because I need to edit the code below further?
Any help gratefully received 🙂
Thanks
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]function blackbird_widgets_init() { // Area 1, located at the top of the sidebar. register_sidebar(array( 'name' => __('Primary Widget Area', 'black-bird'), 'id' => 'primary-widget-area', 'description' => __('The primary widget area', 'black-bird'), 'before_widget' => '<div class="widget">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', )); // Area 2, located below the Primary Widget Area in the sidebar. Empty by default. register_sidebar(array( 'name' => __('Secondary Widget Area', 'black-bird'), 'id' => 'secondary-widget-area', 'description' => __('The secondary widget area', 'black-bird'), 'before_widget' => '<div class="widget">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', ));Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Thanks Aaron that’s really helpful, I’ll give it a go.
Charly
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Thanks Aaron
This is what I’d like in the blog section of the site http://www.palomanewbusiness.com/theblog/
As you can see it’s not looking too happy!
Cheers
Charly
Forum: Installing WordPress
In reply to: Second WordPress siteThank you both.
I’m not sure about some of this (new to WordPress) but I can check with Bluehost too. I’ll read through all the Installing WordPress blurb, it sounds like the simplest thing may be to download it again once I’ve read everything.
I won’t be running any more than these two sites – for some time at least anyway 🙂
Charly
Forum: Themes and Templates
In reply to: How to edit footer in CSS Ignite Dolce themeOk thanks