Title: ScarLight's Replies | WordPress.org

---

# ScarLight

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Conditional Fields for Contact Form 7] Mandatory field bug](https://wordpress.org/support/topic/mandatory-field-bug/)
 *  Thread Starter [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/mandatory-field-bug/#post-8320006)
 * Hi [@jules](https://wordpress.org/support/users/jules/);
 * I just tried and it works. Excellent! 5 Stars
    -  This reply was modified 9 years, 10 months ago by [ScarLight](https://wordpress.org/support/users/scarlight/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] twentytwenty and Tabby (and other tab plugins)](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/)
 *  [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/#post-6401157)
 * Hi [@bruno-le](https://wordpress.org/support/users/bruno-le/);
 * Your most welcome :).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] twentytwenty and Tabby (and other tab plugins)](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/)
 *  [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/#post-6401155)
 * Hi [@bruno-le](https://wordpress.org/support/users/bruno-le/);
 * Yes you need to change it to work for your tabs,
 * replace `jQuery("div.tab1, div.tab2, div.tab3")`
 * to `jQuery("div.tab-pane")`
 * I’m assuming those are the buttons to your tabs :). Good luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] twentytwenty and Tabby (and other tab plugins)](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/)
 *  [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/#post-6401152)
 * [@jurajlip](https://wordpress.org/support/users/jurajlip/), the easiest way to
   do this is to use back your themes option panel. I have a template that includes
   Redux Option panel, I just place the code in the “Custom JS code” textarea box.
 * If you don’t have such option in your template, try these tutorial link: [http://code.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins–wp-24321](http://code.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins–wp-24321)
 * Just a note, i’m using a click to trigger the resize event, you may need to adjust
   your to suit your need. Good luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] twentytwenty and Tabby (and other tab plugins)](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/)
 *  [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/twentytwenty-and-tabby-and-other-tab-plugins/#post-6401150)
 * [@regeneris](https://wordpress.org/support/users/regeneris/), I had the same 
   problem so I’m posting my work around for anyone who might find it useful.
 *     ```
       jQuery(document).ready(function(){
               var refreshTwentytwentyInstance = function(){
                   jQuery(window).trigger("resize.twentytwenty");
               };
   
               jQuery("div.tab1, div.tab2, div.tab3").on("click", function(){
                   setTimeout(refreshTwentytwentyInstance, 100);
               });
           });
       ```
   
 * `resize.twentytwenty` is built into twentytwenty plugin and works when there 
   is a window resize event to allow images to resize. So, the above click event
   will just call the trigger to refresh the tab’s 20/20 image. Regards and good
   luck!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Activity Log] Brute force log entry question](https://wordpress.org/support/topic/brute-force-log-entry-question/)
 *  Thread Starter [ScarLight](https://wordpress.org/support/users/scarlight/)
 * (@scarlight)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/brute-force-log-entry-question/#post-8041217)
 * Thx for the reply. It was at the back of my mind and I couldn’t resist to ask.
   Glad to know you have done some implementation to this. Thumbs up!

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