• 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

Onizuki

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • April 18, 2016 at 5:27 pm in reply to: deregister style.css #183872
    Onizuki
    Member

    hi there

    thank you for your answer Christoph, I was trying the same
    (got that here https://www.chriswiegman.com/2013/06/remove-the-default-style-css-in-wordpress-with-genesis/ )
    but this is not working for me. Just nothing happens.

    Diggin a bit more (https://gist.github.com/srikat/052b16174a20b260b505) I got it working with
    function as_postpone_genesis_stylesheet() {
    remove_action( 'genesis_meta', 'genesis_load_stylesheet' );
    }
    add_action( 'genesis_setup', 'as_postpone_genesis_stylesheet' );

    Now I have a couple mysterious links on the page...
    Skip links
    Skip to primary navigation
    Skip to content

    October 22, 2015 at 6:55 am in reply to: Move sec menu #168758
    Onizuki
    Member

    Hi Chris
    that worked. Thanks for helping.

    best

    October 22, 2015 at 5:19 am in reply to: How to keep an active state on the menu while viewing other cpts #168748
    Onizuki
    Member

    Hi Andrea

    thanks for answering.
    Thats pretty much exactly what I was looking for.
    I had to apply a correction to make it work for me
    from this
    if( ( is_singular( 'post' ) || is_category() || is_tag() ) && 'Blog' == $item->title )
    to this
    if ( is_singular('post') && 'Blog' == $menu_item->title )
    best

    October 20, 2015 at 3:47 pm in reply to: Nav primary to site inner space #168616
    Onizuki
    Member

    finally found it

    .site-inner{
    padding-top: 1;
    }

    October 20, 2015 at 3:13 pm in reply to: Move sec menu #168611
    Onizuki
    Member

    Hi Porter

    Yes that was my same idea. It doesn't help.

    August 20, 2015 at 6:36 am in reply to: Retrieving a variable from a custom function and getting "Undefined variable:" #162984
    Onizuki
    Member

    Thank you 🙂

    December 26, 2013 at 4:28 pm in reply to: path variable #81301
    Onizuki
    Member

    Doesnt look like overkilling to me. A couple lines of code that can just save time.

    For anyone interested I found a link on the net which partially solves the problem.
    http://wordpress.org/support/topic/wp-variable-for-url-path-to-theme-directory-needed?replies=2

    December 26, 2013 at 8:23 am in reply to: path variable #81252
    Onizuki
    Member

    Hi Gary,
    I mean a variable for the path.
    For example through LESS
    I declare a variable like
    @path-to-assets: "/wp-content/themes/genesis/assets/";
    and then I load it in style.css
    background-image: url("@{path-to-assets}background.jpg");

    so in this case should be like a php variable
    for the path '/assets/', should I change its locations
    I will just change this variable instead of looking for
    where it is called in all the files.

    PS.
    nice guide!

    December 19, 2013 at 9:24 am in reply to: post code into function.php #80204
    Onizuki
    Member

    worked perfectly 😉

    December 18, 2013 at 8:09 pm in reply to: post code into function.php #80080
    Onizuki
    Member

    Hi nutsandbolts
    thank you for your answer

    I didnt know that. I am using the genesis base with html5 option selected.
    Activate Genesis HTML5 Markup [?] from genesis extender.
    Where can I see a list of the html5 hooks?
    Besides is it a good idea to activate the html5 markup?

    Anyway even with this new code I still see the date and author at the top of the post.

    December 12, 2013 at 6:04 am in reply to: empty menu cell #78534
    Onizuki
    Member

    Hi Blusteel

    I'm on the genesis base child theme.
    I dont know how to set a custom class on the middle menu item.
    Do I have to use the function.php?

    December 11, 2013 at 5:12 pm in reply to: button fx #78444
    Onizuki
    Member

    Thank you

    December 11, 2013 at 5:07 pm in reply to: button fx #78441
    Onizuki
    Member

    actually this one

    button fx

    December 11, 2013 at 5:04 pm in reply to: button fx #78438
    Onizuki
    Member

    The submit button. I need a css effect that looks like there is a screen moving up/down on hover.

    December 11, 2013 at 4:59 pm in reply to: button fx #78429
    Onizuki
    Member

    Hallo

    Im using chrome developer, is there any big difference with firebug?
    Im having problem even finding the button, Im opening many divs without finding it. Actually there is a better hacking tool for newbies? Looking how others made the work can be a great way to improve the skills you need.

    thanks

    December 10, 2013 at 9:19 am in reply to: .genesis-nav-menu .menu-item (different on 2nd menu) #78058
    Onizuki
    Member

    thank you!) works great

    December 5, 2013 at 8:47 am in reply to: genesis child theme zooming in and out #77188
    Onizuki
    Member

    Hallo Andrea
    thx for answering

    looks like the problem is smt else,
    i already have this lines of codes
    this is my css
    html {
    font-size: 62.5%; /* 10px browser default */
    }

    body {
    background-color: #f5f5f5;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.625;
    }

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

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