Kadence WP Resources
Using the free Kadence WordPress Theme and the premium Kadence Theme Pro Addon plugin.
These are resources that I’ve found useful:
Using the free Kadence WordPress Theme and the premium Kadence Theme Pro Addon plugin.
These are resources that I’ve found useful:
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.
WP-Chargify allows users to integrate the Chargify service with WordPress. Giving you the ability to run a membership or subscription-based website, controlling access to content based on paid or free subscriptions. http://9seeds.com/news/new-plugin-wp-chargify/ Download WP Chargify Membership plugin from WordPress repository
UberMenu v2.4.0.2 Problem: Trying to make the mobile toggle icon completely flush-left. But there is an empty space hard-coded into the plugin which prevents a float-left toggle icon from being truly flush-left. Solution: (From the plugin moderator) There are two different ways to achieve that. Add any of these snippets into Style Configuration -> Custom Tweaks: Follow…
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:…
Displaying Code on a WordPress Site by Chris Coyier of Digging Into WordPress
Creating a Simple Child Theme Using Twenty Eleven Move menu bar above header in Twenty Eleven WordPress Twenty Eleven CSS Style Sheet Modification. Change Site Title, Description, Post Title, Comments, Menus, Sidebar and More
Importing items via Excel Spreadsheet into 2 different Custom Post Types (CPT) for a recording studio: Custom Post Type (CPT) name: Music Projects (for Albums) Custom Post Type (CPT) name: Clients (for Artists) WP All Import only allows importing one Excel file into one CPT at a time, so I need to import the same…