• 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

plentyvegan

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 31 total)
1 2 →
  • Author
    Posts
  • April 10, 2017 at 11:22 am in reply to: Admin widgets issue and homepage widgets missing Divine child theme #204572
    plentyvegan
    Member

    UPDATE

    I did notice that the plugin I use "genesis featured page" was deactivated so that probably has something to do with the issue but when I reactivated it, nothing seemed to change.

    March 7, 2017 at 9:20 am in reply to: Genesis compatibility with PHP 7.0 #202638
    plentyvegan
    Member

    Awesome - thanks, Gary!

    October 25, 2016 at 12:18 pm in reply to: Add Search to Hamburger on mobile #195316
    plentyvegan
    Member

    Duh - thank you!

    September 30, 2016 at 4:15 pm in reply to: Format Category Pages to Look Like Blog Page #194060
    plentyvegan
    Member

    This worked great, Susan - thanks!

    September 22, 2016 at 12:32 pm in reply to: Genesis Breadcrumbs with CM Tooptip Glossary Pro #193545
    plentyvegan
    Member

    Hi there - curious which option solved your breadcrumb problem. I'm having the same issue currently.

    September 21, 2016 at 8:59 am in reply to: Ellipses for permalink not working on blog page #193469
    plentyvegan
    Member

    I changed the theme settings to "entry content" instead of "entry excerpt" to get the "continue reading" button to appear.

    Thanks!

    August 24, 2016 at 6:55 pm in reply to: Added cart icon & it's not updating or showing up on mobile – Genesis Divine #192004
    plentyvegan
    Member

    On a technical note, which I think is within scope.

    I've removed all the code for the cart and I added back in the code that you said was hiding the cart on mobile:

    .genesis-nav-menu li.right { display: none; }

    Unfortunately both the primary and secondary menus show their contents before becoming a hamburger during loading on mobile now. Not sure what went wrong or if I'm just noticing a glitch...

    August 24, 2016 at 6:13 pm in reply to: Added cart icon & it's not updating or showing up on mobile – Genesis Divine #192000
    plentyvegan
    Member

    Ah ok. I didn't see anything regarding that in the rules of the forum and so didn't know: http://www.studiopress.community/policies-and-guidelines/

    It seems like people who answer these questions could just skip over a post if they found it out of scope, right?

    August 24, 2016 at 4:24 pm in reply to: Added cart icon & it's not updating or showing up on mobile – Genesis Divine #191988
    plentyvegan
    Member

    I'm unclear what these forums are for then. What are the parameters? I bought the theme from Studio Press and added plugins as many do - where is the line between Studio Press related topics and topics that goes beyond that? Thanks for clarifying.

    I removed
    .genesis-nav-menu li.right {
    display: none;
    }

    Now the cart does show up under the hamburger. The entire secondary nav flashed open upon loading, though, which isn't great.

    I forgot to add that I had added this code to the functions file to attempt to update the cart but it seems not to work:

    /**
    * Ensure cart contents update when products are added to the cart via AJAX
    * https://docs.woocommerce.com/document/show-cart-contents-total/
    */
    add_filter( ‘woocommerce_add_to_cart_fragments’, ‘woocommerce_header_add_to_cart_fragment’ );

    function woocommerce_header_add_to_cart_fragment( $fragments ) {
    ob_start();

    ?>
    get_cart_url(); ?>” title=””>cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?> – cart->get_cart_total(); ?>
    <?php

    $fragments['a.cart-contents'] = ob_get_clean();

    return $fragments;
    }

    Thanks for the info, Victor.

    August 24, 2016 at 3:36 pm in reply to: Custom JS script not loading Genesis Divine Theme #191981
    plentyvegan
    Member

    I totally forgot about that section of the admin - added the script and it worked.

    I also had the thought that I was directing it to the parent theme - should have explored that more. Thanks for the info again!

    August 24, 2016 at 3:11 pm in reply to: Override Genesis Divine Theme primary color for Woocommerce price #191976
    plentyvegan
    Member

    Hi Victor,

    I reordered the loading - thanks for that info. I had to fix a bunch of styles but I think it's better in the long run.

    Thanks again!

    Diana

    August 23, 2016 at 10:23 am in reply to: Click Anywhere to expand hamburger menu on mobile to show children #191911
    plentyvegan
    Member

    One more question.

    Is there a way to remove the highlighting when you click to expand the menu on mobile? It highlights the parent and children in blue when I tap:

    http://plentyvegan.staging.wpengine.com

    Thanks again!

    August 23, 2016 at 10:20 am in reply to: Click Anywhere to expand hamburger menu on mobile to show children #191910
    plentyvegan
    Member

    That makes me so happy, emasai - thanks!

    August 18, 2016 at 2:03 pm in reply to: Sticky Nav Not Showing up until scroll #191554
    plentyvegan
    Member

    Oh, it occurs to me that it makes more sense to have my primary navigation (below logo) stick to the top of the page after scrolling...

    Any good resources for that?

    August 18, 2016 at 11:03 am in reply to: Sticky Nav Not Showing up until scroll #191548
    plentyvegan
    Member

    Thanks so much, Chris.

    Duh.

    August 1, 2016 at 8:38 am in reply to: Add to Cart and Quantity not aligned in Genesis Connect for Woocommerce #190574
    plentyvegan
    Member

    Hi Victor,

    I was able to access the file I couldn't find via SFTP - I didn't realize WordPress limited file access via admin. I added the following code, as suggested by WooCommerce support:

    .woocommerce *::after,
    .woocommerce *::before {
    display: none;
    }

    It looks great!

    Thanks so much for your help.

    Diana

    July 29, 2016 at 11:45 am in reply to: Add to Cart and Quantity not aligned in Genesis Connect for Woocommerce #190452
    plentyvegan
    Member

    Thanks for your help, Victor.

    Where is that css located to edit? I'm probably missing something right in front of me. I could find wpstudio-gsw-style.css referenced in the file genesis-slide-in-widget/genesis-slide-in-widget.php but don't know where the pseudo element is.

    This might be helpful feedback for the plugin creator? Does it seem like it's a glitch?

    Thanks again.

    July 27, 2016 at 11:01 pm in reply to: Add to Cart and Quantity not aligned in Genesis Connect for Woocommerce #190354
    plentyvegan
    Member

    I've tried it both in Chrome and Safari on mac and they both show misalignment.

    I deactivated Genesis Connect and it is still misaligned. Not sure why WooCommerce would be having this issue though - I feel like it's probably some interplay with the theme.

    Regardless, I'll reach out to them.

    Thanks.

    July 27, 2016 at 12:30 pm in reply to: Add to Cart and Quantity not aligned in Genesis Connect for Woocommerce #190311
    plentyvegan
    Member

    I don't think they are aligned perfectly.

    Same with the Apply Coupon and Update Cart on the cart page. Here are screen shots:

    Misalignment 1

    Misalignment 2

    July 21, 2016 at 1:22 pm in reply to: Remove Img Title Prettyphoto lightbox Woocommerce Product Page #189959
    plentyvegan
    Member

    Success!

    Thanks so much!

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