Title: brchok's Replies | WordPress.org

---

# brchok

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LightPress Lightbox] Overlay opacity](https://wordpress.org/support/topic/overlay-opacity-1/)
 *  [brchok](https://wordpress.org/support/users/brchok/)
 * (@brchok)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/overlay-opacity-1/#post-3595670)
 * Thank you Chris.
    However, your solution doesn’t work for me even though the #
   overlay CSS is at 0.6.
 * The plugin javascript is adding some inline styles (that I couldn’t override 
   via CSS) that is setting opacity to 1… :-/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LightPress Lightbox] Overlay opacity](https://wordpress.org/support/topic/overlay-opacity-1/)
 *  [brchok](https://wordpress.org/support/users/brchok/)
 * (@brchok)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/overlay-opacity-1/#post-3595666)
 * same problem here.how to solve it without touching the plugin files?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KK I Like It] "You must be logged in to remove data"](https://wordpress.org/support/topic/you-must-be-logged-in-to-remove-data/)
 *  Thread Starter [brchok](https://wordpress.org/support/users/brchok/)
 * (@brchok)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/you-must-be-logged-in-to-remove-data/#post-3842716)
 * Thank you Krzysztof,
    I’ve tried a little bit and it seems that you got the point:
   if I login and click on “like”, then after I logout if I click on “unlike” I 
   get the error message.
 * It means that the plugin is preventing multiple “likes” with cookies, right?
 * Would it be possible to make the like button not clickable in these situations?
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-reCAPTCHA] [Plugin: WP-reCAPTCHA] JavaScript error on pages that don't have submit button](https://wordpress.org/support/topic/javascript-error-in-ie8-on-pages-that-do-not-have-submit-button/)
 *  [brchok](https://wordpress.org/support/users/brchok/)
 * (@brchok)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/javascript-error-in-ie8-on-pages-that-do-not-have-submit-button/#post-2066752)
 * I get the same error on every browser, not just IE.
    Thank you for posting the
   fix! It’s a pity that the plugin is not updated…
 * However I had to change a little bit your fix:
 *     ```
       <script type="text/javascript">
                   if(document.getElementById('recaptcha-submit-btn-area') != null)
                   {
                           var sub = document.getElementById('submit');
                           document.getElementById('recaptcha-submit-btn-area').appendChild (sub);
                           document.getElementById('submit').tabIndex = 6;
                           if ( typeof _recaptcha_wordpress_savedcomment != 'undefined') {
                                   document.getElementById('comment').value = _recaptcha_wordpress_savedcomment;
                           }
                           document.getElementById('recaptcha_table').style.direction = 'ltr';
                   }
                   </script>
       ```
   
 * Basically I’m checking if the captcha exist instead of checking if the submit
   button exist. Since in my website the captcha is disabled for logged-in users
   even if the comment form is present, so they were still receiving the error.

Viewing 4 replies - 1 through 4 (of 4 total)