• 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

rogerp

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 - 121 through 140 (of 162 total)
← 1 2 3 … 6 7 8 9 →
  • Author
    Posts
  • March 10, 2014 at 3:37 pm in reply to: Author Box at the top of the archive #94207
    rogerp
    Participant

    I have now since resolved the admin account issue by creating a new account and then deleting the old one and attributing all the posts to the new account. My Author archives is now showing the correct name

    Thanks

    Roger

    CCIE Blog


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    March 10, 2014 at 3:13 pm in reply to: Author Box at the top of the archive #94203
    rogerp
    Participant

    OK I have got the Author Box working with this code

    //* Display author box on archive pages
    add_filter( 'get_the_author_genesis_author_box_archive', '__return_true' );

    My account username is not admin so a bit confused as to why my author archive is admin?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    February 23, 2014 at 10:12 am in reply to: Any way to do this in Genesis? #92021
    rogerp
    Participant

    Thanks Brad,

    Just what I was looking for, I just need to tweek the code for my requirements but exactly what I was looking for!

    Thanks

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    February 8, 2014 at 2:37 pm in reply to: Site Feedback Please #89373
    rogerp
    Participant

    Looks really good, what theme are you using?

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    February 8, 2014 at 1:37 pm in reply to: Drop Shadow on header image Eleven40 #89363
    rogerp
    Participant

    Ok found it now, just searched for shadow in the css

    /* Title Area
    --------------------------------------------- */

    .title-area {
    float: left;
    width: 320px;
    box-shadow: 0 0px 0px rgba(50, 50, 50, 0.35);
    }


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    February 5, 2014 at 10:18 am in reply to: Make the sidebar background grey – Eleven40 #88772
    rogerp
    Participant

    I have made a bit of progress by doing this

    .sidebar .widget {
    background: none repeat scroll 0 0 #EBEBEA;
    margin: 0;
    padding: 1px;
    margin-bottom: 40px;
    margin-bottom: 4rem;

    However it only covers the widgets, I need it to fill the sidebar?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    September 8, 2013 at 6:06 am in reply to: Education theme modifications – Video and subscribe form #61329
    rogerp
    Participant

    Jayne,

    How did you do this in the end? I am trying to do exactly the same thing?

    Many thanks

    Roger

    http://www.rogerlapin.co.uk


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 26, 2013 at 10:52 am in reply to: Changle hyperlink colour for single widget #58868
    rogerp
    Participant

    Hey Robin, that works a treat, I have even taken out the underline

    I knew it was simple, but I couldn't figure how to reference just the a element.

    Thanks so much

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 21, 2013 at 2:34 pm in reply to: padding etc on the sidebar #58014
    rogerp
    Participant

    Must be missing something elementary here!

    div.textwidget {
    padding: 10px; //* this adds 10px to all sides, left, top, bottom, right
    }

    div#text-50 .textwidget { padding: 0px; }

    The second line is not taking effect and the Video widget is picking up div.textwidget.

    So I assume it must be called something different?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 21, 2013 at 6:30 am in reply to: padding etc on the sidebar #57889
    rogerp
    Participant

    I am getting there now just need to get padding within the text widgets, without affecting the title colour....


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 21, 2013 at 6:15 am in reply to: padding etc on the sidebar #57885
    rogerp
    Participant

    Hello again, I am getting there, but I have a minor problem I have 10px padding for div.textwidget which is affecting all the text widgets.

    However I do not want it to affect the video?

    As I am losing 10px all round of video

    thanks again

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 21, 2013 at 5:36 am in reply to: Remove padding in a widget #57871
    rogerp
    Participant

    MK

    Did you find a solution as this is exactly what I want to do on my site!

    Roger
    http://www.rogerlapin.co.uk/magician-hampshire


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 5:24 pm in reply to: Background Colour in Sidebar #57800
    rogerp
    Participant

    Cracked it!

    I was missing a ;

    Thanks so much for your help, something that has been puzzling me all evening is now simple

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 5:05 pm in reply to: Background Colour in Sidebar #57795
    rogerp
    Participant

    Inch by Inch we are getting there!

    One more sir if you don't mind...

    How do I pad the widget title text as well?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 4:33 pm in reply to: Background Colour in Sidebar #57784
    rogerp
    Participant

    Can't get this last bit to work 🙁

    It looks like the font is being controlled by h4.widgettitle

    If I do your suggestion above it padds the colour on the title..

    I want to keep the colour bar across the top and pad the text within it.

    I will keep firebugging!


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 4:14 pm in reply to: Background Colour in Sidebar #57771
    rogerp
    Participant

    Ok Thanks cooking on gas now!

    Where would I add the padding to this, I want this to affect all the text widgets


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 3:59 pm in reply to: Background Colour in Sidebar #57762
    rogerp
    Participant

    Thanks,

    The text-48 element was on the sidebar on all the other pages on my site

    e.g http://www.rogerlapin.co.uk/magician-hampshire

    I am now getting it - thanks so much for your help!

    I dropped this under the font colour section

    #text-48 {
    background: #f29a6a;
    color: #ffffff
    }

    Does it actually matter where you put it?

    Can't get the title to work but am sure I am only a few clicks away!

    Thanks again

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 3:46 pm in reply to: Background Colour in Sidebar #57757
    rogerp
    Participant

    I have found this info from another forum, but am struggling a bit now.

    #text-11

    example to edit the background color:

    #text-11 { background: #123edf; }

    and just the widget title:

    #text-11 .widget-title { background: #123edf; }

    When I search in my style.css I cannot find text-48

    So assume I have to put this in as an extra attribute somewhere?

    Just not sure where


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    August 20, 2013 at 3:43 pm in reply to: Background Colour in Sidebar #57746
    rogerp
    Participant

    Hi, I have found this and if you put it in the body of the text widget it colours the body but I want to do the title as well?

    <div style="padding:12px;background-color:#HEX HERE;line-height:1.4;">
    TEXT HERE
    </div>

    I have read you can target widgets by their ID

    The text widget I want to target is the top one which is text-48 (Get in Touch)

    I assume I need to put some custom css that targets text-48 with the background options

    What I am not sure about is how to target the title?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    May 23, 2013 at 12:18 pm in reply to: Home Middle – Crystal Theme #42339
    rogerp
    Participant

    Thanks for the info, but surely there must be an easier way?

    Roger


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

  • Author
    Posts
Viewing 20 posts - 121 through 140 (of 162 total)
← 1 2 3 … 6 7 8 9 →
« 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