• 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

neomatrix321

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
  • September 29, 2013 at 12:11 pm in reply to: Ample Being: MasterMind Supplement Site on Minimum Pro #64683
    neomatrix321
    Member

    Thanks to everyone who has visited the site so far.

    Feel free to leave any comments here on what you think of the design. We would love to hear what your first impressions were or if there was anything you felt could be improved upon.

    September 27, 2013 at 10:05 am in reply to: Ample Being: MasterMind Supplement Site on Minimum Pro #64470
    neomatrix321
    Member

    Haywardsuggs,

    Hey thanks for the kind word! We worked really hard on it and we are pretty proud of the way it looks.

    We felt the highlight background feature was a nice touch for looks, functionality, and SEO purposes. It's always better to have text on the website rather than on the image.

    September 27, 2013 at 9:50 am in reply to: Woocommerce Shop Title/Meta Description Problem? Minimum Pro Theme #64468
    neomatrix321
    Member

    Sridhar,

    I set the custom post type archives to exactly what you have and it now shows up as Shop - Ample Being, but the WordPress SEO plugin by YOAST is still not overriding the values that appear.

    I have different data entered in the SEO plugin so it should show that information, but it is only showing the Shop- Ample Being.

    View my attachment bellow for reference. what do i need to change it to so that the values in the yoast plugin work?

    View post on imgur.com

    September 23, 2013 at 12:55 pm in reply to: Change Minimum Pro Tagline to Widget Area? #63869
    neomatrix321
    Member

    Brad,

    Would this allow for me to change that section for displaying the site tagline to just being able to drop a text widget in and display whatever text i wanted in that widget area?

    Or is this code specifically for email signup through the enews widget?

    September 17, 2013 at 1:25 pm in reply to: Minimum Pro – Adding Section Divider On Front Page? #63031
    neomatrix321
    Member

    Robin,

    That plug-in was very neat (i will be using it for other aspects) but the styling isn't quite the same as in the minimum pro theme.

    Also, the HTML source you listed concludes with the same results.

    Both work to create borders, but they don't look the same as the minimum pro.

    You seem to know your way around HTML and CSS, what would i place in a page to get the exact same border as the minimum pro theme?

    These are both REALLY close, but not exact. You are being extremely helpful though, you are really close to solving this one.

    September 17, 2013 at 10:06 am in reply to: Minimum Pro – Adding Section Divider On Front Page? #62992
    neomatrix321
    Member

    Is this even possible to call in HTML?

    I have been stumped by this for the better part of a week now.

    September 14, 2013 at 2:03 pm in reply to: Minimum Portfolio on Home Page? #62561
    neomatrix321
    Member

    Try going to Appearance > Customize and at the bottom you will see a section called static front page. Select the "a static page" button and put your portfolio in the front page section and i believe that should work.

    September 13, 2013 at 10:07 am in reply to: Minimum Pro – Adding Section Divider On Front Page? #62280
    neomatrix321
    Member

    Scotm or Robin,

    Is this only available to be used on the homepage/frontpage through widgets?

    If not, how would i go about calling that in a different page besides the homepage?

    For example, lets say i create an "About" page and want to divide apart sections with that border, how would something like this be accomplished?

    Thanks you for your quick responses!

    April 15, 2013 at 12:10 pm in reply to: Minimum – Change www.(…)/portfolio to something else #35589
    neomatrix321
    Member

    Thank you so much PurplePatriot!

    April 12, 2013 at 2:56 pm in reply to: Minimum – Change www.(…)/portfolio to something else #35079
    neomatrix321
    Member

    PurplePatriot,

    Thank you so much that was exactly what i was looking to correct!  You are my hero 🙂

    Now i still have "Portfolio" at the top of the page as the name of the page, would you happen to know how to change that as well?  What i am referring to is if open the portfolio section that i just changed it still says portfolio next to the Genesis graphic in the browser tab.

    This section is difficult because its not a page per say so i cant just go to edit pages and change the title.

    Thanks for your help!

    April 2, 2013 at 4:10 pm in reply to: Minimum – Change www.(…)/portfolio to something else #32739
    neomatrix321
    Member

    Anybody know how to accomplish this?

    March 15, 2013 at 2:36 pm in reply to: Agency Theme – Landing Page Top Navigation Image Shows #27212
    neomatrix321
    Member

    Can anyone help with this issue?

    March 13, 2013 at 4:20 pm in reply to: Agency Theme – Landing Page Top Navigation Image Shows #26058
    neomatrix321
    Member

    Hey Anitac i took down the coming soon page so you could look at it.
    http://improvefibromyalgia.com/newsletter/

    March 13, 2013 at 3:56 pm in reply to: Agency Theme – Landing Page Top Navigation Image Shows #26041
    neomatrix321
    Member

    I am assuming they just forgot to remove that image/banner from the landing page im just not sure how to code that.

    This is from landingpage.php which is where i am getting that banner bar:

    <?php
    /**
    * This file adds the Landing template to the Agency Theme.
    *
    * @author StudioPress
    * @package Agency
    * @subpackage Customizations
    */

    /*
    Template Name: Landing
    */

    // Add custom body class to the head
    add_filter( 'body_class', 'add_body_class' );
    function add_body_class( $classes ) {
    $classes[] = 'agency-landing';
    return $classes;
    }

    // Remove header, navigation, breadcrumbs, footer widgets, footer
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
    remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
    remove_action( 'genesis_header', 'genesis_do_header' );
    remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    remove_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_breadcrumbs');
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );

    genesis();

    March 13, 2013 at 1:27 pm in reply to: Agency Theme – Landing Page Top Navigation Image Shows #25917
    neomatrix321
    Member

    http://img13.imageshack.us/img13/5605/25210656.png

     

    Sorry my site has a construction page so only I can view it, here is a screenshot of what I am talking about.

  • 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

© 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