Title: Shubham's Replies | WordPress.org

---

# Shubham

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Images stopped inverting](https://wordpress.org/support/topic/images-stopped-inverting/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/images-stopped-inverting/#post-18819452)
 * I still do not see it. Check in a new browser tab (incognito) as a non-logged-
   in user.
 * Could you temporarily deactivate the cache plugin so I can look into the issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Images stopped inverting](https://wordpress.org/support/topic/images-stopped-inverting/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/images-stopped-inverting/#post-18819407)
 * Hi [@mikehindle](https://wordpress.org/support/users/mikehindle/),
 * Your homepage seems to be cached for non-logged in users.
 * I don’t see the toggle button on your homepage.
 * Could you purge the page cache?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Allow specific IPs to bypass Captcha](https://wordpress.org/support/topic/allow-specific-ips-to-bypass-captcha/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [5 months, 4 weeks ago](https://wordpress.org/support/topic/allow-specific-ips-to-bypass-captcha/#post-18818365)
 * If you mean a web server whitelist, then no. The plugin works inside WordPress,
   so server-level rules will not bypass it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Allow specific IPs to bypass Captcha](https://wordpress.org/support/topic/allow-specific-ips-to-bypass-captcha/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [5 months, 4 weeks ago](https://wordpress.org/support/topic/allow-specific-ips-to-bypass-captcha/#post-18818132)
 * Hi [@koulouridis](https://wordpress.org/support/users/koulouridis/),
 * Currently, the plugin does not support IP whitelisting. Also, I do not have an
   estimate on when it can be added.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Stop FooGallery Lightbox images inverting](https://wordpress.org/support/topic/stop-foogallery-lightbox-images-inverting/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/stop-foogallery-lightbox-images-inverting/#post-18728855)
 * Hi [@cuffley](https://wordpress.org/support/users/cuffley/),
 * You can try this CSS in **“Appearance”** > **“Customize”** > **“Additional CSS”**:
 *     ```wp-block-code
       .darkmode--activated .fg-media.fg-loaded .fg-media-content { filter: invert(0); }.darkmode--activated .fg-panel-thumb-media { filter: invert(1); }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Stop Lightbox Images Inverting](https://wordpress.org/support/topic/stop-lightbox-images-inverting/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [12 months ago](https://wordpress.org/support/topic/stop-lightbox-images-inverting/#post-18592115)
 * In the previous CSS, you would add another line, so it would be:
 *     ```wp-block-code
       body.darkmode--activated #glightbox-slider .gslide-image {	--glightbox-image-shadow: 1px 2px 9px 0px rgba(255, 255, 255, 0.65);	filter: invert(1);}
       ```
   
 * In the above value, you can adjust this value: rgba(255, 255, 255, 0.65)
 * CSS with possible values:
 *     ```wp-block-code
       body.darkmode--activated #glightbox-slider .gslide-image {	--glightbox-image-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.25);	filter: invert(1);}
       ```
   
 *     ```wp-block-code
       body.darkmode--activated #glightbox-slider .gslide-image {	--glightbox-image-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.40);	filter: invert(1);}
       ```
   
 *     ```wp-block-code
       body.darkmode--activated #glightbox-slider .gslide-image {	--glightbox-image-shadow: 1px 2px 9px 0px rgba(255, 255, 255, 0.35);	filter: invert(1);}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Stop Lightbox Images Inverting](https://wordpress.org/support/topic/stop-lightbox-images-inverting/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [12 months ago](https://wordpress.org/support/topic/stop-lightbox-images-inverting/#post-18591873)
 * Hi [@mikehindle](https://wordpress.org/support/users/mikehindle/),
 * You can use this global CSS. It should fix the issue.
 *     ```wp-block-code
       body.darkmode--activated #glightbox-slider .gslide-image {	filter: invert(1);}
       ```
   
 * In “Appearance” > “Editor” > Click anywhere on the page. It will open the block
   editor view.
 * Then, click on 3 dots beside “Styles” > “Additional CSS”, paste the above CSS
   code and click “Save”.
 * You may also use “Additional CSS” field in the customizer instead.
 * In the URL, your domain and then _/wp-admin/customize.php?autofocus[section]=
   custom\_css_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Masonry Dark] Both my sidebars disappeared – left and right](https://wordpress.org/support/topic/both-my-sidebars-disappeared-left-and-right/)
 *  [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/both-my-sidebars-disappeared-left-and-right/#post-18521148)
 * The sidebars go down to the bottom when there is less space (small screens).
 * If you want a single sidebar layout, then simply remove all the widgets from 
   any one of the sidebars.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[PressBook Masonry Dark] Both my sidebars disappeared – left and right](https://wordpress.org/support/topic/both-my-sidebars-disappeared-left-and-right/)
 *  [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/both-my-sidebars-disappeared-left-and-right/#post-18513523)
 * Hi [@kmp2](https://wordpress.org/support/users/kmp2/),
 * The sidebars show up in a single post view.
 * This is how the theme works. It shows the sidebars when you view the single post.
   It does not show them in the grid of posts.
 * I can see both the sidebars are visible on your website when viewing the single
   post view.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Captcha Settings not working](https://wordpress.org/support/topic/captcha-settings-not-working/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/captcha-settings-not-working/#post-18460622)
 * There is no support for third-party plugins at this time, as they can be difficult
   to maintain.
 * You may let them know in their support forum about this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Captcha Settings not working](https://wordpress.org/support/topic/captcha-settings-not-working/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/captcha-settings-not-working/#post-18460073)
 * No, it will not work for forms coming from those plugins. It only works with 
   standard WordPress forms.
 * Those plugins you mentioned have built-in reCAPTCHA feature. You can check their
   docs to know where to provide the keys.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Captcha Settings not working](https://wordpress.org/support/topic/captcha-settings-not-working/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/captcha-settings-not-working/#post-18459195)
 * The plugin supports CAPTCHA on WordPress standard forms.
 * May I know which form it is on your site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Captcha] Captcha Settings not working](https://wordpress.org/support/topic/captcha-settings-not-working/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/captcha-settings-not-working/#post-18454757)
 * Hi [@mikelimit9999](https://wordpress.org/support/users/mikelimit9999/),
 * First, you need to provide the site key and secret key.
 * Go to **“Settings”** > **“Login Security”** > **“Captcha Settings”**. Here, select
   the captcha type and provide its keys.
 * Each captcha type, such as Cloudflare Turnstile or reCAPTCHA v3, requires a different
   set of keys.
 * Once set, you can check **“Enable Captcha”** for a form and select which captcha
   type you want to use for that form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Is there a way to have the light mode active?](https://wordpress.org/support/topic/is-there-a-way-to-have-the-light-mode-active/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/is-there-a-way-to-have-the-light-mode-active/#post-18370035)
 * See the below screenshot, this is what you would need to do after installing “
   Simple Custom CSS and JS” plugin, the JS code is:
 *     ```wp-block-code
       if (!('darkmode' in localStorage)) {    localStorage.setItem('darkmode', 'true');}
       ```
   
 * Also, purge the cache after applying the JS code in case you are using any caching
   plugin.
 * ![](https://i0.wp.com/i.ibb.co/1GMwvS58/JS-code.png?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Is there a way to have the light mode active?](https://wordpress.org/support/topic/is-there-a-way-to-have-the-light-mode-active/)
 *  Plugin Support [Shubham](https://wordpress.org/support/users/gptsbm/)
 * (@gptsbm)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/is-there-a-way-to-have-the-light-mode-active/#post-18369600)
 * Hi [@ellain3gab](https://wordpress.org/support/users/ellain3gab/),
 * To set dark mode as default, you can install and activate this plugin “Simple
   Custom CSS and JS”:
   [https://wordpress.org/plugins/custom-css-js/](https://wordpress.org/plugins/custom-css-js/)
 * Then, you can navigate to your WordPress admin menu > **“Custom CSS & JS”** >**“
   Add Custom JS”**.
 * You can give that code any title like _“Dark Mode as Default”_ and add this JS
   code (replace everything with below 3 lines of code):
 *     ```wp-block-code
       if (!('darkmode' in localStorage)) {    localStorage.setItem('darkmode', 'true');}
       ```
   
 * Set “Where on page” to “in the _head_ element”.
 * Lastly, click “Publish” to load the JS code. This will turn on dark mode by default
   for the first page load.
 * You can then check this behavior in any browser with Incognito mode.

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

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