Responsive Images on WordPress
This video by Justin Avery on Responsive Design.is is super helpful with adding responsive images to WordPress. It’s a 25 minute walkthrough that focuses on using the RICG Responsive Images plugin.
This video by Justin Avery on Responsive Design.is is super helpful with adding responsive images to WordPress. It’s a 25 minute walkthrough that focuses on using the RICG Responsive Images plugin.
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
WordPress security plugin from Perishable Press: a simple script that protects your website against malicious URL requests. Block Bad Queries (BBQ) checks all incoming traffic and quietly blocks bad requests containing nasty stuff.
The first time I saw “Briefly unavailable for scheduled maintenance” on my WordPress site I was terrified. I had attempted to update a plugin and it failed. And no matter how many times I refreshed the browser, the site wouldn’t come back up. Now I know what the solution is: delete the .maintenance file on…
Allow PHP in WordPress Text Widget. No plugin, functions file solution. Add the following code to functions.php in child theme folder: Source: PHP Text Widget — Allow PHP In WordPress Text Widget – Binary Turf
This post is to document my journey to create a custom WordPress Block. Flywheel‘s article How to create custom Gutenberg blocks in WordPress recommends using a test environment to safely experiment away from a live site. They recommend Local in order to install WordPress on desktop. Then, follow the instructions under the section titled “How to…
Source: Enable SVG Support in WordPress Install WordPress plugin: SVG Support (so only Administrators can upload SVG files) Install WordPress plugin: Safe SVG (sanitizes SVG uploads to stop SVG/XML vulnerabilities) MUST make sure GZip is enabled on website hosting. Export SVG file from graphics program (Affinity Designer) with the following settings: File format: SVG Rasterize:…
Goal: Add a custom Sidebar to Home page’s “Content” (not Template) area so any Widget can be added. WordPress framework: PageLines Framework 2.0.1 Solution: Copy one of the Sidebar sections and customize it to fit in the Content area of the Home page template. We’ll copy “Full Width Sidebar” and turn it into a new…