• 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

Ahjira

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
  • November 20, 2013 at 4:03 pm in reply to: HTML5 Themes and Jetpack Infinite Scroll #74579
    Ahjira
    Participant

    Hey Susan, yes I found Gary Jones's solution on GitHub for this and this should do it if anyone else is looking for the answer. This is for HTML5 themes only.

    First add a new ID to the content section...

    add_filter( 'genesis_attr_content', 'jpis_add_id_to_content' );
    function jpis_add_id_to_content( $attributes ) {
      $attributes['id'] = 'main-content';
      return $attributes;
    }

    Then add Jetpack support like this...

    add_action( 'init', 'add_jpis_support' );
    function flint_add_jpis_support() {
      add_theme_support( 'infinite-scroll', array(
        'type' => 'scroll',
        'container' => 'main-content',
        'footer'	 => false,
        'render' => 'genesis_do_loop'
      )
      );
    
    }

    My original solution was firing too late but this solution did the trick. Thank you for checking up. Much appreciated 🙂

    August 9, 2013 at 1:13 pm in reply to: 2.0 Custom Post Type Settings Page? #55302
    Ahjira
    Participant

    Thanks Brad - got it.

    June 8, 2013 at 12:40 pm in reply to: Flint – Free Child Theme #44797
    Ahjira
    Participant

    Yeah... it's completely intuitive if you know CSS, but might be confusing at first if you don't. I've had a test group of 7 using it for the last three months, only one of whom knows CSS and all of them have done really well. They ask a few questions at first and then seem to run with it after that. They aren't designers though so they're not hitting all the potential. They've done a lot with colors and fonts, but none of them has even touched the potential with background images or skins yet. I'm kind of hoping to get a bigger group involved to explore those lines a bit more.

    June 8, 2013 at 11:30 am in reply to: Flint – Free Child Theme #44774
    Ahjira
    Participant

    Yes my site is running Flint, but Flint doesn't have a "design" necessarily. Flint will look how *you* make it look. I have built a skinning system into it but until people are familiar with it, I won't really talk about that piece too much.

    Visit the Screenshots page and I think you'll get a glimpse of what it does:
    http://ahjira.com/flint/screenshots/

    It's more like Prose in that it's a basic design until you set the styles, apply the background images and monkey with the text that you want.

    March 15, 2013 at 9:08 pm in reply to: How do I plug my them into the Genesis Import/Export Page? #27277
    Ahjira
    Participant

    Nevermind I got it working! I just basically followed what Prose does by adding a file named import-export.php and adding this to it:

    add_filter( 'genesis_export_options', 'theme_export_options' );
    function theme_export_options( $options ) {
    $options['themename'] = array(
    'label' => __( 'My Theme Options', 'theme' ),
    'settings-field' => THEME_SETTINGS_FIELD,
    );
    return $options;
    }

    ...and then adding this to functions.php

    require_once( CHILD_DIR . '/lib/import-export.php' );

  • 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

© 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