• 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

David Chu

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 1,477 total)
1 2 3 … 72 73 74 →
  • Author
    Posts
  • October 6, 2016 at 12:03 pm in reply to: hamburger size #194308
    David Chu
    Participant

    Beth,
    Sounds great. You're welcome!

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 6, 2016 at 8:32 am in reply to: hamburger size #194300
    David Chu
    Participant

    Hi,
    That would be in this chunk of CSS:

    .ion-navicon-round:before {
        content: "\f20d";
    }

    If you add a font-size and play with it, you can change the size until it looks good.

    Cheers, Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 1, 2016 at 9:56 am in reply to: Genesis Developer needed to convert existing design from Thesis to Genesis :) #194069
    David Chu
    Participant

    Hi,
    I'd be happy to discuss this with you. I'm extremely experienced with building custom themes with Genesis, and also have worked with Thesis 1.8.

    Cheers,
    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    September 29, 2016 at 9:26 am in reply to: Tubepress Alternative #193890
    David Chu
    Participant

    Roger,
    Here's one you could try.

    YouTube WordPress Plugin by Embed Plus

    People also often don't realize that a plugin isn't always the answer. Sometimes a more manual method will work fine. YouTube makes embedding fairly straightforward.
    https://support.google.com/youtube/answer/171780?hl=en

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    June 20, 2016 at 3:33 pm in reply to: New child theme Holly Foody! A theme with a recipes plugin, WooCommerce-ready .. #187883
    David Chu
    Participant

    Bonjour Julie,
    Hello to you in Dordogne. Wow, c'est tres jolie, comme la cuisine française. 😉 Tres bien fait!

    Ciao,
    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    January 6, 2016 at 9:50 am in reply to: Altitude Theme – Remove Filter on Featured Section Images #175744
    David Chu
    Participant

    Carol,
    Yes, it could be knocked out in the next theme upgrade. But there is a small complication. Since you're just commenting out code rather than adding new code, commented out code in a custom CSS file will be ignored. So I'd suggest just re-commenting the code if it gets over-written.

    That said, I don't think you'll see too many child theme upgrades, and even if there are some, you often don't have to upgrade. The last time there was a really solid reason to upgrade child themes was when they went from XHTML to HTML5, and that was a long time ago.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 20, 2015 at 4:55 pm in reply to: Genesis Responsive Slider – Sort slides by menu order? #171683
    David Chu
    Participant

    Glad you did well with it! It's true, there can be complications with various mixtures of Post types, and other plugins.

    There are a variety of other such plugins, for instance some will only do Custom Post Types, others do Pages, and so on. Something for everybody. 🙂

    Friends don't let friends set dates on each Post if they can help it! 🙂

    Cheers, Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 20, 2015 at 10:30 am in reply to: Genesis Responsive Slider – Sort slides by menu order? #171633
    David Chu
    Participant

    That is a pain, indeed. Changing post dates to organize stuff is not fun for clients or geeks. To me, menu order isn't any more fun.

    Have you tried this? It's my favorite way of dealing with that sort of problem. Drop and drop wonderfulness. Last I looked, the only quirk was that you need to click "Save" after shuffling things around.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 20, 2015 at 10:06 am in reply to: Mobile menu not working with Lifestyle Pro #171630
    David Chu
    Participant

    Hi,
    Good question. It's more of a menu setup/organization issue. Like many sites, you have non-clickable top links on that menu whose only purpose is to show the dropdowns when you hover over them. To me, these are sort of last year. 😉 I looked at the demo of that theme, and it works the same way, and has the same problem. With that setup, I think all you can do is hope that they click on the little down arrows instead of on the category name - that will show the real links. That may, in fact, be OK even though it's not exactly great usability.

    Sorry that's probably not a satisfying answer. I wrote an article about how to get submenu items to appear when clicking items in a menu (you use no dropdowns in this scenario). It does require some work.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 20, 2015 at 9:51 am in reply to: Are there themes that are better suited for bbPress? #171629
    David Chu
    Participant

    Hi,
    Here's one that has that in mind, as well as lots of other nice features, Caroline.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 18, 2015 at 11:19 am in reply to: Problem with Double Hamburger Menu on IOS #171429
    David Chu
    Participant

    You're totally in the right area. I'm missing it probably because I'm using web dev tools rather than being in there. It's not a hard fix for someone like me. My code examples likely aren't specific enough to cover all situations.

    Normally at this point I'd say you have a direction to investigate. I feel frisky today, though. If you'd like to write me and give me a WP login, I will go in there and just fix it for you, no charge. 🙂

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 18, 2015 at 10:47 am in reply to: Problem with Double Hamburger Menu on IOS #171423
    David Chu
    Participant

    Hi!
    I believe I erred on this. Please try this instead. It simply vanishes it at the lower size rather than changing the content.

    @media only screen and (max-width: 800px) {
    	.dashicons-menu:before {
    		display: none;
    	}
    }

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    November 18, 2015 at 8:49 am in reply to: Problem with Double Hamburger Menu on IOS #171410
    David Chu
    Participant

    Christine,
    That's an interesting little problem. You want that hamburger on larger screens, but not on small screens because the upper hamburger does the job there. So you don't want to just vanish the first one everywhere, but only on narrow screens. Here's a bit of code for your style.css to do just that.

    @media only screen and (max-width: 800px) {
    	.dashicons-menu:before {
    		content: "";
    	}
    }

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 31, 2015 at 7:21 am in reply to: Getting bullet points to align #169716
    David Chu
    Participant

    Theresa,
    Glad to hear it!

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 18, 2015 at 1:48 pm in reply to: Backstretch and JetPack Carousel Problems after upgrading to WP 4.3.1 #168393
    David Chu
    Participant

    You're welcome, and sorry that happened to you!

    On your own machine, if there's malware there, something like Malwarebytes may help you clean up.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 18, 2015 at 12:14 pm in reply to: Backstretch and JetPack Carousel Problems after upgrading to WP 4.3.1 #168385
    David Chu
    Participant

    Hi,
    Sorry to tell you this, but it looks like you have a ton of malware on at least one site, the Winston one. I would have to guess that the others may be hacked, too. It's most likely that this is what's causing weird site behavior. I was clued into this when the site took forever to load, and I could see a bunch of unrelated sites trying to load stuff.

    Why would it happen on more than one site? Various possibilities. If you did all the installs, you may have malware on your own computer. If not, you may have used a malware-infected install file, although I'd guess that the former is more likely.

    I would suggest getting Sucuri to clean it if you aren't experienced at this.

    Good luck,
    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 16, 2015 at 3:43 pm in reply to: disable plugin notification? #168315
    David Chu
    Participant

    Hi Emily!
    Oh, yes, Soliloquy non-Lite, with a license. Gee, I'm not sure, but I think you're onto something. I just installed Soliloquy Lite, and had the same non-result, no matter what I tried. They must be doing things a bit differently from your typical plugin.

    So short of pawing through all the code, I don't have an clear recommendation. There are plugins that deal with this - you could try some of this stuff. Of the stuff there, Easy Updates Manager looks promising.

    Have a nice weekend! Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 16, 2015 at 9:47 am in reply to: disable plugin notification? #168289
    David Chu
    Participant

    Emily!
    How are you? 🙂

    There are a number of ways to do this. They do involve code changes, so consider doing a backup first.

    One fairly painless method: when you go to Plugins, you'll see your plugin there, along with its update message. There will be a link to edit the plugin. When you go in there, right near the top you'll see a version number of the plugin. The trick is to change that to a huge number, like 999, and save. That should keep the message away for a really long time. 🙂

    Another method can be seen here. A little more coding, but not much. If you try that, note the comment below that talks about using that code for more than one plugin on a site.

    Hope that helps!
    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 8, 2015 at 7:18 am in reply to: How to edit archive page #167667
    David Chu
    Participant

    Hi,
    I'll help with one item, the alignment and size of the image. In admin, go to Genesis.... Theme Settings, and scroll down to Content Archives. There you have several options for its appearance.

    Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

    October 5, 2015 at 4:58 pm in reply to: Responsive Nav Not Working in Minimum Pro #167494
    David Chu
    Participant

    Dee,
    Glad to hear it.

    You're welcome, Dave


    Dave Chu · Custom WordPress Developer – likes collaborating with Designers

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 1,477 total)
1 2 3 … 72 73 74 →

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