Forum Replies Created
-
Mod
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 5, 2012 at 11:42 pm #22051Whoa…that’s a new one on me. Into the bag of tricks it goes…..
🙂
Mod
In reply to: Sidebar Twitter widget works on all pages except the front page
January 5, 2012 at 11:41 pm #22054Cheers!
Mod
In reply to: 1.5 update has broken child theme – How to roll back to 1.2?
January 5, 2012 at 11:40 pm #16110Your layout isn’t necessarily broken. A lot of changes happened between 1.2 and 1.5 (especially in the navigation menus), so this is typically what happens when you update over that big a gap. Graphene has a lot of great new features, so rather than trying to go back to 1.2, I would try to adapt your customisations to the newest version. We will be happy to help you do that if you ask about specific issues.
Of course, you can always download an old version of the theme. FTP to your site. Then change the name of the your current “graphene” folder to something like “awesome-version-of-graphene-that-i-won’t-be-using-alas” ;), and upload the old version to a new folder named “graphene.”
All joking aside, for various reasons I don’t really have time to explain, your folder names should be in lower case letters.
Cheers!
Ken
Mod
In reply to: Sidebar displaced way down low on first post and first month's archive page
January 5, 2012 at 11:35 pm #22059this hello-world post. Does Graphene do anything special with that page?
That’s just a sample post that WordPress throws in to show people what a post looks like. No, Graphene doesn’t do anything with it, and yes, you really should delete it. (It’s a post, btw, not a page–there is a difference in WP.)
I’m not sure what else is happening here, but there is definitely something wonky with the comment form on this post: http://www.neonnotes.org/2009/09/hello-world/ and on this page: http://www.neonnotes.org/2009/09/. There is a “Submit comment” button on the bottom right corner that is way out of place and the comment form is way too wide. It appears you are using a child theme. Take a look at what is in your functions.php file?.
It’s possible that whoever created the blog probably did something weird with the functions file. You might to try replacing it (via FTP) with a fresh copy and seeing if that gets rid of your issues.
I’m pressed for time, would really love to look more carefully at this.
Mod
If the other site isn’t WordPress based, it’s possible that the widget wasn’t intended to work with WordPress. Where did you get it from, and what do its creators say about using it on WordPress? Is there a WordPress version available?
I would try switching temporarily to another theme and seeing if the plugin works then. If not, it’s probably not a compatibility issue between Graphene and the widget, but between WordPress and the widget.
Ken
Mod
In reply to: Sidebar displaced way down low on first post and first month's archive page
January 5, 2012 at 2:39 am #22055I clicked “older posts” three times and didn’t get there. That’s my clicking limit. Please include a couple of links and I’ll be happy to take a look.
Mod
In reply to: Sidebar Twitter widget works on all pages except the front page
January 5, 2012 at 2:37 am #22052You need to enter a username for the Twitter widget on the front page.
Mod
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 4, 2012 at 7:44 pm #22047Prasanna meant to comment out the code in your functions file, which would prevent those functions from being implemented. Then you would know if the functions file really is the problem.
Mod
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 4, 2012 at 7:43 pm #22046Is there a link to your site? The one you entered in your profile returns a 404.
It’s possible your host upgraded or changed something which is now incompatible. (How likely is this? Who knows?)
Also, be sure that there are no trailing spaces anywhere in your functions file, and absolutely nothing (not even a space) before the opening PHP tag (
<?php)Mod
This might interest you:
http://codex.wordpress.org/Using_Permalinks#Using_.25category.25_with_multiple_categories_on_a_post
Then again, it may not be related to the cause of your issue.
