• 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

steffie

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 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • March 9, 2015 at 6:01 am in reply to: Moving the date #143784
    steffie
    Member

    Sorry didn't realise my url was incorrect..

    http://alittlebitofuntidy.com

    stephanie

    February 12, 2015 at 5:40 am in reply to: Daily dish – Widget not sizing images properly #140578
    steffie
    Member

    I have managed to work this out... there was some css coding missing that is in the demo but not in the actual theme.

    S

    January 29, 2014 at 5:40 am in reply to: Modern Portfolio Pro Theme – Heading & Menu #87643
    steffie
    Member

    Thanks Dave,

    This indeed worked... any idea as to how to make the logo area bigger? At the moment it is only 290 x 90px..

    thanks

    stephanie

    January 23, 2014 at 4:18 am in reply to: Mobile Header Not Working – Foodie Theme #86615
    steffie
    Member

    llll

    January 23, 2014 at 4:17 am in reply to: Mobile Header Not Working – Foodie Theme #86614
    steffie
    Member

    Hi Kendra

    I haven't been able to get mine to work yet, do you know which plugin was causing the issue?

    thanks

    Stephanie

    January 23, 2014 at 4:16 am in reply to: Mobile Header Not Working – Foodie Theme #86613
    steffie
    Member

    Hi Kendra,

    I still haven't been able to get my header to work.. do you know which plugin was causing the issue?

    thanks

    Stephanie

    January 23, 2014 at 4:15 am in reply to: Mobile Header Not Working – Foodie Theme #86612
    steffie
    Member

    ddd

    January 23, 2014 at 4:13 am in reply to: Mobile Header Not Working – Foodie Theme #86611
    steffie
    Member

    Hi Kendra

    Do you know which plugin was causing the problem? I still can't get mine to work and have not heard back from the vendor.

    thanks

    Stephanie

    January 23, 2014 at 4:11 am in reply to: Mobile Header Not Working – Foodie Theme #86610
    steffie
    Member

    tttttt

    January 23, 2014 at 4:10 am in reply to: Mobile Header Not Working – Foodie Theme #86609
    steffie
    Member

    Hi Kendra,

    Do you know which plugin that was causing the issue.. I still can't get mine to work and have not heard back from the vendor.

    thanks

    stephanie

    January 23, 2014 at 4:05 am in reply to: Mobile Header Not Working – Foodie Theme #86608
    steffie
    Member

    Hi Kendra,

    Do you know which plugin was causing the problem? I am still having an issue and the vendor has not gotten back to me.

    cheers

    Stephanie

    January 23, 2014 at 3:57 am in reply to: Mobile Header Not Working – Foodie Theme #86607
    steffie
    Member

    I haven't been able to get mine to work and I have not heard back from the vendor...

    Kendra do you know which plugin was causing the issue?

    Stephanie

    January 18, 2014 at 7:43 pm in reply to: Mobile Header Not Working – Foodie Theme #85806
    steffie
    Member

    Hi Kendra,

    I too am having the same problem. The header works but not on the mobile.. I am about to log the issue with creator - you can do this via the theme setup - There is a contact form.

    Good luck

    Stephanie

    January 17, 2014 at 11:48 pm in reply to: Post Info with Simple Edits #85722
    steffie
    Member

    Sorry... I was also told to do the following by someone re getting the post meta under the post title:

    If you remove all of this coding:

    //* Remove the post info function
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );

    //* Customize the post meta function
    add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
    function sp_post_meta_filter($post_meta) {
    if ( !is_page() ) {
    $post_meta = '[post_date] [post_comments]';
    return $post_meta;
    }}

    If you go ahead and remove the section "Remove the post info function", that will allow your post info to be below your post title, and not at the bottom of the post.

    Then, if you go ahead and remove the "Customize the Post Meta function", you can install the simple edits plugin, and make any changes you want to make.

    Either that, or customize those sections of the functions.php file.

    stephanie

    January 17, 2014 at 11:46 pm in reply to: Post Info with Simple Edits #85721
    steffie
    Member

    Hi

    I was having exactly the same problem - was driving me completely insane.. But whilst writing a great big reply to you something just dawned on me..

    By putting two and two together (and discovering that Simple Edits is a bit misleading..) I put the following short code in the Post info box:

    [post_categories before="in "] I wanted to get rid of the filed under altogether. I also wanted it all on one line, and changed the following css code:

    .entry-categories,
    .entry-tags {
    display: inline;
    }
    changed block to inline.

    Simple edits looks like you can only use the codes on the screen, but if you click the link to the comprehensive list.... you can use those as well.

    I have spent weeks on this.... talk about a light bulb moment.

    Now I just need to work out how to get my comments from under my "Read the full story" to sit next to it.

    Hope this helps.

    Stephanie

    January 1, 2014 at 4:38 pm in reply to: Read more Coding #82551
    steffie
    Member

    Thanks nutsandbolts,

    That worked like a charm... 🙂

    Also I have been trying to move the post meta to sit under the post title but can't for the life of me work this one out either.
    I have tried using simple edits but that is not working with my theme (saw all the posts that other people were having issues with this as well), so have disabled it. I have worked out how to change the author and date, but when I put in categories, it gives me another line with Filed under...

    I would like to have : By [post_author] on [post_date] in [post_categories]. I will also like [post_comments] to sit beside the " Read full story" line.

    I am getting the hang of css but the above stuff is way above my head.

    Again, any help would be appreciated.

    cheers

    Stephanie

    December 29, 2013 at 11:05 pm in reply to: Changing sidebar widths – Jane theme #81971
    steffie
    Member

    Hi Genwrock.

    This sort of worked - worked for the primary sidebar, but then pushed the secondary back to its old size.. I have done something to get it work - whether or not it is right is another thing 😛

    thanks

    Stephanie

    December 19, 2013 at 7:20 am in reply to: Full post on home page #80181
    steffie
    Member

    Hi

    Worked it out.. I was putting a character limit on it; even though I had it set for a lot, it was giving me what I said above. I have left it blank and it works...

    thanks for your help.

    Stephanie

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