Ginger Mayerson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can ‘Classic’ theme be customised?Wheeeeeeeeee! alchymyth, you rule! https://wapshottpress.com Thank you so much! Are there any Wapshott books you’d like? I’d be happy to send you anything you’d like as a thank you. I’m so pleased with the wsy the pages look and it wouldn’t have happened without your patience and clear step-by-step instructions. Thank you!
Forum: Themes and Templates
In reply to: Can ‘Classic’ theme be customised?Hi alchymyth,
Thank you. I think we’re very very close. I know we’re much much closer than I was last night. Here’s what the beastie looks like now in Firefox 3.6.3, Seamonkey 2.0.4, Navigator 9.0.0.6, and IE 8:
I downloaded my Classic theme to my hard drive before I altered anything. Then, following your detailed and easy to understand instructions, I altered the files, added some widgets to Sidebar 2 and there is space for the left sidebar, but there seems to be nothing in it. So, maybe you could help me a little more on this. Sorry.
Here’s a temporary directory with the altered files in text format and my Widgets page in pdf (2 pdfs because of weird pdf pagination):
https://wapshottpress.com/LeftSidebarProject051210/WapshottAlteredClassic051210/
If you don’t mind taking a look and telling me what I did wrong, I’d be much obliged. I’ll take the directory down after I hear from you or in a day or two.
Thanks again!
PS. I’m looking at the Validation Errors. Some of these are plugins in can deactivate, if that would help in the left sidebar quest.
PPS. I have Skype (ginger.mayerson) and can use Okeeno (okeeno.com) if that’s helpful.
Forum: Themes and Templates
In reply to: Sidebars both sides?Can I add a left widgetized sidebar to the Classic theme?
(And yes, I have looked at a lot of 3 column themes, but I really like the one I have. It just needs a left sidebar on the index and every other page in the blog.)
Hi,
I’ve been reading and tinkering and overwriting files for two days and I’ve run out of ideas. I was trying to follow the various instructions I found on the web, which seem so easy, and then just don’t work because there’s something crucial I don’t understand. So here I am. Please help me.
Here’s my blog: https://wapshottpress.com/
I have too many things on the right sidebar, but I need them, so I wanted to put a mirror of it on the left side of the page. This is probably very simple, but, sorry, I just can’t figure it out on my own.
I can make .php sidebar files, but here’s what I need to know:
1. What should I name the sidebar files? “sidebar1.php”? “sidebar2.php”? “sidebar-two.php”? “sidebar-two.php”? “sidebar-right.php”? “sidebar-left.php”?
2, Exactly how do I edit the functions.php file? It looks like this right now:
<?php
/**
* @package WordPress
* @subpackage Classic_Theme
*/
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”,
));?>
3. If I’m supposed to put “get sidebar” somewhere what are the exactly letters and symbols in that line of code? I have seen this, it seems right, but I don’t know:
<?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?>4. And where would these or similar lines of code go in the index.php, or some other .php file? How can I get both sidebars on every page of the blog? And do I need to put a “div” somewhere? “div” confuses me a lot.
5. Are there other theme .php files or the .css file I need to edit? And how would I do that?
6. If we can get that left sidebar to happen, I’ll worry about the header later.
Thank you. If someone can point me to a baby-step by baby-step set of instructions, I’ll try this on my own again. I really like using WordPress (I used Graymatter until I just couldn’t use it anymore) but I’ve really slammed into the boundaries of my ability to figure things out with this issue. So any help on this would be much appreciated. If it’s too much to do on the forum, I can provide my email if you contact me through the website. There’s a contact form on the endless sidebar somewhere.
Forum: Themes and Templates
In reply to: Can ‘Classic’ theme be customised?Can I add a left widgetized sidebar to the Classic theme?
(And yes, I have looked at a lot of 3 column themes, but I really like the one I have. It just needs a left sidebar on the index and every other page in the blog.)
Hi,
I’ve been reading and tinkering and overwriting files for two days and I’ve run out of ideas. I was trying to follow the various instructions I found on the web, which seem so easy, and then just don’t work because there’s something crucial I don’t understand. So here I am. Please help me.
Here’s my blog: https://wapshottpress.com/
I have too many things on the right sidebar, but I need them, so I wanted to put a mirror of it on the left side of the page. This is probably very simple, but, sorry, I just can’t figure it out on my own.
I can make .php sidebar files, but here’s what I need to know:
1. What should I name the sidebar files? “sidebar1.php”? “sidebar2.php”? “sidebar-two.php”? “sidebar-two.php”? “sidebar-right.php”? “sidebar-left.php”?
2, Exactly how do I edit the functions.php file? It looks like this right now:
<?php
/**
* @package WordPress
* @subpackage Classic_Theme
*/
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”,
));?>
3. If I’m supposed to put “get sidebar” somewhere what are the exactly letters and symbols in that line of code? I have seen this, it seems right, but I don’t know:
<?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?>4. And where would these or similar lines of code go in the index.php, or some other .php file? How can I get both sidebars on every page of the blog? And do I need to put a “div” somewhere? “div” confuses me a lot.
5. Are there other theme .php files or the .css file I need to edit? And how would I do that?
6. If we can get that left sidebar to happen, I’ll worry about the header later.
Thank you. If someone can point me to a baby-step by baby-step set of instructions, I’ll try this on my own again. I really like using WordPress (I used Graymatter until I just couldn’t use it anymore) but I’ve really slammed into the boundaries of my ability to figure things out with this issue. So any help on this would be much appreciated. If it’s too much to do on the forum, I can provide my email if you contact me through the website. There’s a contact form on the endless sidebar somewhere.