• 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

hobbygirl66

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 20 total)
  • Author
    Posts
  • June 20, 2015 at 6:23 am in reply to: Introducing my website! #156913
    hobbygirl66
    Member

    You have a beautiful eye- lovely clean minimalist design and just the right pops of colour.
    I do like the gray and white my only suggestion is I also find the white on light grey difficult to see. I would like to see more of a contrast.
    Great job!

    February 18, 2014 at 7:21 pm in reply to: How to adjust the CSS for the header (Magazine theme) #91047
    hobbygirl66
    Member

    look for the width in your css. the old width. Then change to your new width/height.

    Don't ever worry about especially here- people are unusually helpful on this forum. It is a nice fresh change and makes for a supportive atmosphere in general.

    I would defer to some one else opinion on adding slider as header. My background is in SEO and I personally would not do. I don't want to hijack your thread ...

    I see there are several posts and couple of plugins that will work if you have your heart set on it....
    If you were my SEO client I would wrestle you to the ground til you cried uncle tho 🙂
    http://wpsites.net/web-design/image-slider-home-page-only/

    Lisa

    February 14, 2014 at 3:18 pm in reply to: How to adjust the CSS for the header (Magazine theme) #90354
    hobbygirl66
    Member

    You need to change in both functions and css.

    in functions.php look for something like:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'width'           => 400,
    	'height'          => 150,
    	'header-selector' => '.site-title a',
    	'header-text'     => false

    and make is exact size of your header.

    In css look for

    something like:

    .header-image .site-title a {
    	background-color: none;
    	max-width: 400px;
    	min-height: 150px;
    	padding: 0;
    }

    It can mess up if you try and use header right widget.

    Hope that helps!

    February 14, 2014 at 3:11 pm in reply to: wp-pagenavi plugin w/metro pro featured posts #90351
    hobbygirl66
    Member

    I have used the amplified feature post with Metro. The only issue I have is it doesn't like to change the content/excerpt field and have to fiddle with it. I find this in general with all of my genesis sites,

    I use so I can pull posts ( not pages!) to front page in home middle left/right widget positions from different categories.
    If their is a better way would love to hear.

    Why cant you use that plugin?

    Lisa

    January 24, 2014 at 10:43 pm in reply to: Theme Recommendations for e-Commerce Site? #86911
    hobbygirl66
    Member

    Just wanted to say thanks! The last time I used Woo Commerce was several years ago. It has some a LONG way,
    I have been dreading overhauling an older site I have and after playing with this seems like it might solve some problems.
    Thanks for suggesting!

    January 24, 2014 at 11:25 am in reply to: Gravity Forms and Woo Shopping Cart Questions? #86847
    hobbygirl66
    Member

    thanks!
    Lisa

    January 18, 2014 at 1:07 pm in reply to: Genesis Responsive Slider – Ordering not working #85765
    hobbygirl66
    Member

    what are you using for post id to order?

    What I did that worked was looked at post/page id by going into dashboard _> Posts ( or pages) and hovering over the post title. you will see code with post ID in it. looks something like :
    http://www.DOMAIN.com/wp-admin/post.php?post=193&action=edit

    so the post ID = 193

    and finally worked for me.

    December 16, 2013 at 3:31 pm in reply to: Having Issue with Slider Images not Filling up the Space #79562
    hobbygirl66
    Member

    Hey Andrea- I never did figure out. I cheated my way out and instead of a slder that was 700x300 pixels , made it 1040x 300 across the top.
    I am sure if kept plugging away at it we would have figured out but sometimes best to avoid that vortex! Another day 🙂
    Thank you again for your efforts!
    Lisa

    December 14, 2013 at 7:46 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #79148
    hobbygirl66
    Member

    sorry, also this code,

    /** Add the welcome text section */
    add_action( 'genesis_before_content_sidebar_wrap', 'custom_welcome_text' );
    function custom_welcome_text() {
    if ( is_front_page())
    genesis_widget_area( 'welcome-text', array(
    'before' => '',
    ) );
    }

    which I think might be the culprit- I think I need to add this to different spot than genesis_before_content_sidebar_wrap

    Lisa

    December 14, 2013 at 4:36 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #79123
    hobbygirl66
    Member

    I have another thought- How about using the "Home-Top" widget which is configured to fit 3 "featured pages" widgets with a neat little row across . Instead have it be one wider one and using a text widget for home page content?

    Am I describing correctly?

    Here is the function for "welcome text" widget

    /** Add the welcome text section */
    add_action( 'genesis_before_content_sidebar_wrap', 'custom_welcome_text' );
    function custom_welcome_text() {
    if ( is_front_page())
    genesis_widget_area( 'welcome-text', array(
    'before' => '',
    ) );
    }

    Lisa

    December 14, 2013 at 4:04 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #79117
    hobbygirl66
    Member

    Andrea- Im sorry to take up so much of your time- If you could be a little more specific on what code to put where I would appreciate.
    I have created a widget called "welcome text" but it spans across the top of content + sidebar and much too wide for effect they want,

    I don't think I can fix in css 🙂

    I think I may have to use widget on home page like I wanted and placer them and content so that gives them more traditional layout.

    I really thought this would be an easy fix!!! ARGH .

    Lisa

    December 14, 2013 at 1:29 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #79099
    hobbygirl66
    Member

    lol.. Yes I know ... that is the problem 🙂

    What theme are you using where you get desired effect?

    I tried second method and same result. Slider behaving and looking how I want it to ....but at bottom of page content and i want it above the title.

    It needs to be above page content/title otherwise I would just use a slider on the home page "page".

    It SEEMS like something that should be easy to do, eh?

    Lisa

    December 14, 2013 at 12:53 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #79088
    hobbygirl66
    Member

    Hi- if you scroll down on home page you will see slider at bottom of page, below content. I would like it to at top above content.

    thanks!
    Lisa

    December 13, 2013 at 4:26 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #78922
    hobbygirl66
    Member

    Sorry- scrolling down I see the slider place where I want but along the bottom AFTER the post...

    Otherwise it looks like how I want 🙂 Just need to go above.

    Lisa

    December 13, 2013 at 3:57 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #78902
    hobbygirl66
    Member
    This reply has been marked as private.
    December 13, 2013 at 3:56 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #78898
    hobbygirl66
    Member

    Hi Andrea- thanks for the suggestion- this method isnt working. The slider is not showing up.
    I pm'd you the site address

    Lisa

    December 13, 2013 at 3:33 pm in reply to: Executive Pro Theme : Using Slider Widget with Content on Home page? #78891
    hobbygirl66
    Member

    Hi Andrea- thanks for your quick reply- yes I do need further help 🙂
    I used a fix so that slider will show up by creating a widget for home page only but it is not quite what I want- the slider is going across the whole width of content area ( 1140) and I want it to just go width of page.post content area approx 700 px.

    I want to to fit how you are suggesting, Just before the post/.page title loop, etc and so primary sidebar stays wehere it is on the side nut under slider.
    I don't how how to pop the Genesis responsive Widget code in that loop.

    Thanks,
    Lisa

    October 29, 2013 at 8:39 am in reply to: Placing adsense in single posts only? #69631
    hobbygirl66
    Member

    How could you change this to include pages as well?
    Thanks!
    Lisa

    October 11, 2013 at 10:26 am in reply to: Question about theme widgets #66294
    hobbygirl66
    Member

    You may have to play with widgets. Sometimes themes don't have footer1, footer2 widgets. It isn't that cumbersome.
    If you just have the one footer with links should be ok.
    Lisa

    October 11, 2013 at 10:24 am in reply to: Fade Color on Menu Bar #66293
    hobbygirl66
    Member

    There is no "code" to actually make the image fade. You would have to create a raster image ( png /jpg ) in something like photoshop then upload in your theme header options. What you want to do isnt actually that hard.

    This is a tutorial for a button but same principles. Just make header size of theme defaults to ( usually something like 960x180 pixels)

    If you are really stuck pm and I can do up quickly for you.

    HTH!
    Lisa

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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