• 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

jskintauy

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • April 20, 2016 at 3:59 pm in reply to: How do you display a landing page? #184021
    jskintauy
    Member

    Hi Christoph,

    Thanks so much for the reply. This is the first thing I tried and I am confused why it doesn't work. When I did this I noticed that the permalinks changed properly (the state home page became name_of_domain/home and the landing page became name_of_domain) but when I go to the site it still goes back to the original homepage. This behavior seems very odd, because when I look at the link in the browser it should be displaying the landing page. Any ideas?

    Regards,

    Jim

    August 28, 2013 at 6:36 pm in reply to: Issues with Header image, how to fix #59362
    jskintauy
    Member

    Hi Again,

    I am going to change this to resolved. The image I was using was a .png. When I changed the filename to "name_of_file.png" no matter what I did it wouldn't work. When I changed it to "name_of_file.jpg" it worked fine. Interesting? This makes me think it has something to do with transparency, but for the life of my I don't know why. Well, it doesn't matter, it works when the filenames match and its a .jpg instead of a .png.
    Thanks for the great suggestion / solution!

    Jim

    August 28, 2013 at 6:20 pm in reply to: Issues with Header image, how to fix #59357
    jskintauy
    Member

    Hi and thanks for the reply,

    The them is Pretty Pictures and I am using Genesis 2.01.

    Being a local development environment sure makes it tough. Further, I do have several plugins that could conceivably be causing an issue. I did deactivate one in particular (Genesis Extender) to see if it made a difference and it didn't.

    I hadn't considered renaming my file image file to header.jpg or changing the name in the function to match. Great thought and I will try it and let you know if it works.

    Jim

    August 28, 2013 at 7:59 am in reply to: Issues with Header image, how to fix #59208
    jskintauy
    Member

    Hi All,

    I know this is a weird problem, but I have found a poor workaround. When I insert any image (btw - size is exactly 1600x550, so no crop) it looks like there are two images slightly offset. When I remove a block of code in Firebug as above, the image displays properly. It looks like this setting comes from the custom header settings in function.php. So, I decided to modify those settings. This is from function.php:
    /** Add support for custom header */
    add_theme_support( 'custom-header', array(
    'default-image' => get_stylesheet_directory_uri() . '/images/header.jpg',
    'flex-height' => true,
    'flex-width' => true,
    'header-text' => false,
    'height' => 550,
    'width' => 1600,
    ) );
    None of these settings seemed related except possibly the default-image, which I commented out. It did nothing. So, I decided to comment each of the other settings (why height or width or the others would matter...) So, finally, I commented the whole thing out, which was, in essence, what Firebug was doing. Magic, it worked fine...except, as expected, there is no Header settings available in the dashboard.
    I did several other things including removing and adding custom header with different settings. This resulted in either the image not displaying at all, or the offset double image, which was the problem in the first place.
    Can anyone tell me what is going on and possibly how to fix it?

    Thanks ahead for any response.

    August 27, 2013 at 3:28 am in reply to: Issues with Header image, how to fix #59019
    jskintauy
    Member

    Hi and thanks for the reply,

    Unfortunately, (or fortunately, it's not ready for production!) it is on a local development machine.
    I do have a bit more detail though that I overlooked. The code listed above that I unchecked (and then the image displayed correctly) is listed as coming from "#2 Line 23", not style.css. The #2 looks like some kind of id referencing a file.
    I am assuming I need to remove the custom header and put it back in with different settings in functions.php. Am I on the right track here?

    Thanks ahead,

    Jim

    August 16, 2013 at 10:08 pm in reply to: Adding "secondary menu" to Modern Portfolio theme #56982
    jskintauy
    Member

    Hi Brad,

    Okay, thanks for verifying I am not going crazy. Honestly, I have spent too much time on this and don't want to let it get in the way of getting the site up. All in all, I am very happy with the whole process and I am convinced Genesis is a solid platform that I can quickly manipulate.
    If I figure out how to fix this, I will post a solution 🙂

    Jim

    August 16, 2013 at 4:15 pm in reply to: Adding "secondary menu" to Modern Portfolio theme #56922
    jskintauy
    Member

    Hi Brad,

    Thanks for the reply. I have put this issue off until now because I thought it was soo odd....but here it is. I get the same result as you, both menu's appear, but If I remove the custom menu widget from the Header Right widget area, the primary menu disappears as well on the home page. So, because I think I have missed something entirely, can you verify that if you remove the widget from header right the menu below the header disappears as well on your install?

    Jim

    July 25, 2013 at 5:59 pm in reply to: Very general questions about formatting, home page #52530
    jskintauy
    Member

    Hi Brad and Anitac,

    Thanks for the responses, both are very helpful.

    Brad, I did as you suggested and trashed the home page. I never changed the default setting under Reading, so no issues there. There are still a couple of issues that I was hoping to get help with. When I do this, it appears that no matter what I do with the menu it will only display in the header (correctly) or in one of the other widget areas as an unordered list or not at all. I really don't want the menu in the header Any idea of why it exhibits this behavior? Note that I could use CSS to put it where I want if header is the only option.
    The other question concerns navigation. If I don't have a "home" page (I should say, a page called Home 🙂 of course there is no home navigation. You then have to select the title or the "M" in the corner. Is there a way around this with some type of redirect? Thanks ahead for those.

    Anitac, Your answer clears up a lot of misconceptions about the process for doing this. I did look at the documentation and will look at it again from a different perspective. It will be no issue to add new widget areas. Thanks for the link to the Hook Guide.

    Thanks again,

    Jim

    June 18, 2013 at 7:02 pm in reply to: Site built with the Epik Theme – What do you think? #46667
    jskintauy
    Member

    Wow, nice. It really shows off your property. The Epik theme was a great choice for your site.

    Jim

    June 18, 2013 at 6:56 pm in reply to: Should I start using Genesis 2.0 Beta #46666
    jskintauy
    Member

    Thanks so much for the replies. I can work on my live site but on my local environment. That way I can learn Genesis (why I want to get started now...) and be largely ready to deploy when 2.0 goes live. Okay, time to get started, ordering now!

    Regards,

    Jim

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