Title: nessachu's Replies | WordPress.org

---

# nessachu

  [  ](https://wordpress.org/support/users/nessachu/)

 *   [Profile](https://wordpress.org/support/users/nessachu/)
 *   [Topics Started](https://wordpress.org/support/users/nessachu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nessachu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nessachu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nessachu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nessachu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nessachu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/nessachu/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nessachu/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Core function bombing out](https://wordpress.org/support/topic/core-function-bombing-out/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/core-function-bombing-out/#post-4488624)
 * You did a very similar thing to this user who is also experiencing the same problems.
   You can see my answer here: [http://wordpress.org/support/topic/need-help-asap-9?replies=8#post-5089540](http://wordpress.org/support/topic/need-help-asap-9?replies=8#post-5089540)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Leading problem](https://wordpress.org/support/topic/leading-problem/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/leading-problem/#post-4488550)
 * No problem. Glad to help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to default "Featured Image on Single Post Options" to "no" or remove feature](https://wordpress.org/support/topic/how-to-default-featured-image-on-single-post-options-to-no-or-remove-feature/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-to-default-featured-image-on-single-post-options-to-no-or-remove-feature/#post-4488526)
 * Oh, and also, I’m not sure if you’re using a theme that does something different
   in regards to Featured images. The instructions that I gave above only apply 
   to the default WordPress Featured image box and removing it visually from the
   edit page. If your theme is doing something like asking you if you want a Featured
   Image on Single Post or not, this is something specific to your theme. And thus,
   this solution may not be exactly what you’re looking for.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to default "Featured Image on Single Post Options" to "no" or remove feature](https://wordpress.org/support/topic/how-to-default-featured-image-on-single-post-options-to-no-or-remove-feature/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-to-default-featured-image-on-single-post-options-to-no-or-remove-feature/#post-4488525)
 * You can turn off the featured image box from appearing in your post edit page
   by unchecking it on the screen options tab. See: [http://en.support.wordpress.com/screen-options/](http://en.support.wordpress.com/screen-options/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Leading problem](https://wordpress.org/support/topic/leading-problem/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/leading-problem/#post-4488524)
 * You want to use the CSS line-height property ([http://www.w3schools.com/cssref/pr_dim_line-height.asp](http://www.w3schools.com/cssref/pr_dim_line-height.asp))
   on the Marc Blaustein <span> tag.
 * So something like this:
 * `<span style="color: #ffffff; font-size: 29px; line-height: 90%;">` You can change
   the percentage to whatever you want.
 * To view the HTML styles, use the HTML editor instead of the Visual editor when
   editing the page. It’ll reveal the HTML for you to edit the <span> tag.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need help ASAP!!!](https://wordpress.org/support/topic/need-help-asap-9/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/need-help-asap-9/#post-4487940)
 * FTP is short for File Transfer Protocol. It is a way to access your files on 
   your server. You will need an FTP program to log in to your web server and view
   your files.
 * You can download a program like Filezilla which will allow you to FTP into your
   web server. [https://filezilla-project.org/](https://filezilla-project.org/)
 * Once you have downloaded and installed Filezilla, you will need to login to your
   server. You can find your FTP login info in your host’s CPANEL. If you don’t 
   know anything about this, you can call your host for help locating your CPanel
   and your FTP login info. They could probably also give you info on how to use
   FTP.
 * Once you figure out how to use FTP and are able to log in to your web server,
   you will need to locate the functions.php file, which will usually be located
   here: Public_html/wp-content/themes/yourtheme/functions.php
 * Open this file and then follow the instructions in this [http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php](http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php)
   page under “Edit functions.php” file.
 * If you are successful at doing that, your site should be back up and running.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need help ASAP!!!](https://wordpress.org/support/topic/need-help-asap-9/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/need-help-asap-9/#post-4487931)
 * Ok, you’re not going to like what you’ll need to do to fix this problem but this
   is how you fix it. You’ve changed the “Site URL”, which is the address where 
   your WordPress core files reside. So we need to change it back to the original
   URL, [http://newlifewentz.com](http://newlifewentz.com)
 * To do this, you need to access your site through FTP, and edit a file called 
   functions.php in your theme folder. Follow the instructions here to “Edit functions.
   php”:
 * [http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php](http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php)
 * If you’re not familiar with editing template files though, you will need a bit
   of hand holding on this. But see if you can understand the instructions on the
   page first.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need help ASAP!!!](https://wordpress.org/support/topic/need-help-asap-9/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/need-help-asap-9/#post-4487925)
 * Where did you add the Google meta tag code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error when creating blog page within site](https://wordpress.org/support/topic/404-error-when-creating-blog-page-within-site/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/404-error-when-creating-blog-page-within-site/#post-4468206)
 * Have you tried resetting your permalinks? So set your permalinks back to Default,
   then save. And then set it back to whatever pretty permalinks you had originally,
   then save? Perhaps that might help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need help ASAP!!!](https://wordpress.org/support/topic/need-help-asap-9/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/need-help-asap-9/#post-4487918)
 * What did you do prior to the site going down? Need more info.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using Child Themes and Modifying Folders within?](https://wordpress.org/support/topic/using-child-themes-and-modifying-folders-within/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/using-child-themes-and-modifying-folders-within/#post-4487910)
 * It is usually not good practice to edit a theme’s files, as any updates to the
   theme by the author will likely then override your changes. If you do want to
   make changes to a theme, then it is best to do it via a child theme.
 * If you are using a child theme, there is absolutely no reason you should have
   to edit the parent theme. All your changes can be made via the child theme.
 * Alternately, if you are simply needing to change some CSS in a theme, you can
   use Jetpack ([http://wordpress.org/plugins/jetpack/](http://wordpress.org/plugins/jetpack/))
   which has a css editor plugin that allows you to make CSS changes without having
   to modify the theme files or create a child theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Feedburner won't burn feed new blog](https://wordpress.org/support/topic/feedburner-wont-burn-feed-new-blog/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/feedburner-wont-burn-feed-new-blog/#post-4483271)
 * This is your RSS feed URL [http://www.bloggenenloggen.nl/feed/](http://www.bloggenenloggen.nl/feed/)
 * You want to enter that into Feedburner. That should work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Setting Up the Image Gallery With Albums](https://wordpress.org/support/topic/setting-up-the-image-gallery-with-albums/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/setting-up-the-image-gallery-with-albums/#post-4487465)
 * I think you’re looking for a more advanced gallery, so try the NextGen plugin.
   It does exactly what you’re looking for. [http://wordpress.org/plugins/nextgen-gallery/](http://wordpress.org/plugins/nextgen-gallery/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FIX for Slow Site after 3.5.2 Update.](https://wordpress.org/support/topic/fix-for-slow-site-after-352-update/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/fix-for-slow-site-after-352-update/#post-3881740)
 * Yes, I can confirm that removing WP Maintenance Mode after updating to 3.5.2 
   resolved the issue. Site loads fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LightStart - Maintenance Mode, Coming Soon and Landing Page Builder] wordpress update 3.5.2, maintenance mode slow down site.](https://wordpress.org/support/topic/wordpress-update-352-maintenance-mode-slow-down-site/)
 *  [nessachu](https://wordpress.org/support/users/nessachu/)
 * (@nessachu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wordpress-update-352-maintenance-mode-slow-down-site/page/2/#post-3880943)
 * Yes, I can confirm that WP Maintenance Mode was causing the problem for me as
   well once I updated to 3.5.2. Once I deactivated and deleted it, the site loaded
   fine.
 * Thanks for everybody’s responses here. Really helped!

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/nessachu/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nessachu/replies/page/2/?output_format=md)