• 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

ryantownley

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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • March 15, 2015 at 2:10 pm in reply to: Convert to Mobile Responsive #144525
    ryantownley
    Member

    You have a couple options. One would involve making your existing customized theme responsive by adding media queries. There is quite a bit of work involved in doing this which sounds like what you were quoted on.

    The second option, and one I would recommend, is to simply use the Enterprise Pro theme which is already responsive. You can then customize it design wise to fit your brand. You are going to be left with more up-to-date code and a more modern look & feel. Also think about how much you really need to stray from the Enterprise Pro design out-of-the-box. Many times, I see people opting for customizing an existing theme so heavily that it would have probably made more sense to just have a custom theme built. My feeling is that an off-the-shelf theme like Enterprise Pro is already expertly designed and ready for your content.

    May 8, 2013 at 9:52 am in reply to: Sub Nav strange transition CSS #39901
    ryantownley
    Member

    I'm getting the following error when trying to reach your website...
    Forbidden
    You don't have permission to access /wp/ on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    April 30, 2013 at 5:47 pm in reply to: different phone number on mobile version? #38657
    ryantownley
    Member

    Hey, I liked your "Tap to Call" angle, Ted! I dabbled with that just recently using a link class for the mobile number instead of a div but otherwise pretty much the same CSS in case you want to add that functionality, fotodog13...

    <a class="phone-mobile" href="tel:5555555555">Tap to Call (555) 555-5555</a>

    Example: http://websiterevitalize.com

    April 30, 2013 at 5:23 pm in reply to: different phone number on mobile version? #38651
    ryantownley
    Member

    You can do this by using (2) different div classes in the header widget area and displaying or hiding via CSS and media queries. That is the gist of it. Here is some real basic code that might help.

    Try this in your header widget...

    <div class="phone">(555) 555-5555</div>
    <div class="phone-mobile">(666) 666-6666</div>

    This in your style sheet...

    .phone-mobile {
    display: none;
    }


    @media
    only screen and (max-width: 480px) {
    .phone {
    display: none;
    }

    .phone-mobile {
    display: block;
    }
    }

    April 14, 2013 at 5:51 pm in reply to: How to Remove Page Title Widget From Specific Pages and Posts #35492
    ryantownley
    Member

    eleven40 has a special "Page Title" widget area which is like a large tagline that shows above the content/sidebar wrap. It's a confusing name for that area.

    I use the Display Widgets plugin to show/hide widgets on certain pages: http://wordpress.org/extend/plugins/display-widgets/

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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