• 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

haggis

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • August 17, 2016 at 2:44 am in reply to: Remove menu on home page (Atmosphere Pro) #191421
    haggis
    Member

    Arrgh. The answer was right in front of me. I added

    //* Unregister primary/secondary navigation menus and footer
    remove_theme_support( 'genesis-menus' );
    remove_action('genesis_footer', 'genesis_do_footer');
    remove_action('genesis_footer', 'genesis_footer_markup_open', 5);
    remove_action('genesis_footer', 'genesis_footer_markup_close', 15);

    before genesis(); -- works fine.

    Many thanks!

    July 9, 2016 at 1:19 am in reply to: Atmosphere – problem clicking to posts #189166
    haggis
    Member

    WordPress Codex solved it:

    function remove_more_link_scroll( $link ) {
    	$link = preg_replace( '|#more-[0-9]+|', '', $link );
    	return $link;
    }
    add_filter( 'the_content_more_link', 'remove_more_link_scroll' );
    July 8, 2016 at 1:17 pm in reply to: Atmosphere – problem clicking to posts #189138
    haggis
    Member

    Victor, many thanks.

    1. Do you have an idea where these "#more-4032"s might be coming from?

    2. Rather than going through ALL links on the blog to remove the "#more-4032", can I remove the anchor to which those odd links link to?

    Thanks again.

    September 26, 2014 at 1:10 am in reply to: Remobile Pro – genesis_after_entry #125780
    haggis
    Member

    Oops, that was too quick. Here is the function:

    //* Hook after post widget after the entry content
    add_action( 'genesis_after_entry', 'remobile_after_entry' );
    function remobile_after_entry() {

    if ( is_singular( 'post' ) || is_page(array ( 30474, 29536, 30873, 7802, 29640, 30863, 32019, 32025 ) ) )
    genesis_widget_area( 'after-entry', array(
    'before' => '<div class="after-entry widget-area">',
    'after' => '</div>',
    ) );
    }

    The widgets still show twice (above and below the comments box). Sorry for the confusion

    March 26, 2014 at 4:34 pm in reply to: Feed issue #96842
    haggis
    Member

    Got it. Thank you very much.

    March 26, 2014 at 4:32 pm in reply to: Feed issue #96840
    haggis
    Member

    I type manually but copied and pasted the text in the quote. Ha. I deleted that bit and now the feed seems to be OK again!

    March 26, 2014 at 4:25 pm in reply to: Feed issue #96835
    haggis
    Member

    I am in the text editor. It doesn't show those tags. I have text and the blockquote.

    March 26, 2014 at 4:22 pm in reply to: Feed issue #96832
    haggis
    Member

    Sorry - how do I get to see those tags in the editor?

    March 26, 2014 at 4:05 pm in reply to: Feed issue #96825
    haggis
    Member

    Done.

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

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