jewelwg
Forum Replies Created
-
Forum: Plugins
In reply to: What plugin to see rss subscribers?This has just saved me tearing my hair out!! I installed the Feedburner Stats plugin (which gives you a sidebar widget and saves you having to copy and paste code into files) and went through all the configuration options but still the image wouldn’t show up…it now seems you have to activate the feedcount first on the Feedburner site as described above, but the plugin docs dont make this clear (at least not to me anyway!).
So I thought I’d add this here in case anyone else was similarly mystified when using that plugin.Forum: Installing WordPress
In reply to: Cant edit new posts after upgrade to 2.0.3Solved. The problem was the same as this previous one:
Forum: Installing WordPress
In reply to: Cant edit new posts after upgrade to 2.0.3Update:
Now when I try to create a new post, I get the following error:WordPress database error: [Duplicate entry ‘0’ for key 1]
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES (‘0′,’_encloseme’,’1′)Warning: Cannot modify header information – headers already sent by (output started at /home/content/*/*/*/****/html/jwg/wp-includes/wp-db.php:102) in /home/content/*/*/*/****/html/jwg/wp-admin/post.php on line 60
Forum: Fixing WordPress
In reply to: Need help with RSS Feeds…I took the word “feed” out and it began working correctly. My browsers kept telling me it wasnt a proper url.
Forum: Installing WordPress
In reply to: 403 on changing blog locationIs your blog installed in /wp or /blog?
It must be installed into /blog for it to show up, if you have changed the options for it to do so.Forum: Themes and Templates
In reply to: Message to theme developerswell at least we now know there are two of us!
Forum: Themes and Templates
In reply to: Change font sizesorry– db error so it posted twice ??
Forum: Themes and Templates
In reply to: Change font sizesometimes it is under “content” in the css
and check the initial font size in the body tag too.Forum: Themes and Templates
In reply to: Kubrick: need full sidebar on ALL pagesok we have these 3 lines in the inline image css:
body { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgcolor.jpg”); } <?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single()) && (! is_page())) { ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; } <?php } else { // No sidebar ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; } <?php } ?>The trouble is every time I coment out the “checks to see if sidebar” stuff from the end of the lines, it breaks the whole page with parsing errors. If anyone can recopy this for me with the relevant stuff commented out I would be grateful.
(I can see and find what needs doing, but cant read the php to do it.
This is going to be my summer project…learn to read php!)Forum: Themes and Templates
In reply to: Kubrick: need full sidebar on ALL pagesre satoshi about commenting out the inline css, every time I do that it breaks the page! Can you show me exactly what to comment out please?
Forum: Themes and Templates
In reply to: Kubrick: need full sidebar on ALL pages<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>this appears in sidebar.php. How do I modify this to get the links list to turn up in the sidebar on all pages of the blog?
changing content class is fine but it then shrinks the text of the post!
Forum: Themes and Templates
In reply to: Message to theme developersI am glad others feel the same way. I thought it was just me struggling to find which piece of code/css to change!
Forum: Themes and Templates
In reply to: Kubrick: need full sidebar on ALL pagesno one wants to tell us yet…..:-)
Forum: Installing WordPress
In reply to: Upgrade to 1.5 broke my templateOops sorry, used to use Rubric!
No, I meant I had a template (modified from Human Condition) that I was using on WP 1.2. When I tried to upgrade it to a theme for 1.5, the above error occurred.
I have now taken the Kubrick theme that comes with 1.5 and modified it to suit my site.
My original question was: Is the old template beyond resurrection, do you think?
Sorry for the confusion. It was a looong day yesterday…:(
Jewel