• 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

rocketeer

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 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • December 5, 2016 at 11:10 am in reply to: Best approach to implement Schema.org markup! #197065
    rocketeer
    Member

    Maybe this plugin would work: https://wordpress.org/plugins/meta-box/

    December 5, 2016 at 10:52 am in reply to: Best approach to implement Schema.org markup! #197062
    rocketeer
    Member

    If Studiopress created a plugin as discussed in the video it would give the Genesis framework an upper hand compared to competing frameworks.

    December 4, 2016 at 4:04 pm in reply to: Best approach to implement Schema.org markup! #197015
    rocketeer
    Member

    I think I'm after what they discuss at 25:15 here: https://www.youtube.com/watch?v=WlmNjdZ5EGU

    As usual, the Genesis Framework becomes very technical for non-programmers like me.

    Thanks anyways for your suggestion, which seems to be in line with what the developers discuss in the video above.

    December 4, 2016 at 11:47 am in reply to: Best approach to implement Schema.org markup! #196991
    rocketeer
    Member

    I want to do both. The markup in the plugin was very sparse and did not address the snippets found by the structured data tool.

    When I run one of my inner pages to the structured data tool, I find four snippets:

    WebPage
    WPHeader
    CreativeWork
    SiteNavigationElement

    When I run my front page on the AltitudePro theme, I find:

    WebPage
    Organization
    WPHeader
    CreativeWork
    SiteNavigationElement

    So I'd like to both enhance/add more info to the snippets already added by Genesis following the information here:
    http://schema.org/docs/full.html

    And also add new snippets. Like LocalBusiness and Organization to the inner page. I'm not sure how to do this properly.

    December 4, 2016 at 10:00 am in reply to: Best approach to implement Schema.org markup! #196989
    rocketeer
    Member

    Thanks! I tried the plugin and it's not well built out. I think a more manual approach is better.

    When I edit a page there is a meta box called Scripts.

    How would I create a similar meta box that I would call Microdata for pages and posts? And somehow direct where the code shall be pasted, for example after the <head> tag. Will this code conflict with the built in Schema markup?

    Thanks!

    September 11, 2016 at 6:30 am in reply to: Spacing between buttons for Altitude Pro theme #192972
    rocketeer
    Member

    I've updated the HTML markup and the CSS file and now the spacing works properly. But only on Front Page 1, 3, 5 and 7. On Front Page 2, 4 and 6 the spacing between the buttons is not working properly. What could be the cause of this?

    August 14, 2016 at 5:22 am in reply to: Spacing between buttons for Altitude Pro theme #191259
    rocketeer
    Member

    I think the problem is that my site doesn't behave like the demo site.

    I removed the non-breaking spaces and now there is no spacing at all. But in the demo site there is a spacing.

    I can't find what's causing this difference. The code is in the text widget in Front Page 1.

    <p>
    <a href="https://flarenote.com/lets-talk/">Light Your Flare</a><a href="#front-page-2">Find Out More</a>
    </p>
    August 14, 2016 at 5:04 am in reply to: Spacing between buttons for Altitude Pro theme #191258
    rocketeer
    Member

    Thanks for the link. The problem is clearly displayed in the 320 px view.

    I have the below code for media query:


    @media
    only screen and (max-width: 480px) {

    .image-section h2,
    .solid-section h2 {
    font-size: 40px;
    }

    }

    What code shall I add to have the buttons not overlapping?

    July 18, 2016 at 9:39 am in reply to: Replace footer widget on some pages in Altitude Pro #189739
    rocketeer
    Member

    OK! So I found out it was one of the other CSS properties I needed to change:

    .tri-state-footer .widget {
    margin-bottom: 130px;
    }

    .footer-widgets .widget {
    margin-bottom: 40px;

    Now it looks really good.

    This was a bit too advanced for me. But with Genesis you have to be a bit more advanced 🙂

    Thanks for your help!

    July 18, 2016 at 8:22 am in reply to: Replace footer widget on some pages in Altitude Pro #189734
    rocketeer
    Member

    Thanks,

    Now the text is white. But the bottom margin was only allowed to increase by some pixels. And I can't change the background color in that area. If you take a look you see that it's whiteish background and the hight is only 50 or so pixels.

    Do you have any suggestions 🙂

    July 18, 2016 at 6:47 am in reply to: Replace footer widget on some pages in Altitude Pro #189729
    rocketeer
    Member

    So I managed to conditionally remove the Footer 1 widget on some pages that I choose 🙂

    Please take a look here:

    Tri-State SEO

    The blue footer is the new footer I've added. But it has black text. Also the bottom padding is much smaller than Footer 1 widget.

    What I'm after is to have the new footer (the blue one) have the same CSS properties (visualisation) as the Footer 1 widget.

    What CSS have I missed to change?

    Thanks 🙂

    July 17, 2016 at 2:07 pm in reply to: Replace footer widget on some pages in Altitude Pro #189711
    rocketeer
    Member

    Thanks for the reply.

    I managed to register the new widget and display it with a conditional hook
    similar to below:

    //* Add the page widget in the content - HTML5
    add_action( 'genesis_entry_footer', 'nabm_add_page_content' );
    function nabm_add_page_content() {
    if ( is_page('ID') )
    genesis_widget_area ('pagewidget', array(
    'before' => '<div class="pagewidget"><div class="wrap">',
    'after' => '</div></div>',
    ) );
    }

    1. How do I remove the Footer 1 widget? I can't see it anywhere in functions.php or in style.css.

    I tried to copy all of the CSS for the Footer Widgets and adding my custom footer.
    But the text in the footer is black. Adding color: #fff; doesn't seem to help.

    2. How can I change the text in the custom-footer to display with white color as in Footer 1 widget?

    Thanks 🙂

    /*
    Footer Widgets
    ---------------------------------------------------------------------------------------------------- */

    .custom-footer,
    .footer-widgets {
    background-color: #22a1c4;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 9;
    }

    .custom-footer,
    .footer-widgets .wrap {
    padding-bottom: 100px;
    padding-top: 100px;
    }

    .custom-footer,
    .custom-footer .wrap a,
    .custom-footer .wrap a.button {
    color: #fff;
    }

    .footer-widgets,
    .footer-widgets .wrap a,
    .footer-widgets .wrap a.button {
    color: #fff;
    }

    .custom-footer,
    .footer-widgets .wrap a.button2 {
    color: #fff;
    }

    .custom-footer,
    .footer-widgets a:hover {
    color: #000;
    }

    .custom-footer,
    .footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    }

    .custom-footer,
    .footer-widgets .widget {
    margin-bottom: 40px;
    }

    .custom-footer,
    .footer-widgets p:last-child {
    margin-bottom: 0;
    }

    June 10, 2016 at 1:11 pm in reply to: Change author in text widgets in Metro Pro theme #187338
    rocketeer
    Member

    "What we're all about" text widget is indexed as http://domain.com/featured-1/ with an author.

    I've used the Yoast plugin and unchecked the authors but seems it still indexes the authors for various widgets built in to the theme.

    Thanks for the answer.

    April 4, 2016 at 7:16 am in reply to: Reposition logo and header menu in Altitude Pro theme #182870
    rocketeer
    Member

    Thanks bro!

  • Author
    Posts
Viewing 14 posts - 1 through 14 (of 14 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