Title: Doug Cone's Replies - page 2 | WordPress.org

---

# Doug Cone

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

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

 Search replies:

## Forum Replies Created

Viewing 14 replies - 16 through 29 (of 29 total)

[←](https://wordpress.org/support/users/nullvariable/replies/?output_format=md) 
[1](https://wordpress.org/support/users/nullvariable/replies/?output_format=md) 
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Forgot password e-mail not directing anywhere](https://wordpress.org/support/topic/forgot-password-e-mail-not-directing-anywhere/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/forgot-password-e-mail-not-directing-anywhere/#post-4064471)
 * Are you using a network install of WordPress?
 * Are you using a SSL certificate?
 * Are you using any plugins that might override the default WordPress actions for
   resetting a password? _(you can test this by disabling all of your plugins and
   testing to see if the problem still exists, if it goes away, then one of your
   plugins is causing the issue)_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ERROR: Empty CAPTCHA](https://wordpress.org/support/topic/error-empty-captcha/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/error-empty-captcha/#post-4064470)
 * Are you using any plugins that provide a CAPTCHA services? There are a lot of
   different anti-spam plugins that use CAPTCHAs to try to detect spammers.
 * As best as I can tell from the code for the Coraline theme there are no captcha
   functions being loaded.
 * If you cannot easily identify the plugin causing the issue, I would recommend
   disabling all of the plugins on your site, see if the issue still occurs. If 
   it does not, re-enable your plugins one at a time until you cannot post a comment.
   When that happens, you’ll know which plugin is at fault and you can either disable
   it permanently, ensure that it is up-to-date and does not require an API key 
   or something similar, or you can post to the support forum for that specific 
   plugin to get help with resolving the issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Facebook plugin not working](https://wordpress.org/support/topic/facebook-plugin-not-working-1/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/facebook-plugin-not-working-1/#post-4064456)
 * There are several Facebook plugins, which one are you using?
 * You may recieve a lot better help by posting your issue to the support page for
   the specific plugin that you’re using.
 * For example, if you were using Simple Facebook Connect, you could find it’s support
   pages here: [http://wordpress.org/support/plugin/simple-facebook-connect](http://wordpress.org/support/plugin/simple-facebook-connect)
   and there are also FAQ pages which may contain instructions that resolve your
   issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [GP Library – Install???](https://wordpress.org/support/topic/gp-library-install/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/gp-library-install/#post-4064453)
 * You can see all the extentions that PHP is loading by creating a php file on 
   the server with only the following code
    `<?php phpinfo();`
 * This should also list the location of the php.ini file that php is loading from.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove RSS Subscribe](https://wordpress.org/support/topic/remove-rss-subscribe/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-rss-subscribe/#post-4064450)
 * RSS is a built in feature of WordPress. If your theme is providing a link to 
   the RSS feed, you can edit the theme to remove the link. Some themes provide 
   widgets to display this type of information, so you may check around under Appearance
   > Widgets to see if there is anything there that might allow you to adjust that
   setting.
 * If you want to make the RSS feeds unaccessible by anyone at all (different than
   removing the display link) you can use a plugin like this one: [http://wordpress.org/plugins/disable-feeds/](http://wordpress.org/plugins/disable-feeds/)
   which will remove the ability for anyone to access the feeds on your site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Nothing updates on site](https://wordpress.org/support/topic/nothing-updates-on-site/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/nothing-updates-on-site/#post-4064446)
 * Does your host have any caching enabled? Are you making changes to a local copy
   instead of the remote copy? (I have made this mistake a lot!)
 * Did turning off plugins make any changes to the front end of the site?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [GP Library – Install???](https://wordpress.org/support/topic/gp-library-install/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/gp-library-install/#post-4064445)
 * This page explains how to install and load various php extensions under windows:
   [http://php.net/manual/en/install.windows.extensions.php](http://php.net/manual/en/install.windows.extensions.php)
   if I understand it correctly, you just need to make sure the extention file is
   in the right directory and php will find it from there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need to remove a code that is messing up my site!](https://wordpress.org/support/topic/i-need-to-remove-a-code-that-is-messing-up-my-site/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/i-need-to-remove-a-code-that-is-messing-up-my-site/#post-4064443)
 * There are a lot of places that this code could be coming from. A plugin could
   be loading it, your theme could be loading it or it could be hard coded into 
   your theme code.
 * You can disable your plugins to see if that removes it. If it does, you can figure
   out which one is responsible by re-enabling them one at a time.
 * Otherwise you will most likely find the jquery being loaded in the functions.
   php file or header.php file of your theme. Based on the age of the version of
   Jquery that you’re loading I would wager that is is being loaded by your theme.
 * Hope that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I want Italic!](https://wordpress.org/support/topic/i-want-italic/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/i-want-italic/#post-4063851)
 * Wrap it with `<em>` tags.
 * [http://www.w3schools.com/tags/tag_em.asp](http://www.w3schools.com/tags/tag_em.asp)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ads misplaced after upgrade](https://wordpress.org/support/topic/ads-misplaced-after-upgrade/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/ads-misplaced-after-upgrade/#post-4063848)
 * Most likely your theme’s css is broken in some way. Try running your code through
   the w3c validators and resolving issues they highlight to see if that will help.
 * [http://validator.w3.org](http://validator.w3.org)
    [http://jigsaw.w3.org/css-validator/](http://jigsaw.w3.org/css-validator/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Question about post summaries on front page](https://wordpress.org/support/topic/question-about-post-summaries-on-front-page/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/question-about-post-summaries-on-front-page/#post-4063847)
 * There are no built-in functions for this. You could use a custom shortcode and
   wrap content you want hidden from excerpts like:
 * [Fullpostonly]some text here[/fullpostonly]
 * [http://codex.wordpress.org/Shortcode_API](http://codex.wordpress.org/Shortcode_API)
   should help get you started in that direction.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Difficulties with featured images (thumbnails)](https://wordpress.org/support/topic/difficulties-with-featured-images-thumbnails/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/difficulties-with-featured-images-thumbnails/#post-4063843)
 * Interesting. I do see a minor error in the code you pasted, but not sure that
   would cause your issue.
 * `><a>" rel="bookmark"`
    Should read: `><a rel="bookmark"`
 * Are you certain that single.php is the template in use?
    Also is it possible 
   that you have a function in functions.php that overrides something, or a plugin
   somewhere?
 * Last thought, how did you declare support for the thumbnails in your theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] Custom field in registration/auth](https://wordpress.org/support/topic/plugin-simple-facebook-connect-custom-field-in-registrationauth/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-custom-field-in-registrationauth/#post-2304059)
 * never mind, I found the hooks.
 * for those who find this via Google, here’s the relevant hooks:
 *     ```
       add_filter('sfc_register_fields'
       add_action('sfc_register_request'
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] Custom field in registration/auth](https://wordpress.org/support/topic/plugin-simple-facebook-connect-custom-field-in-registrationauth/)
 *  [Doug Cone](https://wordpress.org/support/users/nullvariable/)
 * (@nullvariable)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-custom-field-in-registrationauth/#post-2304058)
 * this would be a great feature for BuddyPress users…

Viewing 14 replies - 16 through 29 (of 29 total)

[←](https://wordpress.org/support/users/nullvariable/replies/?output_format=md) 
[1](https://wordpress.org/support/users/nullvariable/replies/?output_format=md) 
2