• 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 - 1 through 20 (of 15,334 total)
1 2 3 … 765 766 767 →
  • Author
    Posts
  • April 8, 2023 at 11:29 pm in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507201
    Brad Dalton
    Participant

    You may need to change the hooks for the Jetpack code.

    As for the single post navigation, the code to reposition this will depend on how its added in the first place.

    Also note : Genesis Simple Hooks may override custom PHP code so deactivate the plugin of using PHP code in your functions file.

    ALL code on wpsites.net is tested and works.


    Tutorials for StudioPress Themes & WooCommerce.

    April 8, 2023 at 8:19 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507195
    Brad Dalton
    Participant

    Which code from which tutorial?


    Tutorials for StudioPress Themes & WooCommerce.

    April 8, 2023 at 1:50 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507189
    Brad Dalton
    Participant

    What happens if you change the hook?

    Or

    reposition jetpack.


    Tutorials for StudioPress Themes & WooCommerce.

    March 23, 2023 at 9:18 am in reply to: Change from Genesis Framework to a child theme. #507041
    Brad Dalton
    Participant

    Test it out first using the Genesis Sample theme.

    You can copy any custom CSS to the end of the child themes style.css file and any custom functions to the end of the child themes functions file.


    Tutorials for StudioPress Themes & WooCommerce.

    March 8, 2023 at 12:47 am in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506914
    Brad Dalton
    Participant

    It maybe a plugin or custom code you added in your child theme or .htaccess file. I wouldn't change anything in your DB but i would export a copy just in case. Do you have access to your WordPress Dashboard?

    Have you tried renaming your plugins folder and changing child themes? It sounds like its a problem with code added to your child theme. You could make a backup and then delete it so WordPress uses the default theme.


    Tutorials for StudioPress Themes & WooCommerce.

    March 6, 2023 at 3:06 pm in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506897
    Brad Dalton
    Participant

    Delete the Genesis folder and upload the latest version. Also make sure you're using the latest version of WordPress.

    I doubt the problem is with your SP child theme.


    Tutorials for StudioPress Themes & WooCommerce.

    March 6, 2023 at 2:08 pm in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506894
    Brad Dalton
    Participant

    Switch themes to Twenty Twenty Three and see if that makes any difference.


    Tutorials for StudioPress Themes & WooCommerce.

    March 2, 2023 at 10:48 pm in reply to: How Do I Dynamically Modify The Tag #506878
    Brad Dalton
    Participant

    There are 2 filters used by the genesis_do_post_title function. genesis_link_post_title and genesis_post_title_text.


    Tutorials for StudioPress Themes & WooCommerce.

    March 1, 2023 at 5:18 am in reply to: Remove Header, Menu and Footer from Page #506862
    Brad Dalton
    Participant

    Thanks for the positive feedback however i don't have access to private messages.

    Here's more about arrays in PHP for the purests.


    Tutorials for StudioPress Themes & WooCommerce.

    February 28, 2023 at 8:03 am in reply to: Remove Header, Menu and Footer from Page #506854
    Brad Dalton
    Participant

    Try

    if ( is_page( array( '8687', '8651' ) ) ) {
    

    Tutorials for StudioPress Themes & WooCommerce.

    February 22, 2023 at 12:25 pm in reply to: Remove Header, Menu and Footer from Page #506822
    Brad Dalton
    Participant

    PHP code should be pasted at the end of your child themes functions.php file.


    Tutorials for StudioPress Themes & WooCommerce.

    February 20, 2023 at 1:44 am in reply to: Remove Header, Menu and Footer from Page #506808
    Brad Dalton
    Participant

    Code snippets are here https://my.studiopress.com/documentation/snippets/

    You can add them to a custom page template or copy and rename the landing page template.

    Or try this code https://wpsites.net/genesis-tutorials/remove-header/


    Tutorials for StudioPress Themes & WooCommerce.

    February 15, 2023 at 8:23 am in reply to: Eleven40 Child Theme #506783
    Brad Dalton
    Participant

    Try activating the 2022 theme and see if that fixes the problem once you update wordpress.


    Tutorials for StudioPress Themes & WooCommerce.

    February 15, 2023 at 12:45 am in reply to: Eleven40 Child Theme #506771
    Brad Dalton
    Participant

    Whats the error message?


    Tutorials for StudioPress Themes & WooCommerce.

    February 13, 2023 at 1:49 am in reply to: Removing the number of comments shown at top of post #506756
    Brad Dalton
    Participant

    Check the shortcode parameters for post_comments. https://studiopress.github.io/genesis/basics/genesis-shortcodes/

    If it can't be done using the shortcode, you may need to modify the PHP using a filter hook or possibly use CSS to hide the count.


    Tutorials for StudioPress Themes & WooCommerce.

    February 11, 2023 at 7:13 am in reply to: How to remove date from “Featured” on home page? #506750
    Brad Dalton
    Participant

    There's a function for this on line 65 in functions.php which you can remove.


    Tutorials for StudioPress Themes & WooCommerce.

    February 11, 2023 at 7:08 am in reply to: Essence Pro: How to setup URL/site structure & edit form field spacing #506749
    Brad Dalton
    Participant

    Go to Settings > Permalinks and change the structure.


    Tutorials for StudioPress Themes & WooCommerce.

    February 5, 2023 at 4:41 am in reply to: Customizing comments #506698
    Brad Dalton
    Participant

    There are many filter hooks you can use to modify the comment form in Genesis child themes.


    Tutorials for StudioPress Themes & WooCommerce.

    January 18, 2023 at 11:15 pm in reply to: Error on Lifestyle Pro site – how to fix and can I no longer use this theme #506598
    Brad Dalton
    Participant

    What version are you running?

    Looks like the error may relate to custom code you have added to your functions file not default child theme code.


    Tutorials for StudioPress Themes & WooCommerce.

    January 13, 2023 at 9:50 am in reply to: :first-of-type / :last-of-type – not isolating individual element #506571
    Brad Dalton
    Participant

    Here's 3 ways to use pseudo-classes to style the 1st nav menu item in Genesis child themes.


    Tutorials for StudioPress Themes & WooCommerce.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 15,334 total)
1 2 3 … 765 766 767 →

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