Tips and Tricks

How to Create a User or Contact

social network concept

There’s a few reasons why you might want to create users or contacts within your Websavers account. Client Centre Contacts cannot login to manage the account and can be created for the following reasons: A) to save an alternative email address for the account owner (must use the same name as account owner), B) for accounting…

Read More

FormidableForms Javascript / JQuery Extensions & Hacks

formidable-forms-jquery-hacks

I’ve been working on a client’s site which has some specialized form needs, and have been using Formidable Forms to achieve the goals required. Formidable Forms is an incredible piece of software, probably the most advanced Forms tool I’ve used with WordPress, but there’s some additional functionality I needed. Fortunately, Javascript is here to help!…

Read More

How to disable greylisting spam protection in Plesk

plesk mail greylisting disable

This guide will show you how to disable greylisting for your domain in Plesk. Greylisting protects your domain from spam by declining the first connection attempt from the sending server, and then accepting a later connection. This can cause delays in email receipt and in some cases (where sending servers use multiple different servers for…

Read More

How to avoid timeouts when importing a WordPress export XML file

plesk-wordpress-cli

WordPress provides a great mechanism for exporting and importing data simply by using Tools > Export or Import. However when used on large datasets, as well as media files that take time to import, you’re bound to run into timeout issues. Obtaining an XML export from the source If you’re exporting from another self-hosted WordPress…

Read More

How to keep your development sites from being indexed

This guide will show you how to configure your development site to ensure it is not indexed by Google. If you’re looking to set up a development environment, take a read over our guide here to learn how to do so then come on back here. Why is it important that your development sites not…

Read More

How to set your PayPal IPN URL

Looking to get your PayPal API credentials? It’s not the same thing, but it often goes hand in hand with setting the IPN URL when connecting an eCommerce solution. Putler has done a great job with their guide. There’s plenty of guides out there showing how to do this with the old PayPal interface and it seems…

Read More

How to hire a web designer / developer

how-to-hire-a-web-designer-developer

In the 14+ years we’ve been in business, we’ve worked on a lot of websites and worked with a lot of designers and developers. Sometimes the website has been hacked and needs a cleanup and secure home. Other times the developer disappeared and the client needs help with maintenance. Some are trapped in a proprietary…

Read More

What to do when Thesis (WP Theme) stops generating CSS

This has happened to us a few times, namely every time we migrate a site using Thesis. The problem is that Thesis stores all its CSS (custom, skin, and editor CSS) in the database. It also stores the variables that drive that CSS in the DB. Something about how that data is transferred over when…

Read More

How to create a WordPress submenu without a blank page or duplicate link

how-to-create-a-wordpress-sub-menu

Creating a sub-menu, or multi-level menu, in WordPress is actually pretty easy! WordPress has a guide to creating multi-level menus perfectly well explained in their documentation, roughly half-way down the general guide to creating menus. So why do we have a post all about something WordPress has already covered? Well… if you’re creating a sub-menu…

Read More

Overlapping images when using a content grid?

If you’re seeing overlapping images, or odd grid display issues when using a content grid plugin, look for a plugin that enables lazyload of images and disable it on the page. For example, we use WP Rocket on most of our sites, and while it’s a fantastic caching plugin, occasionally you can run into the…

Read More

How to create mail authentication records: SPF, DKIM, DMARC

spf-records-what-are-they

Have you ever had: What’s causing that? Why is it rejected or filtered to spam? While there can be additional reasons for a message being filtered to spam, more often than not, any one of the above issues will occur because there’s an issue with the sending domain’s email spoofing protection configuration. These protections, or…

Read More