• 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

jackirt

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 9, 2016 at 3:44 pm in reply to: Add Location (Geotag) to Post Header #192925
    jackirt
    Member

    Hi Brad,

    I haven't written any code or script yet - I was just curious if it was possible to add "location" to a blog post in the entry header. (alongside the date or categories)

    April 6, 2016 at 12:58 pm in reply to: Mobile Conditional Tags #183064
    jackirt
    Member

    Yes I understand that.

    I need a piece of code that goes something like this:

    //* Reposition Title Area
    if ( max-width 960px() ) {
    add_action( 'genesis_header', 'genesis_do_header' );
    } else {
    remove_action( 'genesis_header', 'genesis_do_header' );
    add_action( 'genesis_before_sidebar_widget_area', 'genesis_site_title' );
    add_action( 'genesis_before_sidebar_widget_area', 'genesis_site_description' );
    }

    I can't add the add_action statements in CSS

    April 5, 2016 at 2:02 pm in reply to: Mobile Conditional Tags #183010
    jackirt
    Member

    This is just the best way for me to design my theme is all. The header gets in the way with the fixed sidebar, and the code I listed above works perfectly fine with how it's currently set up.

    I was just wondering if there is a conditional tag for the ipad landscape, or if there is a way to target it with a width.

    April 4, 2016 at 7:49 pm in reply to: Conditional Tags – Mobile #182943
    jackirt
    Member

    Actually I've got it to work.

    Thanks!

    April 4, 2016 at 4:20 pm in reply to: Conditional Tags – Mobile #182923
    jackirt
    Member

    Hi Victor,

    I've tried writing a code that contains that bit of code, but with my little knowledge, the code I've written ends up breaking my site or not doing anything.

    What should I adjust out of this code?

    //* Reposition Title Area
    remove_action( 'genesis_header', 'genesis_do_header' );
    add_action( 'genesis_before_sidebar_widget_area', 'genesis_site_title' );
    add_action( 'genesis_before_sidebar_widget_area', 'genesis_site_description' );
    if ( wp_is_mobile() ) {
    	remove_action( 'genesis_before_sidebar_widget_area', 'genesis_site_title' );
        remove_action( 'genesis_before_sidebar_widget_area', 'genesis_site_description' );
        add_action( 'genesis_header', 'genesis_do_header' );
    }
    April 3, 2016 at 2:18 pm in reply to: Combine two Scrollbars #182807
    jackirt
    Member

    Scroll Photo

    March 29, 2016 at 9:30 am in reply to: Fixed But Scrollable Sidebr #182458
    jackirt
    Member

    Hi Victor,

    I know it sounds weird what I'm trying to accomplish, but you can see a perfect example here in the WordPress twentyfifteen theme.

    https://wordpress.org/themes/twentyfifteen/

    They have left sidebar filled with widgets that extend past the view of the page, however when you scroll the content, the sidebar begins to scroll with the content, but fixes once the last widget has been reached.

    Jaclyn

    March 26, 2016 at 11:39 am in reply to: Auto-size Site Title text to fill fixed size container #182296
    jackirt
    Member

    Hi Brad,

    Just code that came up from a quick google search. Stuff like this:

    http://wordpress.stackexchange.com/questions/55509/automatically-decrease-font-size-for-long-words

    http://stackoverflow.com/questions/687998/auto-size-dynamic-text-to-fill-fixed-size-container

    I'm not that experienced with jQuery, and maybe these hold my answer, but I'd like to target only the Site Title text, nothing else.

    Jaclyn

    March 3, 2016 at 6:38 pm in reply to: Removing / Overriding Inline CSS Styles #180595
    jackirt
    Member
    This reply has been marked as private.
    March 3, 2016 at 6:34 pm in reply to: Removing / Overriding Inline CSS Styles #180594
    jackirt
    Member

    Hi Doug,

    Thanks for your reply!

    I'm still confused.. you said "So the site likely has inline styles declared within the text editor. See example below. You would need to remove these inline styles to prevent them from overriding the theme's styling."

    How do I remove these styles?

    Jaclyn

    February 21, 2016 at 12:36 pm in reply to: Alternate Post Styling #179558
    jackirt
    Member

    I'll look into that option, to see what I can achieve. Thanks Brad!

    February 20, 2016 at 12:22 pm in reply to: Alternate Post Styling #179491
    jackirt
    Member

    Hi Brad,

    Thanks for your reply!

    I have both the masonry layout and even odd post styling, but I'm curious if there is a way I can implement an even/odd styling within the even odd posts?

    Ex: Odd Post 1 width is 90% with padding left 20px (odd), Odd Post 2 width is 70% with padding bottom 10px (even)
    I'm looking for a bit of a random look on the homepage, versus a consistent padding or size with the posts.

    (Hopefully this makes sense !)

    November 15, 2015 at 8:57 pm in reply to: Twenty Fifteen Style Layout #171234
    jackirt
    Member

    Hi Christoph,

    Thanks for your suggestion! However I'm looking for how to achieve that effect myself.

    I'm playing around with designing my own theme and would like to know how to go about building a theme in that style.
    If you have any knowledge or tutorials that could point me in the right direction would be appreciated!

    Jaclyn

    October 21, 2015 at 2:12 pm in reply to: Remove Pagination Numbers #168679
    jackirt
    Member

    Hi Porter,

    Thanks for your response. Do I add this to my post.php file?
    I found this code before but wasn't 100% sure of where to place it.

    September 17, 2015 at 11:50 am in reply to: Duplicate Header in Genesis Sample Theme #165911
    jackirt
    Member

    What exact code from my header would I need to copy? And where would I find that?

  • 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