befree22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to add sidebar to Twenty Eleven child theme pagesHi alchymth,
It works! I read http://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-on-single-posts-and-pages and added the code to the page.php file that I copied from the parent twenty eleven theme into the child theme.
My child theme doesn’t have a single.php page either. I decided to leave out the code in the PS: A Few Different Cases section because I’m unclear about the page template to modify. I looked for the following code in the sidebar-page.php, single.php and the page.php (the only one I copied into my child theme) but it’s not there…
if( is_single() || is_page() ) :Forum: Fixing WordPress
In reply to: What does this error mean – RSS feedCheck out this solution by esmi at http://wordpress.org/support/topic/rss-feed-xml-parsing-error-4?replies=21
Forum: Themes and Templates
In reply to: Blog page not populating contentI’d like to remove the // appearing before the title on denisejacksonmusic.com/blog ? The other webpages don’t display the // before the page title.
Here’s the code for the denisejacksonmusic.com/blog page I created using the WordPress Codex PageofPosts template: http://pastebin.com/1uYivhTe
I tried adding the following code from the page.php to the PageofPosts template but that didn’t format the page title so it formats just like the other page titles on the site:
<!--post title--> <h1 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h1>Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorHi esmi,
You fixed it and now it works perfectly! Thanks so much for your hard work.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorHi esmi,
I forgot about the wp-config.php file — my bad. You and your friend have been up all night helping me resolve this issue. And I see that you’re in the UK — you’re really dedicated to WordPress and helping folks 🙂
It may take the webhost 24 mins or 2 hrs or 12 hours to restore the wp-config.php file for me. I’m in the USA and I’ll be back at this tomorrow.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorI just placed a request to tech support to restore the wp-config.php file in the root folder of my WordPress install.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorDone. wp-admin, wp-includes, all .php files uploaded from fresh WordPress 3.3.1 install.
Error establishing a database connection…
I did a backup of wp-admin and wp-includes folders but not the .php files in the root folder. Do I have to reconnect the MySQL database in the webhost control panel?
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorWorking on it…
Forum: Fixing WordPress
In reply to: RSS feed xml parsing error2011 theme activated for you 🙂
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorThe 2011 theme is also returning the rss xml error with the plugins.hold
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorI deactivated all of the plugins per this Codex entry
Hence, the plugins folder is now plugins.hold
I rechecked the feed and it’s still returning an error with the plugins.hold
There is no wp-config.php file in the themes folder. There is a config.inc.php and here’s the code
<?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorI deactivated each plugin and reactivated it after checking the rss feed on the website. So you want me to deactivate them all and don’t reactivate them?
Do you want the wp-config.php code? I checked that there were no spaces outside the <? > tags.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing error2011 is returning the same error. Now I’m very surprised. I have other sites using 2011 and I’m experiencing no problems.
I just posted a question about a speech bubble not displaying on a 2011 child theme but a WordPress user could view the the speech ball on his end. I have a 1 month old computer, I’m using Firefox but I wonder why I’m unable to view the speech bubble.
I will clear the cache and test 2011 again for the feed.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorI deactivated each plugin AND I installed the Default WordPress theme but I’m still getting the error. I’m surprised that the Default would return an error.
Forum: Themes and Templates
In reply to: Blog page not populating contentHi esmi,
Silly me, the posting at 3:22pm CST is correct. I confused this with my rss thread.