carnelian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line-height issue with commentsBut I do large customisations. I change a lot in my themes. I work in a text editor where I can look at both the original code and my own code.
Forum: Fixing WordPress
In reply to: Line-height issue with commentsThanks!
Why is it easier working with a child theme?
Forum: Fixing WordPress
In reply to: Custom sidebar template problemOk it’s working now. This is why I shouldn’t code when I’m tired. Like you pointed out, I used the wrong template. Before my own wasn’t visible in the list so I must have clicked the wrong one. Now it’s visible and working.
Thank you for the help. It’s much appreciated.
Forum: Fixing WordPress
In reply to: Custom sidebar template problemI removed that sidebar code in the entry text. Not sure how it got there.
I also moved the sidebar code above the footer code. Still looking the same though.The Sidebar1 template is just called sidebar1
Forum: Fixing WordPress
In reply to: Custom sidebar template problemYou don’t see that the content is pushed down? It looks like that when I use Firefox and Opera. Haven’t checked in other browsers.
I always download WP themes so there’s always a backup on my computer in case I screw up the theme.
Here’s the template:
<?php /** * Template Name: Sidebar1 * Description: A Page Template that adds a sidebar to pages * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?> <?php include ('sidebar1.php'); ?>And the PHP include file: <div id=”secondary”>
<h1>Biografi</h1>
<h1>Historik</h1>
<h1>Diskografi</h1>
</div> <!– end #sidebar1 –>`Forum: Fixing WordPress
In reply to: Comment nesting stopped workingalchymyth – Thank you! The settings was the problem.
esmi – Well I do have it on my computer. I can just upload it if needed.
Forum: Themes and Templates
In reply to: Template option disappeared from dashboardI haven’t had the energy to upgrade to another version of WP. I’ve only done it once and I thought backing up my files was complicated. Now it’s been so long since I did it the last time that I no longer remember how to do it and am afraid I’ll loose all my old blog posts if I try to and do something wrong.
Also, it’s such a pain to convert my old theme into a new one in another version of WP. I’ve organized all the CSS and HTML in a way which makes it’s easier to overlook. It took a while to do that and a new version of WP would probably require me to do that again.
So the version I’m using is unsafe? I don’t think I’ve been hacked though. I’ve seen no sign of that.
Forum: Themes and Templates
In reply to: Template option disappeared from dashboardAh, you’re not talking about WP versions. Didn’t know the default theme was called twenty eleven. Thought you were talking about upgrading to a newer WP version.
Forum: Themes and Templates
In reply to: Template option disappeared from dashboardI understand what you wrote. I’m simply annoyed at the problem and not looking forward to upgrading.
Forum: Themes and Templates
In reply to: Template option disappeared from dashboardThe plugins aren’t the problem. Turning them on or off makes no difference.
I was hoping I wouldn’t have to switch theme. This is why I posted my question here. Funny how this problem shows up after I’ve used the same theme for more than a year. Why would it start acting up all of a sudden?
Forum: Fixing WordPress
In reply to: Distorted or missing imagesI use Windows 7 and Opera.
Forum: Fixing WordPress
In reply to: Distorted or missing imagesI’ve used the same browser and OS for more than a year and never had any problems so that sounds odd.
Forum: Fixing WordPress
In reply to: Distorted or missing imagesYou don’t? That’s odd. No missing images either? When I look at that page now other images are distorted and missing than when I posted my first post. It changes.
And thank you. 🙂
Forum: Fixing WordPress
In reply to: Looks like no CSS is used cookie errorCan anyone please, please, please help me?
Forum: Fixing WordPress
In reply to: Backing up with different version of phpmyadminCan anyone please help me?