• 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

Carlo

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 150 total)
1 2 3 … 6 7 8 →
  • Author
    Posts
  • March 31, 2015 at 11:28 am in reply to: Looking for developer who specializes in adding discussion forums to sites #146264
    Carlo
    Member

    Hi slobizman. I have been involved with a project for adding a discussion board (bbpress) to an existing website. However, it never got off the ground, so I can't say I have any experience with countering spam.

    I will say that you're right in making the countering of spam your biggest concern, and I think that you shouldn't settle to work with anyone who isn't experienced in that area.

    I say that because I recently discussed this issue with the owner of a discussion board (she also happens to use Genesis on her main site) and she says she threatened to shut it down because of the spam problem:
    http://www.websitebabble.com/showthread.php?t=36582&p=247216#post247216

    Good luck anyway.


    Comprehensive, easy to follow Genesis documentation

    March 30, 2015 at 3:04 am in reply to: How Do I Merge Footers Into One Big Footer? #146066
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/merge-footer-columns/


    Comprehensive, easy to follow Genesis documentation

    March 24, 2015 at 1:50 am in reply to: How to remove comment dates #145425
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/remove-comment-dates/

    There will be a filter for this in Genesis 2.2.


    Comprehensive, easy to follow Genesis documentation

    March 23, 2015 at 12:56 pm in reply to: Adding a fixed div for social media buttons #145359
    Carlo
    Member

    Hi Georgette. It's difficult to work out what you want to do. You'll need to share your link and/or explain more clearly.


    Comprehensive, easy to follow Genesis documentation

    March 23, 2015 at 12:53 pm in reply to: Center image (logo) in header prose #145358
    Carlo
    Member

    Hi Munguti. Add the below code to the bottom of your theme stylesheet:

    #title-area #title {
      padding-left: 0;
      text-align: center;
    }

    Let me know if that works.


    Comprehensive, easy to follow Genesis documentation

    March 23, 2015 at 12:41 pm in reply to: NEWS PRO THEME IS NOT SHOWING HAMBURGER MENU #145356
    Carlo
    Member

    Hi Zenboy. I am not overly familiar with the News Pro theme, but it might be that you have JavaScript disabled. Go into your browser settings and ensure that JavaScript is enabled and try again. If that doesn't work, you will probably need to share the link to allow us to take a look. Good luck.


    Comprehensive, easy to follow Genesis documentation

    March 23, 2015 at 12:39 pm in reply to: optin plugin suggestions #145355
    Carlo
    Member

    Hi there. I recommend Genesis eNews Extended. Let me know if you need more help.


    Comprehensive, easy to follow Genesis documentation

    March 23, 2015 at 10:39 am in reply to: Mobile Responsive Snag #145340
    Carlo
    Member

    Hi Paula. You can use the Chrome inspector. Next to the x button, there is another button that moves it to the side instead of the bottom of the window. Then you can resize the inspector which will allow you to test the responsive design.

    It looks like the issue is that your theme stylesheet is hard-coding widths – on lines 628, 784 and 807. In your media queries, you should overwrite these to use width: auto;.

    Let me know if you need more help.


    Comprehensive, easy to follow Genesis documentation

    March 18, 2015 at 3:57 am in reply to: Removing Code and Adjusting upper navigation bar. #144815
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/remove-comment-html-note/


    Comprehensive, easy to follow Genesis documentation

    March 16, 2015 at 12:52 pm in reply to: feature article as dynamic content on another site #144655
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/connect-your-sites/


    Comprehensive, easy to follow Genesis documentation

    March 12, 2015 at 4:32 am in reply to: Custom Sidebar for the Homepage #144140
    Carlo
    Member

    I finally published the tutorial I promised I would:
    http://carlomanf.id.au/run-unique-sidebars/


    Comprehensive, easy to follow Genesis documentation

    March 9, 2015 at 2:12 am in reply to: genesis_title showing outside tag with Simple Hooks #143757
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/modify-title-tags/


    Comprehensive, easy to follow Genesis documentation

    March 5, 2015 at 4:44 am in reply to: Execute actions inside shortcode #143279
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/content-above-header/


    Comprehensive, easy to follow Genesis documentation

    March 2, 2015 at 2:03 am in reply to: How do I use Genesis functions in a plugin? #142794
    Carlo
    Member

    I recently published a tutorial on this topic:
    http://carlomanf.id.au/genesis-functions-plugin/


    Comprehensive, easy to follow Genesis documentation

    February 6, 2015 at 3:45 am in reply to: Anyone know why this in_category code isn't working? #139927
    Carlo
    Member

    Porter, I'm not sure how the echo command is relevant here.

    Desirevo, did you try the suggestion I gave you? Try that first, and if it doesn't work, you could try adding this code to your theme functions:

    
    add_filter( 'pre_get_posts', function( $query ) {
    	if ( $query->is_home() ) {
    		$query->set( 'cat', '-2,-3' );
    	}
    	return $query;
    } );

    Replace 2 and 3 with the IDs of your categories you want to exclude.

    However, I'm not 100% sure I understand which page you want to exclude the categories from, so the code might not work for you. Let me know where it gets you.


    Comprehensive, easy to follow Genesis documentation

    February 4, 2015 at 3:48 pm in reply to: adding sidebar to whitespace pro #139712
    Carlo
    Member

    Hi everyone. I'm sorry to see you didn't get any responses.

    The Whitespace theme is obviously not designed to be used with a sidebar. If you wanted a sidebar, you probably should have selected a different theme. You can add a sidebar to the Whitespace theme, but it will require a LOT of code and time, which I would not be prepared to give away for free.


    Comprehensive, easy to follow Genesis documentation

    February 4, 2015 at 3:43 pm in reply to: how can I make my custom header clickable back to the home page #139709
    Carlo
    Member

    Hi healthyvoyager. Usually it already is. Can you post your link?


    Comprehensive, easy to follow Genesis documentation

    February 4, 2015 at 3:37 pm in reply to: Google adsense code not showing (parallax pro) #139704
    Carlo
    Member

    Hi Frankie. This is most likely caused by adsense, not your Parallax Pro theme or Genesis. It usually takes a while for the ads to start showing.


    Comprehensive, easy to follow Genesis documentation

    February 4, 2015 at 3:24 pm in reply to: Need Help Centering Nav Bar Agency 2.0 #139699
    Carlo
    Member

    Hi there. I would advise against removing those outlines, because they are there for accessibility reasons.


    Comprehensive, easy to follow Genesis documentation

    February 4, 2015 at 3:18 pm in reply to: How Do You Modify The Pricing Table in Centric Pro? #139696
    Carlo
    Member

    Hi Ikigai. The pricing table isn't designed to be two-column. You'd need to rewrite the code.


    Comprehensive, easy to follow Genesis documentation

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 150 total)
1 2 3 … 6 7 8 →

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