Stacy Duval

Website Design and Digital Marketing

  • Home
  • Services
    • Website Development
    • Website Maintenance
    • Website Training
  • Portfolio
  • Blog
  • Tutoring
  • Contact

March 14, 2019 by Stacy Duval Leave a Comment

Free Online Tools I Use All the Time

When you are setting up SSL and you don’t have the green padlock go to https://www.whynopadlock.com.

To check your domain name server settings go to dnschecker.org.

To find out where a domain is parked go to https://whois.net/.

To check your IP address go to https://whatismyipaddress.com/.

To check the speed of a website:

  • Website Speed Test Waterfall breakdown and website preview
  • Google PageSpeed Insights Gives suggestion on how to make the page faster
  • Dotcom-Tools Speed Test Check the speed of your website in 25 different locations in the world
  • Pingdom: Test the load time of that page, analyze it and find bottlenecks.
  • GTmetrix: Gives you insight on how well your site loads and provides actionable recommendations on how to optimize it.

To check if a website is down downdetector.com.

To generate an XML sitemap for your website: https://www.xml-sitemaps.com

To optimize your images: https://kraken.io/ or https://imagecompressor.com/

If your sent emails are going to spam use http://multirbl.valli.org/lookup/ to see if your IP address has been blacklisted.

Filed Under: Web Design

August 13, 2017 by Stacy Duval Leave a Comment

How to switch your WordPress site from HTTP to HTTPS

1. Obtain an SSL certificate and install on your server.
(This is an great article about how to change to SSL.)

2. Type the new URL https://yoursitename.com into your browser to see if the green padlock appears. (If it does not you probably have mixed content. You can go to https://www.whynopadlock.com for more information and type in your domain name with the https in front of it. You will see what to fix. To fix the mix content easily you can use a plugin called Really Simple SSL. )

3. Once SSL is active and you see the green padlock then change the URLs on the Settings->General page to https from http.
(You will have to login after this. After logging in update your permalinks.)

4. Edit wp-config. Add the following code right above the Happy Blogging line:
define('FORCE_SSL_ADMIN', true);
(This will force all admin and login sessions to SSL.)

5. Set up 301 redirect in .htaccess file. Add the following code right above the # BEGIN WordPress line.
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yoursite.com/$1 [R=301,L]

6. Add new site URL in Google Search Console.

(Here is the Google page with the FAQS on http to https migration.)
In Search Console press the “Add a Property Button” and add a completely new property with the new URL.

7. Add a sitemap to Search Console for your updated https url. I use Yoast for this.

To connect Google Search Console to the Yoast SEO plugin, all you have to do is navigate to this page in WordPress: SEO › Search Console. Click the Button that says “Reauthenticate”. Now click the button that says “Get Google Authorization Code and follow the instructions to allow Yoast access to your Search Console Account. Then copy the authorization code into the correct field. Next you need to change the profile to the new one you just created in step 5. Click “Save Profile.”

8. Change 3 settings in Google Analytics:

On the site property page click on the Admin Gear Icon to go to the Admin Page.
On the Admin page change the url in the “Property Settings” and the “View Settings”. Also under “Property Settings” click the “Adjust Search Console” button to change the search console to the new https url you set up in step #5. Here is an article about changing the settings in GA.

UPDATES:

May 2, 2019
March 14, 2019 (Pi Day!)

Filed Under: Web Design

May 31, 2017 by Stacy Duval Leave a Comment

Unlocking a locked Gravity Form

I recently had a problem where two Gravity Forms were locked on one of my client’s sites. When I would try to edit the form, a popup would come up saying another user was using the form. I logged that user out and that did not solve the problem. I went online to Google and several people had posted about this error and said it was fixed with the current version of Gravity Forms. Well my version of Gravity Forms was up to date. But I noticed in the comments of one of the posts that someone had used a Transients plugin to fix the problem.

According to Pippa Williamson of Pippin’s Plugins:

The Transients API in WordPress is a simple method for storing cached data in the database. It allows us to take resource-intensive queries and store them in temporary caches to improve performance. Transients are temporary, meaning that after a specified amount of time, the cached data will be deleted and re-cached, or updated.

transient manager screenSee Pippin’s tutorial about using the WordPress transient API to speed up database queries. I used Pippin’s plugin called Transients Manager to fix the problem. After you have downloaded and activated the plugin, look for the Transients tab under Tools in your Dashboard. Once you have the list of transients loaded on your screen, scroll and look for GF Cache. Delete all the transients with the words GF Cache in them. And your problem is gone!

Filed Under: Random, Web Design Tagged With: gravity forms, transients

September 22, 2016 by Stacy Duval Leave a Comment

How to add a Math Challenge Question to a Gravity Forms Contact Page

We all love Recaptchas but do not like how ugly they are. One way to also weed out spam submissions to your contact page is to add a Math Challenge question.

The steps for doing this are the same for Gravity Forms as well as Contact Form 7.

  1. Add the Captcha field to your form. (Under Advanced Fields)
  2. Upload the Plugin Really Simple Captcha from the WordPress Plugin Repository and Activate it.
  3. Go back to your CAPTCHA field in Gravity Forms and Change the Type under the General Tab to Math Challenge

The plugin Really Simple Captcha integrates with Gravity Forms so that the Math Challenge is available as a Type of ReCaptcha.

recaptcha

Filed Under: Web Design

May 3, 2016 by Stacy Duval 3 Comments

WordPress Theme Detector

Found this cool website today. WordPress Theme Detector

It has four main functions:

  • Find out what theme a website is using
  • See a list of websites using the same theme
  • Find out what plugins a website is using
  • List of WordPress hosts

This would be a good idea generator if you were thinking of using a particular theme. For instance if you were thinking about using the Executive Pro theme by Studio Press. Browsing the 8,877 websites using the Executive Pro Theme on WordPress Theme Detector would give you ideas for your design.

Filed Under: Web Design

  • 1
  • 2
  • 3
  • …
  • 8
  • Next Page »

Recent Posts

  • How to Write Your Content
  • Free Online Tools I Use All the Time
  • How to switch your WordPress site from HTTP to HTTPS
  • Unlocking a locked Gravity Form
  • How to add a Math Challenge Question to a Gravity Forms Contact Page
Gravity Forms Contact Form Plugin for WordPress
Soliloquy - The Best Responsive WordPress Slider Plugin. Period.

Contact Stacy

707-849-2702

Recent Posts

  • How to Write Your Content
  • Free Online Tools I Use All the Time
  • How to switch your WordPress site from HTTP to HTTPS
  • Unlocking a locked Gravity Form
  • How to add a Math Challenge Question to a Gravity Forms Contact Page

Copyright ©2016 · StacyDuval.com