• 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

gucu

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 20 posts - 21 through 40 (of 44 total)
← 1 2 3 →
  • Author
    Posts
  • November 27, 2016 at 11:55 am in reply to: Starting new theme #196698
    gucu
    Participant

    Thanks for the help but not quite. I am getting there gradually. I will make it.

    Rich

    November 25, 2016 at 8:38 am in reply to: Starting new theme #196617
    gucu
    Participant

    Hi

    Thanks for the reply. Something like this:
    http://theme.gucu.org.uk/tester.html

    Rich

    November 22, 2016 at 2:47 pm in reply to: Layout changes #196482
    gucu
    Participant

    I have just thought I should explain myself a bit more.

    I am moving the header so that it stretches along the length of the left hand part of the screen. Rotating the letters 90 degrees. Also sticking the footer to the bottom of the screen.

    Thanks

    Rich

    November 22, 2016 at 2:36 pm in reply to: Site-container widget #196481
    gucu
    Participant

    Sorted using backstretch.

    Thanks

    Rich

    November 22, 2016 at 2:35 pm in reply to: Featured image as a full width background image #196480
    gucu
    Participant

    Thanks for the all help. I have achieved it using backstretch.

    Rich

    November 18, 2016 at 8:06 am in reply to: Featured image as a full width background image #196320
    gucu
    Participant

    Hi

    I have grabbed the featured image from the no-sidebar theme as per:

    add_action( 'genesis_entry_header', 'ns_single_featured_image', 1 );
    function ns_single_featured_image()

    And changed the hook to genesis_before. However, that simply places the image in a box . Do I need to do something with the css to get this then to fill the page background please?

    http://theme.gucu.org.uk/stuff/surfing/

    Thanks

    Rich

    November 17, 2016 at 10:28 am in reply to: Site-container widget #196283
    gucu
    Participant

    Thanks but I trying to grab the featured image and use that as a background. So I am trying to use a widget to declare the background image.

    Thanks

    Rich

    November 10, 2016 at 2:32 am in reply to: Making the featured image full width on big screens with Minimum Theme #195974
    gucu
    Participant

    Hi Andrew

    In your theme head you have this code:

    <meta property="og:image:width" content="1600" />
    <meta property="og:image:height" content="518" />

    I believe it has something to do with Facebook plugin - not really sure but could that be doing some sort of restriction?

    Rich

    April 22, 2016 at 6:12 am in reply to: Outreach Pro Full width theme #184158
    gucu
    Participant

    Found it and decided I didn't like it. Some tips for anyone reading this post:

    For anyone wanting to change the themes default colours you need to search for your themes colour title. So I am using Outreach Pro theme blue. Hence:
    .outreach-pro-blue

    This tutorial explains it better.

    For changing site width etc. then you need to search in your child themes specific css but in outreach pro I found this:

    .wrap {
    	margin: 0 auto;
    	max-width: 98%;
    }

    As you can see I changed it to 98% which gave the site a width of 98% of the screen size. I actually didn't like it and in the end applied this style:

    .outreach-pro-blue {
    	background-color: #fff;
    }

    This meant the site's background went white.

    Hope this helps.

    Rich

    April 22, 2016 at 5:35 am in reply to: Outreach Pro Full width theme #184156
    gucu
    Participant

    Hi

    Thanks for the reply. Changed the background colour with no problems but need to allow the site to go full width. Still can't find the answer for that.

    Any help would be great.

    Thanks

    Rich

    April 10, 2016 at 10:53 am in reply to: Replacing a widget with a page id #183271
    gucu
    Participant

    That was a very simple and brilliant suggestions. Sometimes we can overcomplicate things!

    Thanks for all the help.

    Rich

    April 5, 2016 at 7:12 am in reply to: No Sidebar theme and WooCommerce #182986
    gucu
    Participant

    Hi Jeremy

    If you go appearance - widgets, then check what you have in the widgets titled Welcome Message, After Entry and Newsletter signup. It will probably be something in there. If not go to gucu.org.uk and grab a contact email from there.

    Thanks

    Rich

    April 4, 2016 at 12:44 pm in reply to: No Sidebar theme and WooCommerce #182903
    gucu
    Participant

    Hi Jeremy

    You need to delete all the widgets that are within the primary sidebar. That should stop it showing.

    Rich

    April 1, 2016 at 8:53 am in reply to: Image replacing background header in Outreach Pro Please #182658
    gucu
    Participant

    Hi

    I have just done the replacement. What do people think? I edited this css declaration by the way:

    .site-header {
    	background-color: #589b37;
    	color: #fff;
    	min-height: 110px;
    }

    And included:
    background-image: url(http://originalcornishtartans.com.gridhosted.co.uk/wp-content/uploads/2016/04/Cornish-National-Tartan-large.jpg);

    Thanks for any help.

    Rich

    December 21, 2015 at 1:54 pm in reply to: Magazine layout of posts #174504
    gucu
    Participant

    Hi

    After much research I have found the Genesis Grid plugin which does much of what I want to achieve. However, I now want to change the home page to add an intro element followed by news category. Is this possible please?

    Thanks

    Rich

    December 13, 2015 at 2:06 pm in reply to: Styling the Header #173698
    gucu
    Participant

    Well I found the problem. I created a test site and uploaded Genesis child and did everything exactly the same. The code worked perfectly. It appears there is a problem with the plugin Genesis Featured Image in the header. I have deleted it but the code is now working, just the featured image is not loading accept on the front page. Any ideas on how I can clean the code up please?

    Thanks

    Rich

    December 11, 2015 at 6:08 am in reply to: Styling the Header #173524
    gucu
    Participant

    One last shout out for help. I have done exactly as documented according to the code snippets and it hasn't worked. I shut down plugins and still nothing. What else can I do please?

    Thanks

    Rich

    December 10, 2015 at 3:46 pm in reply to: Styling the Header #173485
    gucu
    Participant

    I have moved it using css but the header is still showing full width so I haven't really achieved anything. Is it possible to get rid of the header code totally and maybe put the title and tagline in the nav bar or over the featured image please?

    Thanks

    Rich

    December 10, 2015 at 3:22 pm in reply to: Styling the Header #173483
    gucu
    Participant

    Hi

    Today I have switched off the plugins and no change at all. Is there someone that can offer some advice on how I might trouble shoot this or is there a support system. It seems to me that if a hook doesn't work then that would count as a bug and should be fixed.

    Any thoughts?

    Thanks

    Rich

    December 9, 2015 at 2:26 pm in reply to: Styling the Header #173368
    gucu
    Participant

    Ok. One step on. I have inserted the following code into the functions file:

    /* Reposition the primary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_header', 'genesis_do_nav' );

    The problem is it doesn't appear to have done anything. I will continue looking.

    Thanks

    Rich

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 44 total)
← 1 2 3 →
« Previous Page

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