• 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

gstarr

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 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • January 23, 2015 at 3:13 pm in reply to: Please help me style the color boxes #138458
    gstarr
    Member

    Thanks!

    One of the last things I needed to start the engine 🙂

    Is there a plugin which can be shown in editor (like a button) where you can add own styles and via press of the button add custom buttons or color boxes?

    I run a blog and while I did save codes in txt file to copy / paste styles faster, a button would make this even faster...

    Thanks again!

    January 23, 2015 at 3:04 pm in reply to: Help adding font container to news pro menu #138457
    gstarr
    Member

    Hi Tony,

    You are Fab.!
    Many thanks, I needed this so badly.

    What a wonderful site you have, by the way, I will save it to my bookmarks, looks like it will become a great resource.

    Thanks again mate!

    November 28, 2014 at 1:15 am in reply to: news pro can't import additional fonts #133106
    gstarr
    Member

    thanks!

    November 22, 2014 at 5:13 pm in reply to: news pro site wide header #132532
    gstarr
    Member

    what I mean is that site-inner should remain in white, but background color would be applied to remaining white space....

    November 21, 2014 at 8:12 am in reply to: News Pro pagination #132385
    gstarr
    Member

    I saw a lot of genesis sites with pagination enabled,
    what is the right way to enable pagination?

    November 21, 2014 at 8:10 am in reply to: news pro site wide header #132384
    gstarr
    Member

    Hi,

    Thanks for your help!
    That worked.

    But in the process I lost borders on the side and background.
    Now all the website area is white.
    If I set background color, background color it's not visible.
    Also, logo is not in the right place.

    Would you know how I fix this?

    Thanks!

    November 19, 2014 at 7:18 pm in reply to: news pro site wide header #132231
    gstarr
    Member

    Anyone?

    Can the menu be wide as well?

    November 17, 2014 at 2:59 pm in reply to: new area for post header #131890
    gstarr
    Member

    Hi Lauren,

    I think I solved this:

    //* Remove the entry header markup (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
     
    //* Remove the entry title (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
     
    //* Add the entry header markup and entry title before the content on all pages except the front page
    add_action( 'genesis_before_content', 'jw_add_entry_header' );
    function jw_add_entry_header()
    {
    	if (is_front_page()) {
    		return;
    	}
    	genesis_entry_header_markup_open();
    	genesis_do_post_title();
    	genesis_post_info ();
    	genesis_entry_header_markup_close();
    }

    Thanks for pointing me to the right direction! still newbie with Genesis

    November 16, 2014 at 5:24 pm in reply to: News Pro pagination #131782
    gstarr
    Member

    Thanks,
    The problem is that if I do that, on page 2 it shows the same widgets as page one.
    I found a solution http://wpsites.net/web-design/add-latest-posts-with-pagination-to-front-page-with-widgets/
    which is not working for me.

    If I apply this script that author posted, I get name of the page at the bottom of home page.
    If I click on next page, it opens page 2 but only with the name of the page, there are missing posts.

    Any idea how this could be solved?

    November 16, 2014 at 12:02 pm in reply to: News Pro pagination #131749
    gstarr
    Member

    thinking about it and looking how others implemented pagination on the main page,
    I would like to add Read more posts at the bottom of the page with the link to http://www.domain.com/page/1
    page/1 is a page with a blog view with the latest posts, where front page is a page with various categories listed.

    November 15, 2014 at 3:45 pm in reply to: news pro font #131667
    gstarr
    Member

    what about line 87?

    November 15, 2014 at 3:24 pm in reply to: News Pro inner paddings #131661
    gstarr
    Member

    wow, thanks mate, that worked!

    November 14, 2014 at 3:32 pm in reply to: News Pro inner paddings #131570
    gstarr
    Member

    http://one.top-wordpress-plugins.com/wp/

    November 14, 2014 at 1:56 pm in reply to: [Help]Top Menu Bar in News pro Theme #131553
    gstarr
    Member

    Thanks for this tip Kellylise, I was able to move secondary menu below the main menu. It looks like this hook system ain't that hard to understand.

    I have one question though.
    In my case I wanted to move secondary menu below the main one.
    I did the following:
    //* Reposition the secondary navigation
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    add_action( 'genesis_after_header', 'genesis_do_subnav' );

    Now I have two classes remove action and add action which are the same.
    Is that still ok to do?

    November 14, 2014 at 1:16 pm in reply to: How to remove the whitespace above header – News Pro #131543
    gstarr
    Member

    Thanks, that helped me too!

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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