• 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

scottz

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 33 total)
1 2 →
  • Author
    Posts
  • August 16, 2014 at 11:39 am in reply to: parallax pro responsive text words breaking #119227
    scottz
    Member

    Thanks, I'll check that out. But the main reason my words were breaking was that I had a 50% width set for a bottom border connect to my

    .home-even .widget-title,
    .home-odd .widget-title
    {

    I took that off and it worked fine. I guess I'm learning about this responsive stuff now. I'll check that documentation. Thanks so much for your help.

    August 16, 2014 at 10:50 am in reply to: parallax pro responsive text words breaking #119217
    scottz
    Member

    OK, I tried that, stuck it in the 768 media query section, and it seemed to work. Awesome! I think I get it, sort of anyway.

    Do you know how to set different text sizes for different widths, some way to stop long words from breaking? I've searched for a tutorial, but this whole responsive thing with media queries is still new to me, still not quite grasping the concept.

    Thanks for the help, at least now the columns break where they should for the smaller screen.

    August 16, 2014 at 9:47 am in reply to: parallax pro responsive text words breaking #119212
    scottz
    Member

    Thanks Tom! But where do I place it...here? Under this, in this section, or just add it at the end of the stylesheet.


    @media
    only screen and (max-width: 768px) {

    Things aren't always real obvious to me.

    July 16, 2014 at 5:25 pm in reply to: add background image to beautiful theme header #114586
    scottz
    Member

    I just don't think you understand what I'm trying to do.

    Changing this image is not what I need to do.

    'default-image' => get_stylesheet_directory_uri() . '/images/header-banner.png',

    Yes, your solution would work fine if that was the image I need to change. I want to change the image in the header above this.

    It seems so simple.

    July 16, 2014 at 4:22 pm in reply to: add background image to beautiful theme header #114577
    scottz
    Member

    Brad,

    I know you must be busy, hate to keep bothering you with this. Frankly I'm kinda confused by

    You can simply replace the image in your images folder and make sure the height matches whats in the code and it will repeat according to the functions.

    I think I missed a step or something.

    All I want to do is repeat an image in the top header area, and float the logo image over it, like I've done a million times in genesis, only this theme does not seem to allow me to do that. The header area that I can repeat an image inside is set to 1140 px (or something) and when I tried hacking the .css like so

    .site-header .wrap {

    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444;
    background-image: url("http://www.oluplaw.com/blog/wp-content/uploads/2014/07/HEADBG2.png");
    background-origin: padding-box;
    background-position: 0px 10px;
    background-repeat: repeat;
    background-size: auto auto;
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 40px;

    }

    I got this:

    http://www.oluplaw.com/blog/

    The BG image floats behind, but the rest is kinda messed up, obviously. And I think I might be able to hack around and possibly get it to look the way I want, but then again, I may mess it up even more.

    I'm not going to pretend that I understand how the php relates to .css and the layout here, and I don't expect you to explain it to me either. So if it's easier for you to simply fix this for me, somehow, I'm cool with paying you whatever.

    I just want to make sure you understand what I want to do. You've seen my layout, you've seen what I tried to do.

    Are we on the same page?

    July 16, 2014 at 12:54 pm in reply to: add background image to beautiful theme header #114560
    scottz
    Member

    Yeah, duh, should have sent that.

    http://www.oluplaw.com

    UN: scottz
    PW: scocal

    Never tried that with hooks, I'm pretty inept at php in general, but I'm willing to give it a shot. What code would I use?

    Again, I'm so appreciative of your kind response.

    July 16, 2014 at 10:55 am in reply to: add background image to beautiful theme header #114543
    scottz
    Member

    Brad, does my question make any more sense, and is it possible to do this without having to completely reconfigure the whole thing?

    July 12, 2014 at 10:50 am in reply to: add background image to beautiful theme header #114028
    scottz
    Member

    Thanks Brad for the quick response, but that's not what I'm trying to do. Take a look at the image in my layout.

    This is layout I'm trying to do.

    I'm simply trying to run a repeating BG image in the header area where the logo and menu items sit. Is this site not set up in a way that allows me to do that? Seems I've done this exact same thing on dozens of sites, but I'm struggling to make it happen on this one.

    Now that you can see my layout, does my question make more sense?

    June 23, 2014 at 10:55 am in reply to: parallax pro dropdowns #111174
    scottz
    Member

    Awesome Tom, it actually worked on my client's phone. That's a good sign. Thanks for all the help! I think we can consider this case closed.

    June 22, 2014 at 10:45 am in reply to: parallax pro dropdowns #111083
    scottz
    Member

    My client reported that it still does the same thing, if you have an android, could test it for me?

    Thanks

    June 20, 2014 at 1:34 pm in reply to: parallax pro dropdowns #110825
    scottz
    Member

    I added the code to my functions.php, is that all I need to do, or do I need to add some script as well?

    June 19, 2014 at 7:40 am in reply to: parallax pro dropdowns #110558
    scottz
    Member

    Thanks so much to both of you. The best solution may be not allowing the top level menus (with submenus) to be links. And I think I will look in to the code snippet as well.

    This forum is great, thanks to guys like you.

    May 27, 2014 at 10:44 am in reply to: Simple Sidebars problem – epik theme #107003
    scottz
    Member

    Actually, yes. It was a mucked up htacces file....created by none other than our old friend super cache.

    May 20, 2014 at 6:44 am in reply to: parallax pro dropdowns #105991
    scottz
    Member

    Thanks man, great advice. And great tutorial.

    Did you try this on an Andoid? Because my iphone works perfectly. Just curious.

    I am also trying to verify that it is just not 'user error' on my client's part.

    May 3, 2014 at 9:54 am in reply to: wp canvas shortcodes won't work in genesis widgets #103462
    scottz
    Member

    Yes, you're right, just posted it there. Thanks again!

    May 2, 2014 at 11:11 pm in reply to: wp canvas shortcodes won't work in genesis widgets #103409
    scottz
    Member

    Hey, thanks. I already tried that. Generally, I've found that most shortcodes do work in widgets, but it must be something about the way this plugin is built. All the features work great on a page, but not in the widgets. Do you know any other way to get features like..(columns, buttons, progress bars, etc) to work in widgets?

    Any suggestions?

    Thanks for responding.

    April 24, 2014 at 9:47 am in reply to: Add widget areas to Parallax #102169
    scottz
    Member

    Cool, I will leave you a message. You're great, thanks.

    April 24, 2014 at 9:35 am in reply to: Add widget areas to Parallax #102167
    scottz
    Member

    Thanks so much for the response Andrea.

    Good idea. I suppose I could do that. That might be easier, but I still need to learn how to create and manage my widget areas better. I have customization requests like this pretty often, and I am looking for a resource to handle requests like this. Are you interested, or do you know anyone?

    And BTW, is it a good idea to try to move php code from one theme to another?

    April 7, 2014 at 8:16 pm in reply to: Simple Sidebars problem – epik theme #98988
    scottz
    Member

    Oh, and BTW...yes I have sent this message to epik support as well.

    March 26, 2014 at 5:14 pm in reply to: Automate Simple Sidebar #96853
    scottz
    Member

    It does work with woo categories as well. But I already have 150 products assigned to the default sidebar and I would have to go in to each one and change it. Trying to avoid that if at all possible.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 33 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

© 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