67 Tags Found For: “Uncategorized

Set Default Google Account for Managing Multiple Google Accounts

  My browser start-up page recently changed so that I was automatically logged into one of my google accounts—The wrong one! I didn’t know what happened, or what caused the change, but I wanted to CHANGE THINGS BACK so that I was logged into my...

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...

Colouring Pages: Comic Book Frame Templates

Enjoy these free printable comic book pages. Download the PDF and print some or all of the pages inside. There are three different template pages. Let your imagination run wild! Download PDF  ...

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...

Divi: Remove Projects From View in WordPress Admin Area

This code snippet doesn’t disable Divi’s own custom post type called Projects, but rather just removes it from view in the admin area. For numerous reasons you don’t want to remove the Projects custom post type (screwed up templates, time outs, etc.)...