• 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

theKatrinaM

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 22 total)
1 2 →
  • Author
    Posts
  • January 26, 2015 at 9:14 pm in reply to: Content not showing up via Child Themes #138725
    theKatrinaM
    Member

    I seem to be having a conflict with Genesis Connect for WooComm


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 18, 2014 at 2:26 pm in reply to: Front Page Widget Issue #134840
    theKatrinaM
    Member

    Thanks @WisdmLabs I was able to get it to work keeping the 'genesis_meta'

    `<?php

    add_action( 'genesis_meta', 'riot_home_genesis_meta' );
    /**
    * Add widget support for homepage. If no widgets active, display the default loop.
    *
    */
    function riot_home_genesis_meta() {

    if ( is_active_sidebar('home-top-left' ) || is_active_sidebar('home-top-right') || is_active_sidebar( 'home-middle1' ) || is_active_sidebar( 'home-middle2' ) || is_active_sidebar( 'home-middle3' )|| is_active_sidebar( 'home-bottom' )) {

    //* Force full-width-content layout setting
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    // Add riot-home body class
    add_filter( 'body_class', 'riot_body_class' );
    function riot_body_class( $classes ) {
    $classes[] = 'riot-home';
    return $classes;
    }

    // Remove the default Genesis loop
    remove_action( 'genesis_loop', 'genesis_do_loop' );

    // Add homepage widgets
    add_action( 'genesis_loop', 'riot_homepage_widgets' );

    }
    }

    function riot_homepage_widgets() {

    if ( is_active_sidebar( 'home-top-left' ) || is_active_sidebar( 'home-top-right' )) {

    echo '<div class="home-top">';

    genesis_widget_area( 'home-top-left', array(
    'before' => '<div class="home-top-left widget-area">',
    'after' => '</div>',
    ) );

    genesis_widget_area( 'home-top-right', array(
    'before' => '<div class="home-top-right widget-area">',
    'after' => '</div>',
    ) );

    echo '</div>';

    }

    if ( is_active_sidebar( 'home-middle1' ) || is_active_sidebar('home-middle2') || is_active_sidebar( 'home-middle3' )) {

    echo '<div class="home-middle">';

    genesis_widget_area( 'home-middle1', array(
    'before' => '<div class="home-middle1 widget-area">',
    'after' => '</div>',
    ) );

    genesis_widget_area ('home-middle2', array(
    'before' => '<div class="home-middle2 widget-area">',
    'after' => '</div>',
    ) );

    genesis_widget_area( 'home-middle3', array(
    'before' => '<div class="home-middle3 widget-area">',
    'after' => '</div>',
    ) );

    echo '</div>';

    genesis_widget_area( 'home-bottom', array(
    'before' => '<div class="home-bottom widget-area">',
    ) );

    }
    }

    genesis();


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    July 28, 2014 at 2:01 pm in reply to: Remove WP Shortlink #116134
    theKatrinaM
    Member

    I swear JetPack changes so much I don't know anything about it anymore. Thank you @Anitac, I still find it weird for it to use an old domain.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    July 13, 2014 at 3:45 pm in reply to: entry-header aligment #114169
    theKatrinaM
    Member

    I think I achieved it by increasing the top padding.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    July 13, 2014 at 3:27 pm in reply to: entry-header aligment #114166
    theKatrinaM
    Member

    @braddalton Yes I want them next to each other, the way I did it on this site.
    http://besassydemo.blogspot.com/


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    July 13, 2014 at 2:49 pm in reply to: entry-header aligment #114162
    theKatrinaM
    Member

    @braddalton I'll try to figure that out.

    @Kyle_Rumble http://riotcustoms.com/sandbox/


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    March 28, 2014 at 11:22 pm in reply to: Home Page Widget Issue #97233
    theKatrinaM
    Member

    I don't see how what is "populating" in the widget area is the issue. I'm showcasing featured post, which have been done on many of blogs using the Genesis Framework. For some reason in this case it isn't working, most likely it could have been a coding error on my part. Which is what I'm trying to figure out.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    January 16, 2014 at 11:54 pm in reply to: Site Feedback Please #85590
    theKatrinaM
    Member

    Looks really solid, just tweak the footer menu a bit.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    January 16, 2014 at 8:10 pm in reply to: Site Creds Not Showing #85582
    theKatrinaM
    Member

    My credit show on my sandbox site but not my actual blog where I'm using the theme at. Any suggestions?


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 30, 2013 at 3:56 pm in reply to: Primary Menu Location #82163
    theKatrinaM
    Member

    Thanks! I didn't think to overlap both menus and the social icons to get that effect. Good thinking.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 30, 2013 at 3:52 pm in reply to: Home Widget – Height Issue #82161
    theKatrinaM
    Member

    I removed it as a widget and created it as a photo instead. Thank you for wanting to help.

    http://www.riotcustoms.com - the site is under maintenance.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 30, 2013 at 2:52 am in reply to: No widget for a display box after post [modern portfolio] #81991
    theKatrinaM
    Member

    I'm assuming it's located in the widgets area, so that you can place a text widget. So it can show at the bottom of the post right about the author box if activated.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    April 18, 2013 at 11:17 pm in reply to: Author Box issue with Users #36319
    theKatrinaM
    Member

    Good thinking! I'll check out the functions file.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 21, 2012 at 5:56 am in reply to: Site Updated #6610
    theKatrinaM
    Member

    the banner is the correct size, I think it's the browser doing that.

    It's say riot customs, that's just how the font display the letter "r'"


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 21, 2012 at 4:16 am in reply to: Round Edges #6601
    theKatrinaM
    Member

    You're the best Ozzy!


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 17, 2012 at 3:03 am in reply to: CSS Help please? How do I remove text shadow in menu please? #5698
    theKatrinaM
    Member

    My coding is a bit difficult to understand but this should give you a general idea on the hover issue


    .menu-primary li a:active,
    .menu-primary li a:hover,
    .menu-primary .current_page_item a,
    .menu-primary .current-cat a,
    .menu-primary .current-menu-item a, {
    background-color: #fff;
    color: #b2c802;
    }

    I hope this helps
    text-transform: none;


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 17, 2012 at 12:14 am in reply to: How can I make the call to action section a graphic? #5683
    theKatrinaM
    Member

    You can create a graphic background by changing it to

    background: url(image location);

    in that area.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 17, 2012 at 12:11 am in reply to: CSS Help please? How do I remove text shadow in menu please? #5682
    theKatrinaM
    Member

    I'm not sure what you are referring as far as a shadow effect but have you check the hover css, as in  transform:none; ?


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 11, 2012 at 10:48 pm in reply to: Let me know what you think #4622
    theKatrinaM
    Member

    I agree with NickTheGeek you can't really see the logo and the forum is a completely different site which may cause confusing among your readers.


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

    December 11, 2012 at 10:45 pm in reply to: New Site Feedback #4621
    theKatrinaM
    Member

    Hi Dan

    It look really good, I notice the logo is a bit blurry. You might want to try it as a .png for better quality.

    Again you did an amazing job.

     


    “People are only supposed to believe the legends not understand them.” Norman Collins
    Design | Blog

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 22 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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