Backdoor login to WordPress

For the situation where you do not have a WordPress admin login/password to an existing site, but do have FTP access, there is a solution. There is a snippet of code you can add to the functions.php file that will instantly create a user upon access to the site. Instructions: Determine the theme that the…

Read More

Beaver Builder Mobile Menu on Desktop

This requires the Beaver Builder theme, along with the Beaver Builder plugin. Go to Customize > Header > Nav Layout Select the following parameters: Responsive Nav Toggle – “Hamburger Icon” or “Menu Button” Responsive Nav Breakpoint – ALWAYS That’s it!  Be sure you are selecting the default page template, that includes the header. (NOT the…

Read More

Popup Maker Mobile Sizing Resolved

There are a number of settings in PopUp Maker for sizing the popup for mobile and desktop views. Some of these setting may seem confusion and under documented. Below is a quick guide for resolving common issues on sizing for both platforms. Sizing Settings   Position Settings

Read More

Improving WordPress Performance

Remove query strings from static resources CSS and JavaScript files may have the file version on the end of their URLs, such as domain.com/style.css?ver=4.6. Some servers and proxy servers are unable to cache query strings, even if a cache-control:public header is present. So by removing them, this will improve caching. This will also fix that…

Read More

Configure SSL for a WordPress Site

Check the web host for their SSL process or any special requirements Backup the entire web site Obtain the SSL certificate Choose one of these process for the configuration: Choice 1 – Use the “Real Simple SSL” plugin. This plugin really works. Follow the directions, and it will take care of the site configuration.  You…

Read More

Fixing unformatted excerpts in blog, archive and search lists

Core WordPress will not retain text formatting in blog, archive and search lists.  This can be an issue if you are using long or full content excerpts read from the main text, rather than the excerpt panel.  Most themes have enhanced the correlated templates to preserve formatting.   However, some themes have not. Once choice is…

Read More

Overriding images sizes in a WordPress child theme

The WordPress function add_image_size allows the declaration of a size name to specific dimensions (see WordPress reference). Generally, these are declared in the functions.php file.  But what if there is a declaration in the parent theme that needs to be changed in the child theme?  Unfortunately, in this case, it will not be overwritten.   To…

Read More

Adwords Conversion Code for WordPress

The Adwords conversion JavaScript that is required on each tracking page must be within the body HTML tags.  Many WordPress themes will not accept the the script within the body.  Here is a process for managing. Create your Adwords Campaign Create the Conversion Code: In Adwords go to Tools > Conversions Click on the +CONVERSION…

Read More

How to Manually Activate a WordPress Plugin

Occasionally, deactivating a WordPress plug-in can bring on the white screen of death. This generally occurs if the site or other plug-in are interdependent on each other. Obviously, when this occurs, the admin is unable to access the plug-in screen to activate the plugin.  Hopefully, there is a backup with files AND database that you…

Read More

Windows 10 Download Update Keeps Running

When performing the free upgrade to Windows 10 from either Windows 7 , a situation may occur where the download keeps running (or spinning) forever and never actually downloads.  All you see is the “Starting Download” screen that never terminates or errors.  In most cases, the download should be done within 3 hours if the…

Read More