• 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

Brad Dalton

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 - 21 through 40 (of 15,253 total)
← 1 2 3 … 761 762 763 →
  • Author
    Posts
  • May 1, 2022 at 9:47 am in reply to: How to Replace Featured Image on posts with Theme Header Background Image #505165
    Brad Dalton
    Participant

    Take a look inside the lib > header-functions.php file.


    2700 Genesis Tutorials

    May 1, 2022 at 9:30 am in reply to: How to Replace Featured Image on posts with Theme Header Background Image #505164
    Brad Dalton
    Participant

    You can modify the PHP code so the default is displayed rather than the featured image?


    2700 Genesis Tutorials

    April 30, 2022 at 11:52 pm in reply to: Removal of duplicate breadcrumb #505161
    Brad Dalton
    Participant

    Another option is to try the Genesis Breadcrumbs plugin https://wordpress.org/plugins/genesis-simple-breadcrumbs/


    2700 Genesis Tutorials

    April 29, 2022 at 10:57 pm in reply to: Removal of duplicate breadcrumb #505159
    Brad Dalton
    Participant

    You need to use the default templates or use code to remove the the slug from the breadcrumbs.

    It's hard to test without setting up the same situation on a test site but those are my 2 suggestions unless anyone else has a better solution.


    2700 Genesis Tutorials

    April 28, 2022 at 11:03 pm in reply to: Removal of duplicate breadcrumb #505145
    Brad Dalton
    Participant

    This looks like its occuring when you use a blocks page template but not when using the default template.


    2700 Genesis Tutorials

    April 28, 2022 at 10:47 pm in reply to: Removal of duplicate breadcrumb #505144
    Brad Dalton
    Participant

    I see it here https://jetsettingduo.com/homepage/food/ but not on the travel page.


    2700 Genesis Tutorials

    April 28, 2022 at 12:04 pm in reply to: Removal of duplicate breadcrumb #505140
    Brad Dalton
    Participant

    Are you referring to the permalink in the address bar? This is different to breadcrumbs which i can't see on this page.


    2700 Genesis Tutorials

    April 28, 2022 at 11:45 am in reply to: SendGrid in Email Newsletter Block #505139
    Brad Dalton
    Participant

    You can add form code directly to a html block.

    I tested this with email form code recently and it works fine.


    2700 Genesis Tutorials

    April 28, 2022 at 11:40 am in reply to: How to stop spam from Contact form on Home page ? #505138
    Brad Dalton
    Participant

    You can add a captcha to your contact form or use another form plugin. https://wpforms.com/how-to-build-spam-free-wordpress-contact-forms-the-ultimate-guide/


    2700 Genesis Tutorials

    April 28, 2022 at 6:39 am in reply to: Changing sidebar code hook on WooCommerce product single pages #505136
    Brad Dalton
    Participant

    You can add

    echo '<div class="your-wrap">';
    
    // Your Code
    
    echo '</div>';
    

    2700 Genesis Tutorials

    April 27, 2022 at 8:21 am in reply to: How do I remove the “MENU” text? #505132
    Brad Dalton
    Participant

    It depends on which version of Genesis Sample but try this solution.


    2700 Genesis Tutorials

    April 27, 2022 at 12:54 am in reply to: Changing sidebar code hook on WooCommerce product single pages #505122
    Brad Dalton
    Participant

    Maybe this :

    remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
    add_action( 'genesis_after_loop', 'genesis_do_sidebar' );
    

    2700 Genesis Tutorials

    April 27, 2022 at 12:39 am in reply to: Changing sidebar code hook on WooCommerce product single pages #505121
    Brad Dalton
    Participant

    What a coincidence. I was just looking it again wondering why you want to do this?

    You want this on desktops and mobile screens or just mobile?


    2700 Genesis Tutorials

    April 26, 2022 at 10:48 pm in reply to: How to create a submeny underneath the main menu? #505119
    Brad Dalton
    Participant

    Anytime!


    2700 Genesis Tutorials

    April 26, 2022 at 9:58 am in reply to: How to create a submeny underneath the main menu? #505114
    Brad Dalton
    Participant

    You can use conditional menus

    To do this :

    1. You can use custom code

    or

    2. Choose from a range of plugins for conditional menus.

    or

    3. A conditional blocks plugin.


    2700 Genesis Tutorials

    April 26, 2022 at 8:55 am in reply to: How to create a submeny underneath the main menu? #505111
    Brad Dalton
    Participant

    My suggestion would be to look at using blocks or a full site editing theme if your coding knowledge is limited.

    Or

    You can reposition the footer menu back to the after header hook position ( remove PHP code line 152 in functions.php ) however you'll also need to add/modify CSS.


    2700 Genesis Tutorials

    April 26, 2022 at 12:41 am in reply to: Changing sidebar code hook on WooCommerce product single pages #505109
    Brad Dalton
    Participant

    You could try the Genesis Connect for Woocommerce plugin which includes templates you can use in your child theme to modify the default markup and HTML output.


    2700 Genesis Tutorials

    April 25, 2022 at 10:44 pm in reply to: Changing sidebar code hook on WooCommerce product single pages #505106
    Brad Dalton
    Participant

    Link to your site please.


    2700 Genesis Tutorials

    April 25, 2022 at 10:43 pm in reply to: Digital pro adding featured image, no single.php #505105
    Brad Dalton
    Participant

    No, its a conditional tag you can use in your functions file. Use this or the template to execute PHP code on single posts only

    However, in your case, you might find it easier using blocks to add your image so you don't need PHP coding knowledge.


    2700 Genesis Tutorials

    April 24, 2022 at 10:27 pm in reply to: How to create a submeny underneath the main menu? #505101
    Brad Dalton
    Participant

    What theme are you using?

    1. You could add a new widget area under the primary nav menu and populate it with the nav menu widget.

    2. Or add a third a menu

    3. Or reposition the secondary menu by changing the hook.


    2700 Genesis Tutorials

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 15,253 total)
← 1 2 3 … 761 762 763 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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