
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.
Similar Posts
How to Add Featured Image Code to Inside Pages – WordPress Bunch theme
WordPress theme: Bunch Desired result: Have a Featured Image at the top of every inside Page. This will show how to add the Featured Image code to inside Pages, without ruining the other inside Pages that don’t have a Featured Image on them. Alter the following files: style.css, page.php and functions.php. 1. CSS FILE File:…
Migrate WordPress Website & Email to Cloudways; Domain Name to Namecheap
From Cloudways tech support: 1. WordPress Website Migration You can easily migrate your WordPress application manually by using our migrator plugin or you can take advantage of our managed migration service. We provide one free migration on account upgrade from the trial state. In your case, you may consider migrating the WordPress website manually using the plugin…
Reset Password Broken. Customer Login Broken. Jobify + WP Job Manager + WooCommerce
Setup: WP Job Manager + Jobify theme + WooCommerce Problems: Reset Password broken: Attempting to Reset Password results in error: “Password reset is not allowed for this user” Customer Login broken: Attempting to log in via the Jobify theme’s LOGIN menu item does nothing. Customer is not logged in. Solution: Delete the following plugin: No…
WordPress Job Board
Building a Job Board Website with WordPress – Chris Lema WP Job Manager – A lightweight, open source job board plugin for WordPress WooCommerce – eCommerce Platform Authorize.Net Extension Comparison – WooCommerce Extension Also check out: JobEngine – This theme combines powerful customization tools with a simple user experience. Share this post: Share on X (Twitter) Share on…
WordPress Plugin: Fix for Lightbox 2 Not Working
Problem: Couldn’t get Lightbox 2 to function at all. Solution: Deactivate NextGEN Smooth Gallery by Bruno Guimaraes Install & activate WordPress NextGen GalleryView by John Brien Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
Add New Menu to WordPress Site Using Code
1. Register a new menu in WordPress admin Use WordPress’s register_nav_menus to register the menu so it appears in Appearance > Menus > Menu Locations. Place the below PHP code in Code Snippets plugin: Important: In the Code Snippet plugin, right below the PHP code, make sure and choose Run snippet everywhere. Otherwise the newly-registered…