• 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

betsie

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
  • May 9, 2023 at 1:25 am in reply to: Modify h4 class of widget-titles (home-page) to h3 #507391
    betsie
    Participant

    It was simple, I changed this in functions.php:

    genesis_register_sidebar( array(
    'id' => 'home-middle',
    'name' => __( 'Home - Middle', 'executive' ),
    'description' => __( 'This is the middle section of the home page.', 'executive' ),
    'before_title' => '<h3 class="widgettitle">',
    'after_title' => "</h3>\n",
    ) );

    March 3, 2021 at 12:22 pm in reply to: outbound links blog posts result in too many links on category pages #503300
    betsie
    Participant

    Thank you for your help Anita

    March 3, 2021 at 10:32 am in reply to: outbound links blog posts result in too many links on category pages #503297
    betsie
    Participant

    Thank you for your reply. I think I found a (simple) solution.

    My category pages showed the complete posts. But this way the outbound links of each post accumulated on the category pages.
    So I changed the content archives to only show excerpts now. This way their links (which are only in the last paragraph) don't show anymore on category pages.

    August 17, 2020 at 7:43 am in reply to: Responsive/mobile menu not working after WP 5.5 update (infinity) #500622
    betsie
    Participant

    Thanks to Genesis support: Replacing js/front-page.js with an updated version solves the problem.
    Or replace this line in front-page.js:

    $( '.genesis-nav-menu a[href*=#]:not([href=#])' ).click(function() {

    with:

    $( '.genesis-nav-menu a[href*="#"]:not([href="#"])' ).click(function() {

    April 6, 2020 at 2:55 am in reply to: Can someone help me remove whitespace from my authority pro theme? #497754
    betsie
    Participant

    Hi,
    I am not sure, but maybe this helps if you only want to reduce the 5th section bottom padding.

    It is on line 155 of style-front.css

    .front-page-5 .widget-full .featuredpost, .front-page-5 .flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type
    {
    padding: 70px 0 35px 0;
    }

    But I think it looks really good as it is already.

    February 16, 2020 at 7:16 am in reply to: html sitemap in Genesis Sample 3.1.0 #496764
    betsie
    Participant

    Hi Rawsta, yes I tried that but couldn't get it to work.

    I just found a solution that works on Github by Topleague, so the sitemap shows.

    I did use the filters by VictorFont (from your url) to filter out authors and month archives.

    Thank you for your help!

    January 31, 2018 at 4:19 pm in reply to: secondary nav after_header in Infinity #215933
    betsie
    Participant

    Maybe you have to add a wrap for the menu. It is possible that the sec. menu already is there but hides behind the header (as it did in my case), you should see it in firefox then.

    I added more things to the theme, so I have to dive into it and try again. As I am quite busy the next weeks, I'm not sure if I can help shortly.
    Do you use Infinity? It has a functions file for the frontpage, so also check this.
    Another option is to use the Enterprise theme, it has the secondary menu already in place.

    January 31, 2018 at 1:54 pm in reply to: secondary nav after_header in Infinity #215923
    betsie
    Participant

    Hi W., I didn't document the changes very well, I just checked and saw that I removed the lines that repositioned the menu's and the lines that renamed the secondary menu.
    There was a lot of CSS tweaking involved to get it right, most helpful where Victor's suggestions. I solved my problem by adding a top margin.

    Good luck!

    October 11, 2017 at 2:13 pm in reply to: secondary nav after_header in Infinity #212433
    betsie
    Participant

    Dear Victor, thank you for looking at my issue. I never would have found the fixed position caused this! I am trying out some options now, the secondary nav with a fixed position doesn't look nice, a top-margin seemed to work. I will try this in different screen sizes.

    Thanks a thousand times!

    Betsy

    April 2, 2013 at 4:53 am in reply to: Getting the Header to work with Responsive Themes #32601
    betsie
    Participant

    I tried the Genesis Responsive Header plugin but can't get any images uploaded. Does anyone have other suggestions how to get the header image responsive?

    Thanks very much!

    Betsie

     

    March 19, 2013 at 4:18 pm in reply to: Widget area between header and nav-bar in Genesis Sample Theme 1.9 #29501
    betsie
    Participant

    Hi Anita, I used the after header hook the first time, as I figured out that was the only way to get it right. Slider is looking good, but navbar still showed before slider.

    Tonight I tried this:  http://www.crunchyblogger.com/how-to-change-position-of-navigation-menu-in-genesis/. But navbar still appears above slider. I think I totally miss something and leave it the way it is for now (customer is happy) and digg into this later.

    Thank you for your help so far. What do you mean by going vertical instead of landscape?

     

     

     

     

    March 18, 2013 at 12:13 pm in reply to: Widget area between header and nav-bar in Genesis Sample Theme 1.9 #29068
    betsie
    Participant

    Dear Anita, that is the tutorial I used to get the widget for the slider! What I need now is to put the slider above the nav-bar.  I'm going to try a custom menu and place that below the slider in the same widget.

    Thank you for your kind advice!

    March 17, 2013 at 3:23 pm in reply to: Widget area between header and nav-bar in Genesis Sample Theme 1.9 #28674
    betsie
    Participant

    Hoi Charlie, thank you so much! Looking at your demo, this is exactly what I'm looking for.

    Unfortunately it didn't work in my case, maybe because I used the Nivo slider. I will try again with the Genesis slider and let you know.

     

  • 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