• 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

julesonline

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 - 1 through 20 (of 22 total)
1 2 →
  • Author
    Posts
  • April 18, 2015 at 3:45 pm in reply to: Lifestyle Pro Header Image Issue #148377
    julesonline
    Member

    Hi Julia πŸ™‚

    Thank you so much for replying.

    The Step 3 CSS code i placed at the bottom of my stylesheet for lifestyle pro.
    I had not activated my cache plugin, however this morning I have woken up and the header image is showing up now (i must get that re-done looks awful lol πŸ˜‰ ) Which means the hosting must have caching going on i suspect.

    Thank you so much for your help!!

    For others that may read this post in the future, the two links I left above to work the header image where the easiest instructions to follow, that did work (just to save you time )

    Regards
    Julie

    January 1, 2014 at 6:50 pm in reply to: Lifestyle Footer Colour Change Help Please #82581
    julesonline
    Member

    Hi All

    Scrap that! Light bulb moment πŸ˜‰ I changed the colour through the Theme Colours section in the style sheet. It changed a few things but all good, happier with the darker colour and saves mucking around for just one section.

    Happy New Year everyone!

    Regards
    Jules

    April 14, 2013 at 10:50 pm in reply to: Metric Theme Middle Image Home Page #35506
    julesonline
    Member

    WOO HOOO finally got it to work!!! I fell across this in the forum http://www.studiopress.community/topic/how-do-you-create-a-new-widget-area-on-the-homepage/ from there i went to http://www.briangardner.com/welcome-text-widget/ Then copied the entire code in Step 4. Now i just have to alter it to suit what i am looking for πŸ™‚

    For anyone else looking at this thread for help, you could follow the same path that Doak has written out as i had the first steps correct but missing where and the entire code to use/place in the last step πŸ™‚ totally missed what was being meant.

    Thank you muchly to Doak for helping out and to the lovely anitac who helped out in the thread posted above.

    Regards

    Julie πŸ™‚

    April 14, 2013 at 4:27 pm in reply to: Metric Theme Middle Image Home Page #35479
    julesonline
    Member

    Hi Doak,

    Thank you for popping back to answer. Not sure I understand by your "Copying Blindly" comment ? I do have this in the coding now

    #home-full-image {
    width: 960px;
    color: #FFFFFF;
    margin: 0 auto 0;
    padding: 0 0 5px 0;
    overflow: hidden;
    }

    So I take it i need to fiddle with the padding. Also and for the life of me I cannot recall how, but i was sure there was another way to add in a new widget or indeed use that area through a plugin (but could be wrong and thinking of something else)

    Yes i want to align the new widget center above the 3 widgets home page in the Metric theme.Β  πŸ™‚

    Thank you

    April 12, 2013 at 5:38 pm in reply to: Metric Theme Middle Image Home Page #35107
    julesonline
    Member

    Yes Doak, wanted the middle image centered and will be 960x83px. Perhaps i placed the code in the wrong spot as well in style.css ?? I named it as you suggested πŸ™‚ home full image

    /***** Home Middle ********************/

    #home-middle-bg {
    background:;
    padding: 20px 0 0 0;
    }

    #home-middle {
    width: 960px;
    margin: 0 auto 0;
    padding: 0 0 5px 0;
    overflow: hidden;
    }

    #home-middle a, #home-middle a:visited {
    color: #7CA513;
    text-decoration: none;
    }

    #home-middle a:hover {
    color: #7CA513;
    text-decoration: underline;
    }

    #home-middle p {
    margin: 0;
    padding: 0 0 10px 0;
    }

    #home-middle h2 {
    color: #444444;
    font-size: 16px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    text-decoration: none;
    }

    #home-middle h2 a, #home-middle h2 a:visited {
    color: #444444;
    text-decoration: none;
    text-transform: none;
    font-style: normal;
    }

    #home-middle h2 a:hover {
    color: #0067A2;
    text-decoration: none;
    }

    #home-middle h4 {
    color: #444444;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #DDDDDD;
    }

    #home-middle ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

    #home-middle ul li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #DDDDDD;
    }

    #home-middle ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    }

    #home-middle ul li ul li {
    margin: 0;
    padding: 5px 0 0 0;
    }

    #home-middle .widget {
    margin: 0;
    padding: 0 0 5px 0;
    }

    #home-middle .textwidget {
    margin: 0;
    padding: 0;
    }

    #home-middle .featuredpost .post, #home-middle .featuredpage .page {
    clear: both;
    }

    #home-middle .featuredpost, #home-middle .featuredpage {
    clear: both;
    }

    #home-middle .featuredpost img {
    background: #FFFFFF;
    margin: 0;
    padding: 1px;
    border: 4px solid #EEEEEE;
    }

    #home-middle .user-profile .avatar {
    background: #FFFFFF;
    margin: 0 0 -5px 0;
    padding: 1px;
    border: 4px solid #EEEEEE;
    }
    #home-full-image {
    width: 920px;
    color: #FFFFFF;
    margin: 0 auto 0;
    padding: 0 0 0px 0;
    overflow: hidden;
    }
    .home-middle-1 {
    float: left;
    width: 305px;
    margin: 0;
    padding: 0 20px 0 0;
    }

    .home-middle-2 {
    float: left;
    width: 310px;
    margin: 0;
    padding: 0;
    }

    .home-middle-3 {
    float: right;
    width: 305px;
    margin: 0;
    padding: 0;
    }

    Regards

    Jules

    April 11, 2013 at 10:52 pm in reply to: Metric Theme Middle Image Home Page #34924
    julesonline
    Member

    Well after try try try again πŸ™‚ have it there but for some reason it is hard right not centred http://smallbusinessmarketingfirm.com.au/ Β I have mucked up some coding somewhere but no idea where sorry.

    Regards

    Jules

    April 11, 2013 at 10:34 pm in reply to: Metric Theme Middle Image Home Page #34921
    julesonline
    Member

    Hi Doak,

    Thank you so much! I am lost on the home.php which code and what part where please as I am sure i am going to pick the wrong coding pieces and place in all the wrong area πŸ™

    Regards

    Julie

    April 11, 2013 at 10:20 pm in reply to: Metric Wrap & Background Image Mess #34920
    julesonline
    Member

    Hello Anitac,

    Thank you so much. That has fixed the issue... nearly πŸ™‚ I would like the dark blue to flow down to the bottomΒ  of the sub nav bar (so the subnav bar is sitting on top of the blue area) What coding would I need to alter to create this please?

    Thank you so much!

    Regards

    Julie πŸ™‚

     

     

    April 11, 2013 at 4:13 pm in reply to: Metric Wrap & Background Image Mess #34857
    julesonline
    Member

    Hello Anitac πŸ™‚

    Apologies would help if I wrote it corrrectly!! http://www.smallbusinessmarketingfirm.com.au

    March 16, 2013 at 5:27 am in reply to: How To Add Posts To GENERATE Home Page #27550
    julesonline
    Member

    Hi Brad πŸ™‚

    Thank you so much!!!! I just had a fiddle with one SIMPLE section from the information from your site and BINGO! In the home.php I also changed 'feature_image_size' => 'thumbnail',Β  (featured to thumbnail) and of course looking at your information it dawned onΒ  me after I emailed (apologies for that πŸ™‚ ) to un-tick the featured image under Content Archives!

    Finally can finish this site.. your brilliant! Have an awesome weekend Brad..

    Regards

    Julie πŸ™‚

    March 16, 2013 at 2:31 am in reply to: How To Add Posts To GENERATE Home Page #27436
    julesonline
    Member

    Brad

    Found the answer here http://www.studiopress.community/topic/generate-theme-post-excerpt-not-working/Β  and even the image is showing left hand side but when you click the post title or continue reading the featured image then shows up on the full post "page". Would you happen to know how to stop it doing that please? Must be in that same coding in the home.php file ... maybe?

    <?php

    /** Add Generate Box after header **/
    add_action( 'genesis_after_header', 'generate_box', 10 );
    function generate_box() {

    if ( is_active_sidebar( 'generate-box' ) ) {
    echo '<div id="generate-box"><div class="wrap">';
    dynamic_sidebar( 'generate-box' );
    echo '</div><!-- end .wrap --></div><!-- end #generate-box -->';
    }

    }

    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'child_grid_loop_helper' );
    /** Add support for Genesis Grid Loop **/
    function child_grid_loop_helper() {

    if ( function_exists( 'genesis_grid_loop' ) ) {
    remove_action( 'genesis_before_post_content', 'generate_post_image', 5 );
    genesis_grid_loop( array(
    'features' => 2,
    'feature_image_size' => 'featured',
    'feature_image_class' => 'alignleft post-image',
    'feature_content_limit' => 300,
    'grid_image_size' => 'grid',
    'grid_image_class' => 'alignleft post-image',
    'grid_content_limit' => 0,
    'more' => __( 'Continue reading...', 'genesis' ),
    'posts_per_page' => 6,
    ) );
    } else {
    genesis_standard_loop();
    }

    }

    genesis();

    March 16, 2013 at 2:22 am in reply to: How To Add Posts To GENERATE Home Page #27434
    julesonline
    Member

    Hi Brad,

    Thats all done but still shows the full post. Is it that I only have one post publish ? Does it alter when two or more posts are published?

    Thank you

    Regards

    Jules

    March 12, 2013 at 7:55 am in reply to: Simple Hooks Home Page Generate Box Help Please #25638
    julesonline
    Member

    Hi Anitac

    Thank you so much for coming back and responding. I worked out the code should of just gone in a text box placed into the Generate widget and with fiddling of the template code was able to have the lead box placed in the area the default generate box sat.

    Have an awesome day Anitac

    Regards

    Julie πŸ™‚

    March 11, 2013 at 10:25 pm in reply to: Simple Hooks Home Page Generate Box Help Please #25582
    julesonline
    Member

    Still hoping to get some help here please. Thank you so much.
    Regards

    Julie

    March 11, 2013 at 6:13 am in reply to: Simple Hooks Home Page Generate Box Help Please #25446
    julesonline
    Member

    Hi All

    Sorry to bump however still lost as to where to place the extra tag line. Would anyone know please where the tag needs to be placed in my code that Anitac has specified for me to do?

    Have a great day!

    Thank you

    Regards Julie πŸ™‚

    March 9, 2013 at 3:06 pm in reply to: Simple Hooks Home Page Generate Box Help Please #25215
    julesonline
    Member

    Hi Anitac

    Ok thank you πŸ™‚ second try at posting it in and i have broken urls up /changed the site name on purpose.

    <div style="background:url(http :// the webiste .com/wp-content/uploads/2013/03/top-form1.jpg); width:959px; height:255px; margin-left:auto; margin-right:auto;">
    <form action="http:// www. aweber.com/scripts/addlead.pl" method="post" style="padding:0px; margin:0px;">
    <input name="meta_web_form_id" value="1837090802" type="hidden"><input name="meta_split_id" value="" type="hidden">
    <input name="unit" value="listname" type="hidden"><input name="redirect" value="redirect_e02e1225bc9b89cf22209ebfa0d62702" type="hidden">
    <input name="meta_adtracking" value="adtrackid" type="hidden"><input name="meta_message" value="1" type="hidden">
    <input name="meta_required" value="name,email" type="hidden"/>
    <input type="hidden" name="meta_tooltip" value="" />
    <div style="width:280px; float:right; padding-top:102px; padding-right:13px;">
    <div style="width:260px; float:right; padding-right:10px;">
    <label style="padding:0px; margin:0px; float:left; width:260px;">
    <input name="name" type="text" id="name" style=" width:260px; height:22px; margin-top:0px; margin-bottom:2px; float:left;" value="Name" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;" />
    </label>

    <label style="padding:0px; margin:0px; float:left; width:260px;">
    <input name="email" type="text" id="email" style="width:242px; height:12px; margin-left:0px; margin-top:4px; margin-bottom:4px; float:left;" value="Email" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;" /> </label>

    </div>
    <div style="width:280px; float:right; padding-top:5px;"><input name="" type="image" src="http: // the website .com/wp-content/uploads/2013/03/do-it-btn.png" /></div>
    </div>
    </form>
    </div>

    March 9, 2013 at 6:47 am in reply to: Simple Hooks Home Page Generate Box Help Please #25173
    julesonline
    Member

    Hi Anitac

    Thank you, where abouts do i put this code piece please? I just tried to add it into the simple hooks box with the lead capture code but it didn't work, so guessing I placed it into the wrong area. I also have both boxes ticked within the simple hooks area.

     

    March 9, 2013 at 6:07 am in reply to: Adding Aweber To Own Optin Form #25167
    julesonline
    Member

    Update; Finally worked all the coding out just have the top box on every page i need to stop now πŸ™‚

    Jules

    March 8, 2013 at 9:15 pm in reply to: Adding Aweber To Own Optin Form #25140
    julesonline
    Member

    Hi

    Yes i understand, thank you for jumping in and offering to help. I did find some information regarding changing the css coding in the aweber form/html code but cannot get it to work correctly. Given up and have found someone on fivver that works with aweber forms creating the horizontal label layout.

    Now all i need to work on is the top box and changing that layout style. Off to search the forum πŸ™‚

    Jules

    March 8, 2013 at 5:40 pm in reply to: Adding Aweber To Own Optin Form #25079
    julesonline
    Member

    Hi

    Yes i loaded the background image into aweber and worked great but of course cannot get the label boxes to line up horizontally. Hence the big issue. Would rather do it that way than fiddle with that coding i pasted above.

    Jules

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 22 total)
1 2 →

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