Title: akehat's Replies | WordPress.org

---

# akehat

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] P3 only scans itself](https://wordpress.org/support/topic/p3-only-scans-itself/)
 *  [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/p3-only-scans-itself/#post-5992643)
 * same here.
    restarting web server (lighttpd) was of help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] facebook comments disappeared](https://wordpress.org/support/topic/facebook-comments-disappeared-1/)
 *  [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/facebook-comments-disappeared-1/#post-6195633)
 * this is related to the my other case:
    [https://wordpress.org/support/topic/getting-just-the-count?replies=10#post-7034476](https://wordpress.org/support/topic/getting-just-the-count?replies=10#post-7034476)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] getting just the count](https://wordpress.org/support/topic/getting-just-the-count/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/getting-just-the-count/#post-6164454)
 * Here’s another one:
    [http://breaking911.com/breaking-atlanta-city-hall-evacuated/](http://breaking911.com/breaking-atlanta-city-hall-evacuated/)
   On the page there’s one FB comment.
 * When I go to: [https://developers.facebook.com/docs/plugins/comments](https://developers.facebook.com/docs/plugins/comments)
   
   and enter that link, no comment comes up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] getting just the count](https://wordpress.org/support/topic/getting-just-the-count/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/getting-just-the-count/#post-6164439)
 * [http://breaking911.com/elderly-woman-arrested-after-22-hour-standoff-shooting-at-police-robot/](http://breaking911.com/elderly-woman-arrested-after-22-hour-standoff-shooting-at-police-robot/)
 * There’s 3 comments that I just put in.
 * but on the homepage link (on [http://breaking911.com/](http://breaking911.com/)
   right sidebar – 70-Year-Old Woman Shoots at Police Robot During Standoff) it 
   says 2 comments (which I put in yesterday on [https://developers.facebook.com/docs/plugins/comments](https://developers.facebook.com/docs/plugins/comments)…)
 * <span class=”fb-comments-count” data-href=”[http://breaking911.com/elderly-woman-arrested-after-22-hour-standoff-shooting-at-police-robot/”></span&gt](http://breaking911.com/elderly-woman-arrested-after-22-hour-standoff-shooting-at-police-robot/”></span&gt);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] getting just the count](https://wordpress.org/support/topic/getting-just-the-count/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/getting-just-the-count/#post-6164433)
 * I see what your saying.
    I did now the same, and the number grew. But when I 
   went to the actual page – the comments did not appear. Also – adding a FB comment
   on the page (via the FB plugin) – did not affect the count. What’s happening?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] getting just the count](https://wordpress.org/support/topic/getting-just-the-count/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/getting-just-the-count/#post-6164430)
 * I tried
 *     ```
       <span class="fb-comments-count" data-href="<?php the_permalink(); ?>"></span>
       ```
   
 * but getting a consistent **0** – even when there are comments.
 * The outcome is (e.g.):
 *     ```
       <span class="fb-comments-count fb_comments_count_zero" data-href="http://breaking911.com/fifa-gave-lots-of-money-to-the-clinton-foundation/" fb-xfbml-state="rendered" data-iceapw="1" data-iceapc="1"><span class="fb_comments_count" data-iceapw="1">0</span></span>
       ```
   
 * Note the _**fb\_comments\_count\_zero**_ class that was added. Why is that?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JSON API] can't fetch post](https://wordpress.org/support/topic/cant-fetch-post/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/cant-fetch-post/#post-6172336)
 * solution is adding this code to the beggining of index.php:
 *     ```
       $question_pos = strpos($_SERVER['REQUEST_URI'], '?');
       if ($question_pos !== false) {
               $question_pos++; // don't want the ?
               $query = substr($_SERVER['REQUEST_URI'], $question_pos);
               parse_str($query, $_GET);
       }
       ```
   
 * source:
    ​https://thomashunter.name/blog/wordpress-get-variables-with-lighttpd/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JSON API] can't fetch post](https://wordpress.org/support/topic/cant-fetch-post/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/cant-fetch-post/#post-6172191)
 * Another important factor – the server is running lighttpd (not apache).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JSON API] can't fetch post](https://wordpress.org/support/topic/cant-fetch-post/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/cant-fetch-post/#post-6172182)
 * after a little research – it is failing in:
    singletons/introspector.php::get_current_post()
 * b/c the $_GET is empty…
 * why?
    Are there any known plugin conflicts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] getting just the count](https://wordpress.org/support/topic/getting-just-the-count/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/getting-just-the-count/#post-6164390)
 * On the plugin homepage it says to add count=”on”, but that adds the number to
   the FB comments.
 * That wasn’t what I wanted.
 * My question is – can I get back just the number of the comments (without displaying
   the comments)?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Email] captcha not fitting in image](https://wordpress.org/support/topic/captcha-not-fitting-in-image/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/captcha-not-fitting-in-image/#post-6164307)
 * Limiting the font size to 25 helped. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Email] Captcha doesn't work](https://wordpress.org/support/topic/captcha-doesnt-work/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/captcha-doesnt-work/#post-6163888)
 * Not the case, because I’m testing it when I have the full 5 characters.
 * for example, now I have DXRUP.
    The cookies I have are: rand_code: 37b71be9ed06d67d34954d23b5911c70
   rand_code_1: febf8e5dd821c1eef5bd65c46b442925
 * rand_code_1 corresponds with md5(lowercase(‘DXRUP’)). [http://www.md5.cz/](http://www.md5.cz/)
 * But I’m still getting “Please enter a valid captcha code” .
    (Is it supposed 
   to match rand_code? Is that the issue?)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form Email] captcha not fitting in image](https://wordpress.org/support/topic/captcha-not-fitting-in-image/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years ago](https://wordpress.org/support/topic/captcha-not-fitting-in-image/#post-6164306)
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizable] lost in transfer](https://wordpress.org/support/topic/lost-in-transfer/)
 *  Thread Starter [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/lost-in-transfer/#post-5831036)
 * updated themes ownership, and it starting working.
 * i.e.
    `chown webuser:webuser -R customizable`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleModal Login] [Plugin: SimpleModal Login] No generated password, Users must enter their own password](https://wordpress.org/support/topic/plugin-simplemodal-login-no-generated-password-users-must-enter-their-own-password/)
 *  [akehat](https://wordpress.org/support/users/akehat/)
 * (@akehat)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-simplemodal-login-no-generated-password-users-must-enter-their-own-password/#post-1777411)
 * why update the function registration_form()?
    What’s the benefit?

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

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