If you use WordPress’s built-in password protection for a post or page, and you also use your host’s server-side caching (often managed through cPanel, NGINX, or LSCache), you may have noticed a frustrating issue: The page asks for a password the first time, but af…
Gabriola Graphics Blog
Reversing Mobile Column Collapsing Order (Divi)
To reverse the collapsing order on mobile devices, so that the default behaviour goes from left-column collapsing ABOVE the right-column, to the opposite… you’ll just need to add a CSS class to the row, and then use the css property of flex-direction: column-reverse.
The Open-Source WebP file format from Google: Image Optimization Heaven or Hell?
Being involved with computer graphics for 30 plus years now I am always on the lookout for ways to improve image optimization. And let me tell you, there certainly are some massive gains to be had with the WebP image format. All links in this post open in a new...
Full Web Page Screen Captures Natively in Chrome
While I have been enjoying the Chrome Extension “Screenshot Easy” which allows me to capture any area on the screen, it isn’t possible to capture the entire height of a webpage, only what is currently showing on your display. Here’s a Chrome...
Chrome: Clear Cache Data for a specific URL
Clear Cache Data for a specific URL This method allows you to clear the Google Chrome's Cache Data for a specific URL. Press SHIFT+CTRL+I to open the Google Chrome Developer Tools panel. Go to the Network tab and select the Disable cache checkbox to enable that...
Divi Coming Soon page plugin FREE from DiviLife
This free plugin from DiviLife is wonderful. Coupled with the power of Divi’s Theme Builder you can redirect visitors to a page built with Divi. The Theme Builder comes into play as you can easily remove/hide site menus or footers from your bespoke coming soon...
Stop Divi Gallery Images From Cropping Using Functions
Currently the only options for the built-in Divi photo gallery are for “portrait” or “landscape” thumbnails, which means any aspect ratio outside of those will be cut off or cropped. The following snippet allows the thumbnail in the photo...
Stop Spam from Divi Contact Form with ReCaptcha v3
Since Divi update 4.0.7 it is possible to natively integrate Google ReCaptcha v3 right into your contact form settings with only a few simple steps. 1. Create a google recaptcha profile for your site here — google.com/recaptcha/admin/create 2. After creating...
Gravity Forms User Role Menu Restriction/Hide
Insert into your theme or child theme functions file: /* ------------------------- GRAVITY FORMS ROLES --- */ $role = get_role('editor'); $role->add_cap('gform_full_access'); add_action('admin_menu', function () { $user = new WP_User(get_current_user_id()); if...
Redirect Client Login to WordPress Home Page NOT to Dashboard
When I’m developing a site that is not visible to the public yet, possibly hidden behind my favourite “Coming Soon” wordpress plug-in Coming Soon Page, Under Construction & Maintenance Mode by SeedProd I will send clients the link to the site to...
This section only shows on mobile. The sidebar above disappears on mobile.




