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.
PlatformPro’s WordPress framework comes standard with flush-left navigation. We wanted the menu to be centered. We’re working with PlatformPro’s child theme, PlatformBase. WordPress version: 3.1.2 PlatformPro version: 1.3.5 PlatformBase version: 1.3.2 Add the following CSS to PlatformBase’s “base.css” file: #nav_row ul{padding-bottom:10px !important;float:none !important;text-align:center;} #primary-nav li{float:none !important;display:inline !important;} #primary-nav a{float:none !important;display:inline !important;} http://www.pagelines.com/forum/topic/5906 (must be logged…
After updating The Events Calendar plugin and updating WordPress, events now just go to 404 Not Found pages. FIX: Admin > Settings > Permalinks > (without making any changes, simply click) Save Changes Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
Child Theme for WooThemes Canvas requires both style.css and custom.css files, as well as with functions.php. Read full article: How to Setup and Use a WooThemes Canvas Child Theme Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
http://wpswitch.com/blog/tutorials/how-to-enable-wordpress-3-0-multisite/ Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
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 Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
Adding a “Home” link to the Pages Menu in WordPress 2.9.2. Example site: http://www.toryclark.com/ One simple change to the header.php file makes the Home page link show up in the Pages Menu. Add the number “1” between the = symbol and the & symbol. See red-colored 1 in the second example below: Find: <?php wp_page_menu(‘show_home=&sort_column=menu_order,…