• 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

atman

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 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • December 15, 2020 at 9:54 am in reply to: Navigation Pro – category name above specific category blog page #502310
    atman
    Participant

    Thanks for the answer Anita. So is the lack of the H1 tag with the page title consistent with the principles of website accessibility?

    December 14, 2020 at 9:40 am in reply to: Navigation Pro – category name above specific category blog page #502302
    atman
    Participant

    Are you getting private posts? I posted links in them.

    December 11, 2020 at 10:33 am in reply to: Navigation Pro – category name above specific category blog page #502286
    atman
    Participant
    This reply has been marked as private.
    December 11, 2020 at 9:29 am in reply to: Navigation Pro – category name above specific category blog page #502284
    atman
    Participant

    Thanks for your help. I filled out the forms you wrote about but still there is no title on category blog page 🙁

    Screenshots:


    December 10, 2020 at 12:59 pm in reply to: Navigation Pro – category name above specific category blog page #502280
    atman
    Participant

    As I said I try to create category archive page. It works but there isn't title H1 heading on this page before list of posts.

    I can't provide a working link because when I try to put the url in this post and submit it, the post doesn't get published. So I have to put a space in the url. Please remove this space and the link will work.

    Here is screenshot:

    December 10, 2020 at 10:24 am in reply to: Navigation Pro – category name above specific category blog page #502274
    atman
    Participant

    Can I count on your help? There is no H1 heading on custom blog page now.

    December 9, 2020 at 5:20 am in reply to: Navigation Pro – category name above specific category blog page #502261
    atman
    Participant
    This reply has been marked as private.
    December 9, 2020 at 5:20 am in reply to: Navigation Pro – category name above specific category blog page #502260
    atman
    Participant
    This reply has been marked as private.
    December 9, 2020 at 5:17 am in reply to: Navigation Pro – category name above specific category blog page #502259
    atman
    Participant
    This reply has been marked as private.
    January 6, 2013 at 11:42 am in reply to: Second footer widgets #9950
    atman
    Participant

    Ok, thanks, I know this tutorial but Genesis footer widgets use one line action:

    add_theme_support( 'genesis-footer-widgets', 3 );

    ...and I thought second row have to be done in similar way.

    Ready-made solution below (maybe helpful for someone).

    In the functions.php file:

    1) register widget areas
    genesis_register_sidebar( array(
    'id'            => 'footer-2-1',
    'name'            => 'Footer 2-1',
    'description'    => 'Description',
    ) );
    genesis_register_sidebar( array(
    'id'            => 'footer-2-2',
    'name'            => 'Footer 2-2',
    'description'    => 'Description',
    ) );
    genesis_register_sidebar( array(
    'id'            => 'footer-2-3',
    'name'            => 'Footer 2-3',
    'description'    => 'Description',
    ) );

    2) and add actions
    add_action( 'genesis_before_footer', 'footer_2_1' );
    function footer_2_1() {
    echo '<div class="footer-widgets" id="footer-widgets"><div class="wrap"><div class="footer-widgets-1 widget-area">';
    dynamic_sidebar( 'footer-2-1' );
    echo '</div>';
    }

    add_action( 'genesis_before_footer', 'footer_2_2' );
    function footer_2_2() {
    echo '<div class="footer-widgets-2 widget-area">';
    dynamic_sidebar( 'footer-2-2' );
    echo '</div>';
    }

    add_action( 'genesis_before_footer', 'footer_2_3' );
    function footer_2_3() {
    echo '<div class="footer-widgets-3 widget-area">';
    dynamic_sidebar( 'footer-2-3' );
    echo '</div></div><!-- end .wrap --></div>';
    }

    January 4, 2013 at 7:35 am in reply to: Second footer widgets #9471
    atman
    Participant

    ...installation News child theme, of course.

    December 31, 2012 at 5:00 am in reply to: Second footer widgets #8580
    atman
    Participant

    ok, here is my fresh installation of Magazine Child Theme.

    I need to add another row with footer widgets (footer 1_1, ..1_2, ..1_3) above existing one (2_1, 2_2, 2_3).

    December 27, 2012 at 8:03 am in reply to: Second footer widgets #7669
    atman
    Participant

    There is no installation yet. I have only design (.psd) at this moment. I need only code for function.php.

  • Author
    Posts
Viewing 13 posts - 1 through 13 (of 13 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