• 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

PhilMurray

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 - 61 through 78 (of 78 total)
← 1 2 3 4
  • Author
    Posts
  • October 8, 2013 at 9:16 am in reply to: Show Different LOGO image on Specific Page #65839
    PhilMurray
    Participant

    Thanks for this Marcy -- still having a problem with it even after clearing my browser cache.

    i added:
    .page-id-145 .header-image .site-header .wrap {
    background: url(images/spm-logo1.png) no-repeat left;
    padding: 0;
    }

    and the logo is in the correct place on the server - but i still see the default logo when i browse to the page;
    http://www.banguniverse.com/sirpatrickmoore/

    and the page id is definitely 145

    do i need anything added into functions.php to allow this to work maybe?

    thanks again

    Phil

    October 8, 2013 at 12:56 am in reply to: Show Different LOGO image on Specific Page #65801
    PhilMurray
    Participant

    hi Marcy

    thanks a lot for this – i am having some problems with it so far though.

    the page i want to have a different header on has an ID of 145

    so i added the following to my CSS;

    .postid-145 .header-image .site-header .wrap {
    background: url(images/spm-logo1.png) no-repeat left;
    padding: 0;
    }

    i uploaded the logo but the original site logo is still showing up on the page;

    http://www.banguniverse.com/sirpatrickmoore/

    is there something i am missing?

    thanks

    Phil

    October 7, 2013 at 2:33 pm in reply to: Show Different LOGO image on Specific Page #65705
    PhilMurray
    Participant
    This reply has been marked as private.
    July 15, 2013 at 7:55 am in reply to: Sticky Footer #50776
    PhilMurray
    Participant

    hi

    I would like to have a sticky footer [ie: the footer always remains at the bottom of the browser or device window]

    1. is this possible?
    2. How can I achieve this in a genesis child theme?

    thanks

    Phil

    June 16, 2013 at 6:04 am in reply to: Call different DIV depending on page #46236
    PhilMurray
    Participant

    hi Brad

    id it possible to use a custom field on the HOME page [ it's a static page] which changes the CSS for #inner  on that page only?

    if so - do you know how I actually do that?

    thanks

    Phil

    June 15, 2013 at 4:03 pm in reply to: Call different DIV depending on page #46170
    PhilMurray
    Participant

    hi Brad - i tried that plugin but the version of PHP on my web server was not the one required to run it.

    so i was wondering - is it possible to add a structural wrap to my child theme - that only applies to pages other than the front page?

    the structural wraps in my functions.php are l

    /** Add support for structural wraps */
    add_theme_support( 'genesis-structural-wraps', array(
    'header',
    'nav',
    'subnav',
    'inner',
    'footer-widgets',
    'footer'
    ) );

    but is it possible to add one called inner2 which would only appear on inner pages [ie: all but the front page] ?  that way i could assign a different background image to the #inner2 DIV and that should sort the problem

    or do the structural wraps apply to the entire site?

    thanks

    Phil

     

    June 15, 2013 at 3:48 pm in reply to: Call different DIV depending on page #46167
    PhilMurray
    Participant

    Thanks Brad - this might just be the ticket - i will try it out

    cheers

    Phil

    June 1, 2013 at 9:50 am in reply to: Remove Post Info not working #43475
    PhilMurray
    Participant

    Hi Brad

    I tried the solution you listed on your site but it did not work
    Basically I want no post info to show in categories or posts except for one category called latest-news where I do want it to show

    I tried adding this to my functions file

    /** Customize the post info function */

    add_filter( 'genesis_post_info', 'post_info_filter' ); function post_info_filter($post_info) {

                    if ( in_category( '35' ) ) {

                                    $post_info = '[post_date] [post_comments] [post_edit]';

                    }

                    elseif ( in_category( array( 1,45 ) ) ) {

                                    $post_info = '[post_date] By [post_author_posts_link] [post_comments zero="No comments" 1="One comment" more="% comments"] [post_edit]';

                    }

                    return $post_info;

    }

    And specified the correct category IDs but again it didn't have any effect

    Thanks

    Phil

    March 25, 2013 at 4:50 pm in reply to: Genesis Framework Grid Column Dimensions #31197
    PhilMurray
    Participant

    Brilliant - thanks John

    March 8, 2013 at 12:30 pm in reply to: Making a post Sticky in a CATEGORY #25026
    PhilMurray
    Participant

    hi Guys

    Anyone able to help with the query above?

    thanks

    Phil

    March 4, 2013 at 8:48 am in reply to: Making a post Sticky in a CATEGORY #24041
    PhilMurray
    Participant

    hi

    I tried these plugins with my child theme and neither worked

    [i have PAGES set up with a custom field  query_args and the value set cat=whatever the category ID is -- so they shown posts from a specific category]

    is there anything i need to remove or add in the Genesis themes options to correct this or is there another reason why they would not work?

    one of the pages is here - http://www.oldconna.com/members-section/competition-results/

    thanks

    Phil

     

     

    January 22, 2013 at 2:42 pm in reply to: Make a Widget Area Span Full Width? #13830
    PhilMurray
    Participant

    Thanks Nicolas, I will give it a try

    January 22, 2013 at 1:39 pm in reply to: Make a Widget Area Span Full Width? #13807
    PhilMurray
    Participant

    Thanks Nicolas -- if i remove the wrap width then everything seems to become full width - which i don't want.

    how do i move that widget outside the wrap? i have the simple HOOKS plugin can i add some code in there - if so what do i add?

    thanks

     

    Phil

    January 22, 2013 at 7:33 am in reply to: Please Help! Center the Menu options on the Nav. Bar #13694
    PhilMurray
    Participant

    brilliant John - worked a treat!

    thanks again

    Phil

    January 22, 2013 at 4:01 am in reply to: Please Help! Center the Menu options on the Nav. Bar #13676
    PhilMurray
    Participant

    hi John

    sorry i tried adding your code to the stylesheet but didn't seem to work - any ideas?

    demo site is here

    thanks

     

    Phil

    January 22, 2013 at 3:55 am in reply to: Center the TOP NAV #13675
    PhilMurray
    Participant

    Thanks Susan

    January 22, 2013 at 3:54 am in reply to: Make Genesis Responsive Slider full width #13674
    PhilMurray
    Participant

    Thanks Lisa

    here is the site - demo mode at present

    cheers

    Phil

    December 19, 2012 at 4:26 pm in reply to: Add Background Image to CONTENT AREA #6267
    PhilMurray
    Participant

    Thanks Bill, Selena, Carrie

    i am going to try out these options to see which one works best

    cheers

    Phil

  • Author
    Posts
Viewing 18 posts - 61 through 78 (of 78 total)
← 1 2 3 4
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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