• 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

jacobgoh101

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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • November 13, 2015 at 7:27 pm in reply to: Conditionally Set Header Height on Portfolio Pages #171055
    jacobgoh101
    Member

    Not sure if I understand your problem properly,
    but the way i used to modify CSS on only a certain post type is through using wordpress conditional tag

    https://codex.wordpress.org/Conditional_Tags#A_Single_Page.2C_a_Single_Post.2C_an_Attachment_or_Any_Other_Custom_Post_Type

    something similar to this works for me (put in functions.php)

    add_action( 'woocommerce_before_main_content', 'remove_product_image_from_composite', 1 );
    function remove_product_image_from_composite(){
    if ( is_single( array( 221,228 ) ) ) {
    echo "<style>
    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary{
    width:100%;
    }
    .product_meta{
    display: none;
    }
    .related.products{
    display:none;
    }
    </style>";
    }
    }

    October 20, 2015 at 8:24 am in reply to: how to manually create a responsive slider without plugins? #168577
    jacobgoh101
    Member

    Ah sorry. My bad.

    I would like to create something like this

    View post on imgur.com


    is this possible with Genesis Responsive Slider?

    I am trying to figure out how to use slick in Genesis

    October 20, 2015 at 8:17 am in reply to: how to manually create a responsive slider without plugins? #168575
    jacobgoh101
    Member

    I thought that's supposed to be used for 'post' only?

    October 20, 2015 at 2:50 am in reply to: how to disable sticky menu on mobile? #168553
    jacobgoh101
    Member

    installed the plugin and it works
    Thanks Sonia

    October 19, 2015 at 6:24 pm in reply to: how to disable sticky menu on mobile? #168530
    jacobgoh101
    Member

    Hi Cathy

    Thanks for this. What would the more elegant solution be? Can you give me some ideas for me to google for the solution?

    By the way, I always get error while trying to use http://www.studiopress.com/responsive/

    View post on imgur.com

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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