• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Dominate Marketing

Why Dabble When You Can DOMINATE

  • Blog
  • Contact

CTA & Announcement widget areas – > lib > widgets.php

February 21, 2018 by Dominate Marketing

// THEME FILE > lib > widgets.php … [Read more...] about CTA & Announcement widget areas – > lib > widgets.php

CTA & Announcement widget areas – functions.php

February 21, 2018 by Dominate Marketing

// FUNCTIONS.PHP add_action( 'genesis_before', 'refined_announcement_widget', 8 ); /** * Hooks Announcement Widget. * * @since 1.0.0 */ function refined_announcement_widget() { genesis_widget_area( 'announcement-widget', array( 'before' => '', 'after' => '', )); } add_action( 'genesis_before_footer', … [Read more...] about CTA & Announcement widget areas – functions.php

CTA & Announcement widget areas – CSS

February 13, 2018 by Dominate Marketing

STYLE.CSS /* Site Wide CTA ------------------------------------------------------ */ .site-wide-cta { background: #fff url(images/border.png) top center repeat-x; background-size: 1200px 1px; border: none; margin: 0 auto; padding: 30px; } .site-wide-cta .enews-widget { color: #333; } .site-wide-cta .enews-widget p … [Read more...] about CTA & Announcement widget areas – CSS

Dash Icons

April 23, 2017 by Dominate Marketing

//* Enqueue styles - Add Dash Icons add_action( 'wp_enqueue_scripts', 'themeprefix_enqueue_styles' ); function themeprefix_enqueue_styles() { wp_enqueue_style( 'dashicons' ); } Then use: Contact page … [Read more...] about Dash Icons

reposition the secondary navigation menu

September 22, 2016 by Dominate Marketing

//* Reposition the secondary navigation menu remove_action( 'genesis_after_header', 'genesis_do_subnav' ); add_action( 'genesis_before_header', 'genesis_do_subnav' ); … [Read more...] about reposition the secondary navigation menu

Add a Custom Class to the Site Title in Genesis

September 22, 2016 by Dominate Marketing

// Filter the title with a custom function add_filter('genesis_seo_title', 'wap_site_title' ); // Add additional custom style to site header function wap_site_title( $title ) { // Change $custom_title text as you wish $custom_title = 'WAEstate'; // Don't change the rest of this on down // If we're on the front page or home … [Read more...] about Add a Custom Class to the Site Title in Genesis

reposition the primary navigation menu:

September 22, 2016 by Dominate Marketing

//* Reposition the primary navigation menu remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_before_header', 'genesis_do_nav' ); … [Read more...] about reposition the primary navigation menu:

Categories

  • css tricks
  • Errors
  • Fixes & F**ups
  • Formidable Forms
  • Genesis
  • Google Apps Mail
  • How To's & Tips n Tricks
  • MailChimp
  • Media
  • Plugins
  • Scam Alert
  • Shipping
  • Shopping Cart Modules
  • Videos
  • Widgets
  • Woocommerce

Recent Posts

  • font gradient
  • Horizontal Genesis eNews E-Mail Opt In Subscribe Box Inline
  • Hide shipping rates when free shipping is available
  • How to Create a WooCommerce Wholesale System
  • Imagify vs EWWW vs Kraken vs WP Smush vs ShortPixel: The 5 Best WordPress Image Optimization Plugins Compared
  • Formidable Forms & Mod Security
  • Genesis Slide-in Widget
  • Genesis Plugins
  • Genesis overlay widget
  • Add refined CTA & Announcement widget areas etc
  • Migrate Weebly to WordPress: A Step-by-Step Guide
  • Sparkle
  • Remove WordPress Default Widgets
  • Some great css tricks on this website
  • Border Around A Button
  • Adding support for the new WooCommerce 3.0 gallery features
  • 100 WooCommerce Tips and Tricks
  • Woocommerce – Change number of products displayed
  • Genesis Footer Widgets
  • 3 Ways to integrate WooCommerce with Genesis
  • Emails fail on multisite setup
  • Video Embed & Thumbnail Generator
  • WP MS User Roles
  • Setup Gmail for Domain – Google Apps Mail
  • Remove default WordPress widgets
  • Re-Order Single Product Template
  • Change SKU Text
  • Don’t Get Caught by an Invitation To Register Domain – Fake Domain Renewal Letters Can Cost You
  • WooCommerce MailChimp Integration
  • Hide the shipping methods if the cart does not have the specific shipping class

Handcrafted with by Dominate Marketing
Web Design & Development, SEO & Ultra Nerdyness!
Sitemap | Terms of Service | Privacy Policy | Delivery Policy | Refund Policy | Owner Login