• 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

William

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 20 posts - 221 through 240 (of 270 total)
← 1 2 3 … 11 12 13 14 →
  • Author
    Posts
  • June 22, 2016 at 12:32 am in reply to: How can I add a fullscreen optin to a page/post on Parallax Pro? (Genesis) #187986
    William
    Member

    Hi Martie,

    I understood you correctly, this is how I would tackle it:

    #1 - Register a widget area & add your opt-in form in text widget
    #2 - Hook the widget at "genesis_after_header" for single pages
    #3 - fiddle with you CSS until it looks good! 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 22, 2016 at 12:26 am in reply to: Remove "Leave a Reply" from SOME pages – Agentpress Pro #187985
    William
    Member

    Please visit in the WP admin:

    Genesis > Theme Settings > Comments & Trackbacks > Un-click enable comments on posts

    Let me know if that works 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 22, 2016 at 12:22 am in reply to: Site Title Text on Front Page, Logo on other pages #187983
    William
    Member

    The home page has a class of "home" in the body tag. you can you that to target elements on the homepage exclusively.

    You will still need to do a bit of fiddling, but this should get you started!

    .home .site-title > a {
        text-indent: 0px;
        display: block !important;
        background: none !important;
    }
    

    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 22, 2016 at 12:16 am in reply to: Featured Image not showing on No Sidebar Pro #187982
    William
    Member

    Do you still have an issue? I see you have a background image and your logo?


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 22, 2016 at 12:11 am in reply to: Menu items moving on hover #187981
    William
    Member

    Hi there,

    When you hover over your menu item you have added a padding of 10px and a border while in its regular state you have 8px padding and no border!

    Look for:
    .genesis-nav-menu a:hover and change the padding to 8px and get rid of the border 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 22, 2016 at 12:04 am in reply to: Make home-bottom display like home-top on Agency Pro #187980
    William
    Member

    Can you please be a bit more detailed 🙂 Perhaps include an illustration of what you want to do!


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 21, 2016 at 12:47 am in reply to: Adding PHP query to front-page.php (Education Pro) #187913
    William
    Member
    add_action("......where ever you want to hook it.....", "tiles_function" );
    function tiles_function() { 
    
    // Try to get all the top posts in a single query
    $first_posts = get_posts( array( 'category' => array( 6, 7, 8 ) );
    
    // Then get all the posts that should end up last
    $last_posts = get_posts( array( 'category' => 5 );
    
    // Merge the 2 arrays of posts, first posts first, last posts last
    $posts = array_merge( $first_posts, $last_posts );
    
    // Display the tiles! (WP Tiles 1.0 only!)
    the_wp_tiles( $posts );
    
    }

    Add it to your front-page.php and let me know if it works 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 21, 2016 at 12:36 am in reply to: How Do I set Facebook Image on Home Page using the Metro Pro Theme? #187912
    William
    Member

    Would you like to set an image that will be used when your homepage is shared on Facebook?

    If so, you need to add a few of Facebook's Open Graph Meta Tags to your header:

    Facebook Open Graph META Tags


    http://ogp.me/

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 21, 2016 at 12:24 am in reply to: Eleven40 Pro Heder image and nav color #187910
    William
    Member

    #1

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

    #2

    Register a widget area, and hook it using "genesis_after_header" 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 17, 2016 at 7:52 am in reply to: How to change hover color for links and attachments – Lifestyle Pro theme #187736
    William
    Member

    Perhaps you want to look at the CSS :hover selector

    http://www.w3schools.com/cssref/sel_hover.asp


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 17, 2016 at 7:42 am in reply to: How do I create a full screen responsive menu? #187735
    William
    Member

    Hi There,

    It 's doable, but you will have to spend some time fiddling with the menu styles 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 16, 2016 at 12:01 pm in reply to: How do I remove the white space between the header image and the nav bar? #187699
    William
    Member
    .site-header {
    padding: 0 !important;
    }

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 16, 2016 at 11:56 am in reply to: Altitude Pro larger sticky header area including above header menu #187698
    William
    Member

    Not very clear about what are you asking ? 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 16, 2016 at 11:47 am in reply to: Interior Pro Slider #187697
    William
    Member

    Based on your current website: 1200 x 380 pixels 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 16, 2016 at 2:59 am in reply to: How To Make Atmosphere Homepage a Landing Page (no menu or footer) #187654
    William
    Member
    This reply has been marked as private.
    June 16, 2016 at 2:56 am in reply to: My new Genesis Site on Author Pro #187653
    William
    Member
    This reply has been marked as private.
    June 16, 2016 at 2:53 am in reply to: Change Footer Text #187652
    William
    Member

    Copy the code from the Studiopress website and paste it all the way on the bottom of the functions.php file 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 15, 2016 at 1:29 pm in reply to: How To Make Atmosphere Homepage a Landing Page (no menu or footer) #187603
    William
    Member

    Hi there,

    #1 - Backup your front-page.php file
    #2 - Delete your front-page.php file
    #3 - Set a static page as the homepage (a page that uses the landing page template)

    #4 - let me know if it worked 🙂

    KR,
    Will


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 14, 2016 at 1:57 pm in reply to: Html in Widget Title #187539
    William
    Member

    I found a few articles by doing a quick google search!

    How to Add HTML to WordPress Widget Title


    https://wordpress.org/plugins/html-in-widget-titles/

    Enable HTML code in WordPress Widget Titles

    If you are looking to change the look of a widget heading, consider doing it with CSS.

    By default, WordPress widget titles do not accept HTML, though they are workarounds they are a bit messy!


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 14, 2016 at 12:19 pm in reply to: Disaply genesis featured page widget inline & in rows – Paralax pro #187535
    William
    Member

    I don't see why the featured page widget wouldn't work for you 🙂 just add it 6 times!


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

  • Author
    Posts
Viewing 20 posts - 221 through 240 (of 270 total)
← 1 2 3 … 11 12 13 14 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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