• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

MBWS Marketing

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 11, 2015 at 7:35 am in reply to: "Sharing and like it" #155842
    MBWS Marketing
    Member

    Looks like you have a plugin installed that does that: https://wordpress.org/plugins/sharedaddy/

    Disable and remove it.

    June 11, 2015 at 7:25 am in reply to: Altitude Pro – Full page slider? #155841
    MBWS Marketing
    Member

    Hello Pairfum,

    I have tried about 10 different options to get a full page slider, but every single time there's a conflict somewhere, either with javascript, mobile usability, certain browsers not displaying well etc etc . After many hours of work I have given up the search (used every way I know).

    My client wanted a slider really badly but after showing him a research I did he bailed from a slider. I tested the amount of views on the second slide in a slider set at 5 seconds, and only 3% of the people saw the slide. So the effort isn't worth the result.

    What worked best for me (least amount of bugs):

    Add this to functions.php

    // Register Home Slider widget area
    genesis_register_sidebar( array(
    	'id'			=> 'home-slider',
    	'name'			=> 'Home Slider',
    	'description'	=> 'This is the home slider section'
    ) );
    
    add_action( 'genesis_before_header', 'sk_home_featured' );
    //* Display Home Slider widget area's contents below Navigation on homepage.
     
    function sk_home_featured() {
    	if ( is_home() || is_front_page() ) {
    		genesis_widget_area( 'home-slider', array(
    			'before'	=> '<div class="home-slider widget-area">',
    			'after'		=> '</div>',
    		) );
    	}
    }

    Add this to your style.css:

    #genesis-responsive-slider {
    	border: none !important;
    	padding: 0 !important;
    }
     
    .home .site-tagline {
    	margin-top: 0;
    }
     
    .flexslider .slides > li {
    	margin-bottom: 0;
    }
     
    .flex-direction-nav li {
    	margin-bottom: 0;
    }
     
    .flex-control-nav li a,
    .flex-direction-nav li a {
    	border-bottom: none;
    	-webkit-transition: none;
    	-moz-transition:    none;
    	-ms-transition:     none;
    	-o-transition:      none;
    	transition:         none;
    }
     
    .flex-direction-nav li .prev {
    	left: 0 !important;
    }
     
    .flex-direction-nav li .next {
    	right: 0 !important;
    }
     
    .flexslider .slides img {
    	width: 100%;
    	vertical-align: top;
    }
     
    .flexslider {
    	max-width: 100%;
    }

    I'm not 100% sure this is the complete code. Anyways, it adds a new front page widget where you can put the Genesis Responsive Slider. You can leave front-page-1 empty

    If you need more help, let me know.

    February 20, 2015 at 4:38 am in reply to: Header transparency when static #141427
    MBWS Marketing
    Member

    Fixed the problem. No need for help anymore.

    February 14, 2015 at 8:01 am in reply to: Lifestyle Pro Make Header Background Transparent #140840
    MBWS Marketing
    Member

    You can try this:

    .site-header {
    background-color: transparent;
    }

    September 5, 2014 at 8:09 am in reply to: Hide responsive slider on mobile? #122928
    MBWS Marketing
    Member

    Thanks, works like a charm.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble