• 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

CJWheels

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 50 total)
1 2 3 →
  • Author
    Posts
  • December 6, 2018 at 12:34 pm in reply to: Keep the home page hero image for Blog single post page Essence Pro Theme #224860
    CJWheels
    Member

    Well that was too darn easy. I was overthinking it. Works perfectly, and THANKS!

    December 6, 2018 at 8:00 am in reply to: Keep the home page hero image for Blog single post page Essence Pro Theme #224856
    CJWheels
    Member

    Yes, but that results in there being no feature for the blog section on the home page. Was hoping to just remove the single post feature without having to lose the feature on the home page.

    May 15, 2018 at 9:53 am in reply to: GDPR? #219915
    CJWheels
    Member

    Hi Victor, how are you dealing with GDPR compliance for WordPress commenting? Is there a plug in that ads a checkbox to the input field or do you know if WordPress is coming out with an update. I'm also struggling with adding a checkbox to Genesis Enews Extended plug in. Hoping updates are coming to address this.

    June 22, 2017 at 9:59 am in reply to: add search bar to header menu #208083
    CJWheels
    Member

    Yes, I added that code to the theme function, but it doesn't appear to do anything. How do I get the search bar into the menu? I know I"m being dense on this once code is added I don't see any option anywhere.

    June 5, 2017 at 10:59 am in reply to: Can't get comments on #207356
    CJWheels
    Member

    I found an answer, and it's crazy. I've never had to do this before. I had to go into screen options and enable comments in the check box. Then since this was a migration for all previous posts I had to: go to Dashboard > Posts > select all posts > Bulk Action > Edit > Apply > update the Comments box to “Allow” > Update.

    I have NEVER had to do this before. BUT it worked. Found it with this post: https://onehappystudio.com/troubleshooting-comments-field-not-displaying/

    September 9, 2016 at 11:06 am in reply to: Blog Title Text Weight Different on interior pages than home #192898
    CJWheels
    Member

    Hi Christoph, thanks for that. Unfortunately when I added the font-weight of 100 to it, I still had the same issue. I ended up just making a .png header out of the home page and loaded it. Just couldn't make it stop swapping back and forth. Makes no sense since the other site is on the same theme and has no issue.

    Thanks again though!

    Cyn

    July 11, 2016 at 5:33 pm in reply to: Position Fixed Magazine Pro header #189264
    CJWheels
    Member

    Thanks for the direction Brad. I got there with this:

    .site-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f5f5f5;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    }

    I then added a margin top to the .site-inner. Done and done 😉

    October 23, 2015 at 8:45 am in reply to: Exclude one category from the Genesis Popular Posts widget? #168835
    CJWheels
    Member

    Thanks Brad, I'll check out that one. I installed the Featured Posts Amplified and it screwed up all the programming on the home page. I've never liked that plug in. Hopefully sandbox will get me where I need to be. Really not up for recoding that home page. *fingers crossed

    October 23, 2015 at 8:20 am in reply to: Exclude one category from the Genesis Popular Posts widget? #168833
    CJWheels
    Member

    Hey Brad, thanks for helping out on this. What is the plug in that extends that widget? I can't seem to find it.

    July 27, 2015 at 9:32 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160678
    CJWheels
    Member

    Well that got me there pretty darn quick. Thanks for the tip!

    Cyn

    July 27, 2015 at 8:45 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160670
    CJWheels
    Member

    That's a super slick plug in. Would like to get there without a paid plug in if that's possible. I may buy it, but wondering for myself how to code it in.

    C

    July 27, 2015 at 7:31 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160653
    CJWheels
    Member

    Hi Victor, I am using the featured post widget set to 3 posts in the home widget 5: http://www.drjohnlgraham.us/ It's marked "From The Blog" I can't figure out how to have them show side by side instead of on top of each other. Thoughts?

    Cyn

    July 14, 2015 at 7:16 pm in reply to: Remove border-right in navigation #159427
    CJWheels
    Member

    Perfection! How did I not know this one?

    http://theyallcallmemom.com/

    Thanks so much Brock!

    C

    April 29, 2015 at 11:21 am in reply to: Best way to truncate titles News Pro Theme #149522
    CJWheels
    Member

    Well, I kind of rigged it to work. For the home-middle sections, I added this:

    .home-middle .featured-content .entry-title {
    height: 25px;
    overflow: hidden;
    }

    Not sure if it's the right way to do it, but it got me where I needed to be. Curious to hear if anyone else would do it differently.

    C

    April 20, 2015 at 9:57 am in reply to: Add an icon to navigation menu #148548
    CJWheels
    Member

    Thanks Rob. I figured it out using this plug in: https://wordpress.org/plugins/menu-icons/

    You can see it here: http://celebrouhaha.com/

    Now the only thing I need to figure out is how to get the icons on top of the text instead of next to. Plug in offers before and after. Any thoughts on getting it above?

    Thanks
    Cyn

    April 15, 2015 at 3:20 pm in reply to: Shorten header area on Cafe Pro Theme #148049
    CJWheels
    Member

    And...I got it. Remove this section:
    // Header Height
    var navHeight = $('.nav-primary').outerHeight();
    var snavHeight = $('.nav-secondary').outerHeight();
    var beforeheaderHeight = $('.before-header').outerHeight();
    var windowHeight = $(window).height();
    var newHeight = windowHeight - navHeight - snavHeight - beforeheaderHeight;

    $('.front-page-header') .css({'height': newHeight +'px'});
    $('.image-section') .css({'height': windowHeight +'px'});

    $(window).resize(function(){

    var navHeight = $('.nav-primary').outerHeight();
    var snavHeight = $('.nav-secondary').outerHeight();
    var beforeheaderHeight = $('.before-header').outerHeight();
    var windowHeight = $(window).height();
    var newHeight = windowHeight - navHeight - snavHeight - beforeheaderHeight;

    $('.front-page-header') .css({'height': newHeight +'px'});
    $('.image-section') .css({'height': windowHeight +'px'});

    });

    From the home.js in your js folder. Done.

    Cyn

    April 15, 2015 at 3:09 pm in reply to: Shorten header area on Cafe Pro Theme #148047
    CJWheels
    Member

    Hey Jon, I tried that...did not work. I think it's something in a js file, but I can't figure out how to change it.

    Cyn

    April 8, 2015 at 9:31 am in reply to: Collapsible Div Tags for Google Ads #147072
    CJWheels
    Member

    I got this to work thanks to your help! I added the .setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch to each seperate ad I wanted to collapse. Folds down perfectly now.

    <script type='text/javascript'>
    var googletag = googletag || {};
    googletag.cmd = googletag.cmd || [];
    (function() {
    var gads = document.createElement('script');
    gads.async = true;
    gads.type = 'text/javascript';
    var useSSL = 'https:' == document.location.protocol;
    gads.src = (useSSL ? 'https:' : 'http:') +
    '//www.googletagservices.com/tag/js/gpt.js';
    var node = document.getElementsByTagName('script')[0];
    node.parentNode.insertBefore(gads, node);
    })();
    </script>

    <script type='text/javascript'>
    googletag.cmd.push(function() {
    googletag.defineSlot('/50217444/Momsnacks_160x600', [160, 600], 'div-gpt-ad-1427162132059-0').addService(googletag.pubads());
    googletag.defineSlot('/50217444/Momsnacks_300x250', [300, 250], 'div-gpt-ad-1427162132059-1').addService(googletag.pubads());
    googletag.defineSlot('/50217444/Momsnacks_300x250(mobile)', [300, 250], 'div-gpt-ad-1427162132059-2').addService(googletag.pubads())
    .setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
    googletag.defineSlot('/50217444/Momsnacks_320x100(mobile)', [320, 100], 'div-gpt-ad-1427162132059-3').addService(googletag.pubads())
    .setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
    googletag.defineSlot('/50217444/Momsnacks_320x50(mobile)', [320, 50], 'div-gpt-ad-1427162132059-4').addService(googletag.pubads())
    .setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
    googletag.defineSlot('/50217444/MomSnacks_728x90', [728, 90], 'div-gpt-ad-1427162132059-5').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
    });
    </script>

    You have to remember to remove the ";" after each ad set when you ad in the collapsible div tag code. That was my mistake.

    April 7, 2015 at 9:19 am in reply to: Collapsible Div Tags for Google Ads #146917
    CJWheels
    Member

    Hey Brad, thanks for the direction. Straight up, I think it's something that falls on the Google end. I can't figure out why they'd hand out mobile code that doesn't take up space on desktops. They keep telling my client it's a developer issue. I disagree.

    My client said, "Ask the smartest people you know." So I came here 😉

    I'll head over there. If I get a fix, I'll post it here as well.

    Cynthia

    October 22, 2014 at 12:24 pm in reply to: Adding a background color to one page of Agency Pro theme #128778
    CJWheels
    Member

    Still not working:

    Shop

    C

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

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