• 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

sinoun

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 52 total)
1 2 3 →
  • Author
    Posts
  • January 11, 2017 at 3:36 pm in reply to: Divine theme social share buttons after posts #199234
    sinoun
    Member

    There is one more thing I'd like to add. I downloaded "Genesis Simple Edits", which usually works great to edit the copyright info. But this time, it's not working for me. My copyright is there, but the theme's default copyright info is also there. How do I remove this? Is the only option going into the child theme's files?

    Thank you!

    June 26, 2016 at 1:32 pm in reply to: Page layout #188337
    sinoun
    Member

    Exactly what I needed! Thank you!

    June 23, 2016 at 8:28 pm in reply to: Page layout #188201
    sinoun
    Member

    Can anyone help? Does anyone know how to get the secondary menu items only show up for one page, like in the demo? Here is screenshot: http://prntscr.com/beu7gs. I'm able to successfully set the menu, but I only want it to show on one page, not all of them.

    Thanks in advance to anyone who can help!
    Sinoun

    June 13, 2016 at 5:37 pm in reply to: Page layout #187495
    sinoun
    Member

    Nevermind, I found in the documentation the info about the menu. Still don't know how to show the secondary tabs on just one page though. I appreciate your help!

    June 13, 2016 at 5:34 pm in reply to: Page layout #187494
    sinoun
    Member

    Another thing. I noticed that the demo has a right and left aligned header menu. It also has a button. How do I achieve this?

    Thanks again!

    June 13, 2016 at 3:39 pm in reply to: Page layout #187491
    sinoun
    Member

    Thanks, Victor! How do I only make it show for one page?

    June 12, 2016 at 8:47 pm in reply to: Page layout #187454
    sinoun
    Member

    Thanks for the response, but I'd appreciate a little more detail on how to achieve this.

    Anyone else has insight on HOW I can add the secondary menu?

    Thanks!

    May 6, 2015 at 5:35 pm in reply to: Full screen background image #150503
    sinoun
    Member

    Thank you so much! This worked great. I should have mentioned I tried the background: transparent and background rgba, but it didn't work for me. The .site-inner addition is what made it work. Thanks! 🙂

    May 5, 2015 at 11:45 am in reply to: Full screen background image #150245
    sinoun
    Member

    Thank you so much for this! It worked great, but how do I make the main body where the text is transparent? Right now it's at it's default white: http://shiftwebsolutions.com/test-2/

    May 2, 2015 at 4:05 pm in reply to: Custom css for single page #149863
    sinoun
    Member

    Ah, I see. Sorry about that! Unfortunately, still doesn't work...

    May 2, 2015 at 3:31 pm in reply to: Custom css for single page #149859
    sinoun
    Member

    Thanks for your response, but not sure if you noticed that the very first code you inserted is the exact same code I said didn't work. I tried the second code and it's in there now... still no change. Not sure why! I'm stumped.

    April 10, 2015 at 10:18 am in reply to: Mobile responsiveness #147349
    sinoun
    Member

    Again, you are a freakin' life saver. There was an extra } laying around randomly in my custom CSS. Oops!

    Thank you soooo much!! 🙂

    April 10, 2015 at 9:52 am in reply to: Mobile responsiveness #147344
    sinoun
    Member

    I added margin: 0 auto; as instructed. Then I removed the 2 lines of code you pasted above. That didn't go so well because it then made the full size site have a centered logo. I only need it centered for any screen under 1360px. Any suggestions?

    April 10, 2015 at 9:01 am in reply to: Mobile responsiveness #147329
    sinoun
    Member

    This is weird. This is what I have in my custom style sheet:

    .title-area { background-color: #1a212b; max-width: 461px; padding: 20px 40px; }
    .header-image .title-area { padding: 0; width: 461px; }

    I don't have any of the code in my custom style sheet that you told me remove.

    April 10, 2015 at 8:29 am in reply to: Mobile responsiveness #147325
    sinoun
    Member

    Thanks for the response! Would you mind telling me what exactly the second set of rules are that I need to remove? I don't see the same lines as you because they are in a custom style sheet. Thanks.

    April 9, 2015 at 9:06 am in reply to: Mobile responsiveness #147211
    sinoun
    Member

    Hi Emasai,

    Sorry to bother you again, but you were so helpful and everything was working great for me. Just recently, I realized that the left align for the logo went right back! I tried to check the old code you told me to look out for:

    .title-area {
      background-color: #1a212b;
      float: left;
      max-width: 461px;
      padding: 20px 40px;}

    But the "float: left" is NOT there anymore. Why did the logo go back to the left? How do I fix it to be centered again? I tried checking my current CSS and Firebug, and I'm stumped!

    Thanks for your help!
    Sinoun

    March 26, 2015 at 4:58 pm in reply to: Mobile responsiveness #145746
    sinoun
    Member

    One more thing. I'm not sure why, but anything under 1360px, the area below the search widget and above "Featured Properties" is huge. I can't figure out the CSS here. Do you know what it is?

    March 26, 2015 at 12:15 pm in reply to: Mobile responsiveness #145736
    sinoun
    Member

    Thank you SOOO much! 🙂 It worked great!

    I have another question and then I'll get out of your hair. So as your screen gets smaller, to about 1180px, the Soliloquy slider's caption begin to get to too close to the header. I found the code that changes it:

    .soliloquy-container .soliloquy-caption { bottom: 200px!important; }

    I changed it to 100px and put it in the @media for 1180px section, but it doesn't work.

    I already have the code above in custom CSS outside of @media, so it could be causing the problem. The problem is that if I take out "!important" it doesn't work, but then it'll work for @media 1180px. How do I handle this? I need to be able to move the caption around.

    Thanks!
    Sinoun

    March 25, 2015 at 2:14 pm in reply to: Mobile responsiveness #145653
    sinoun
    Member

    Hi there, I thought I removed the float: left, but apparently you're still seeing it. On line 30 of my CSS file is not what you're obviously seeing. Can you copy the set of code that shows "float: left" that I need to delete? I appreciate the clarification.

    March 25, 2015 at 1:26 pm in reply to: Mobile responsiveness #145644
    sinoun
    Member

    Hi,

    Thanks for letting me know about the cascade, I didn't know that.

    I removed the float: left and added this back:

    .title-area { float: none; margin: 0 auto; }

    Still not working for me. Not sure why.

    I appreciate your help.

    Sinoun

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

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