salli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add a side bar to templateDear geraldyeo,
I stumbled upon the exact same thing. So I was pretty happy to find this post. I’ve tried the above but somehow it’s not working, I get a totally blank page when I replace:
if ( function_exists('register_sidebar') ) { register_sidebar(array( 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>', ));with
if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'primary_sidebar', 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>', ));in my functions.php. And yes, I also did replace:
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() : ?>with
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('primary_sidebar') ) : ?>I’ve tried it with just the primary sidebar as with both primary and secondary, both don’t work. Any help?
Best, Salli
Forum: Installing WordPress
In reply to: Moved site from online to MAMP…what settings am I missing?Man, I did it. It FINALLY works, I can’t believe it! 03:50 am though…
Option 4. Changing the URL directly in the database on http://codex.wordpress.org/Changing_The_Site_URL worked for me. Tricky job, but so far so good it’s working.
Forum: Installing WordPress
In reply to: Moved site from online to MAMP…what settings am I missing?MikeTheVike, can you tell me how you fixed it?
I have the exact same problem.http://localhost:8888/ doesn’t work. (It does for my other 2 local blogs)
http://localhost:8888/wp-login.php works, but when I enter user and password and push the login button it redirects to http://mysite.com/wp-admin/I read http://codex.wordpress.org/Changing_The_Site_URL but it confused me even more. Hope you can help or link me to any tutorial you know of.
Thanks!
Forum: Themes and Templates
In reply to: How to hide category name ‘Pages’ ?Great, it worked! Thanks for the resources.
Does the same principle work for the Links headers?
Forum: Themes and Templates
In reply to: Removing indent of subcategoriesHmmm, I managed to solve it with the following code:
#menu li a { padding-left: 0px; margin-left: -10px; }But I wonder why I needed to set the left margin at -10? Does anyone know why?
Forum: Themes and Templates
In reply to: Looking for a basic themeNice one, Thanks!
Forum: Themes and Templates
In reply to: Looking for a basic themeInteresting. Will do and will let you know.
And thanks Lash, who knows I’ll drop you a line when it’s doing my head in π
Forum: Themes and Templates
In reply to: Looking for a basic themeWell I just thought it’s easier to start with a basic style and then rebuild what I have now.
The kubrick style is pretty extensive you know. For a beginner like me there’s too much css in the style.css; I just can’t see the wood for the trees.
I encountered the first problems when I added a backgroundimage to my blog.. haha.. that’s when I realized how messed up everything is π
Forum: Fixing WordPress
In reply to: Sidebar > Listing >Moshu, thanks again. I personally like this so much better π
Forum: Fixing WordPress
In reply to: Sidebar > Listing >Moshu, thanks that was helpful. But.. now I did get rid of the raquos but I still have my links listed a X amount to the right as you can see at http://www.thisishamid.com/blog (it’s still under construction) It ain’t a big problem, but I rather have them aligned to the left.
Any suggestions? I’ve already tried to edit the list tags.. but I’m pretty unfamiliar with CSS π
Forum: Fixing WordPress
In reply to: Sidebar does not appear on post pagesAh yeah that’s what I thought, but I just didnt know What php files to adjust. It’s going to be a lot of work indeed, but it’s learnful since im a layman when it comes to php and css.. I havent find a template that suits my ideas yet so I might as well give it a shot π
Thanks a bunch!