• 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

pcgs51

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
  • August 5, 2014 at 4:07 pm in reply to: Default layout not working #117209
    pcgs51
    Member

    That is exactly what is not working. I keep trying to reset the default layout and then selecting the full width with no luck. Also seen this in other Genesis child themes lately. Since I see it early on I rule out any edits or plugins. But this should be super simple.

    Thanks.


    Thanks,
    pcgs51

    May 19, 2014 at 6:43 pm in reply to: Outreach Pro and Home Page Content #105947
    pcgs51
    Member

    Okay so I see that in the front-page.php of the Outlook child theme that there is a remove action to remove the Genesis loop found on line 29. So if I comment it out the home page content appears. But it appears above the Home Top and Home Bottom Widget areas

    So my question is now a bit different: How do I move that loop to appear below the Home-Top area? I think the slider should at least appear above the content.

    Wondering if I can add the slider to this page via a short code and avoid all the other fancy footwork? If this is possible how and where would I do this?


    Thanks,
    pcgs51

    May 13, 2014 at 5:10 pm in reply to: Genesis Responsive Slider: How can I exclude slider category from blog page? #104990
    pcgs51
    Member

    Well, I Googled a little more and while I do think that the Genesis settings should have worked, I did find a way to remove this category here: http://nataliegraham.me/how-to-exclude-a-category-from-your-main-blog-feed/

    I opted for door #2 which was adding this to my functions.php. The "2" indicating my category that I wanted to remove.

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

    I do wish the Genesis settings would have worked. They should have. Thanks for being there. Sometimes it really helps when you know others are out there pulling for you. Thanks nerdworker!


    Thanks,
    pcgs51

    May 13, 2014 at 4:59 pm in reply to: Genesis Responsive Slider: How can I exclude slider category from blog page? #104988
    pcgs51
    Member

    Thanks nerdworker,

    Too funny, that is exactly the video I'm watching. Wondering why my settings aren't working. My category ID is 2. Like so:
    http://fitnesshalloffame.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=2&post_type=post

    So I just type the number 2 into the box yes?
    I also tried selecting only one category for the blog page but all of the categories show up.

    I was wondering if this only works for non static pages but the video sure looks like her site is a static page scenario. What could be preventing this from excluding what I want?


    Thanks,
    pcgs51

    March 19, 2014 at 9:55 am in reply to: Add section to Parallax Pro #95693
    pcgs51
    Member

    I asked a very similar question yesterday and believe you will find the solution in here:

    http://www.studiopress.community/topic/parallax-pro-add-images-to-all-backgrounds-of-home-sections/

    It works great.


    Thanks,
    pcgs51

    March 19, 2014 at 9:30 am in reply to: Add section to Parallax Pro #95688
    pcgs51
    Member

    Awesome, thanks!


    Thanks,
    pcgs51

    March 18, 2014 at 11:42 pm in reply to: Parallax Pro: add images to all backgrounds of home sections #95618
    pcgs51
    Member

    Thanks Tom!

    For the sake of anyone reading here I believe you meant to say for the second document that gets edited on line 52 that the file name is

    “themes\parallax-pro\lib\customize.php”

    But as for everything else— this is not only spot on and WORKS, I will be able to learn quite a bit from reviewing the code in these edits. My biggest problem was I'm working with a multisite and accidentally was looking in the wrong child theme for the files to edit and the lib directory and the js/parallax.js simply weren't there. DOH! But this helps me so very much. THANK YOU so very much!


    Thanks,
    pcgs51

    March 18, 2014 at 2:33 pm in reply to: Add extra home section in Parallax Pro theme #95547
    pcgs51
    Member

    Hi timryan, Looks like you managed to add a sixth section. How did you do it?


    Thanks,
    pcgs51

    March 18, 2014 at 2:30 pm in reply to: Add section to Parallax Pro #95545
    pcgs51
    Member

    Where in the code?


    Thanks,
    pcgs51

    February 11, 2014 at 9:09 pm in reply to: How can I force a line break in a widget title? #89904
    pcgs51
    Member

    That worked! Thanks for hanging in there and helping out Summer! I actually was asking this on behalf of a friend in a different forum.


    Thanks,
    pcgs51

    February 11, 2014 at 7:37 pm in reply to: How can I force a line break in a widget title? #89890
    pcgs51
    Member

    Note to moderator: There is a person attempting to post to this thread but her replies keeps getting deleted. Her name is Summer.


    Thanks,
    pcgs51

    February 11, 2014 at 7:35 pm in reply to: How can I force a line break in a widget title? #89888
    pcgs51
    Member

    Very strange that your post doesn't show up but I did see your message, Summer.

    Your coding suggestion also causes the white screen of death.


    Thanks,
    pcgs51

    February 11, 2014 at 5:53 pm in reply to: How can I force a line break in a widget title? #89881
    pcgs51
    Member

    Thanks Davinder, I've tried them all and can officially tell you that none of them work. Checking on the add paragraphs box does nothing. Also, I added that last script above to my functions.php and it broke my site entirely.

    My question stands but let me rephrase this: Does anyone know of a way to do this? Have you done it before? I'm using a current version of Genesis and the Epik theme.


    Thanks,
    pcgs51

    February 6, 2014 at 12:25 am in reply to: I want to center elements in the Parallax Pro Header #88911
    pcgs51
    Member

    Many thanks to you both Andrea and sdbroker! They both work. I'm currently using sdbroker's solution but both are helpful for the sake of learning.

    Thanks so much for the generosity of your time and talents!


    Thanks,
    pcgs51

    February 5, 2014 at 9:06 pm in reply to: I want to center elements in the Parallax Pro Header #88894
    pcgs51
    Member

    Hi Andrea!

    That works almost 100%. The only flaw is that the image doesn't scale for devices like the rest of the site does when you view in a less than 480px width device. It pushes off to the right by about 40-60px when viewing on a 320px wide iPhone. Looks fine at the 480px width and up.

    But this is way better than it was.
    Thanks again!


    Thanks,
    pcgs51

    January 14, 2014 at 4:25 pm in reply to: Outreach Pro: removing color from content area on home page #85224
    pcgs51
    Member

    Thanks Colson,

    Added those three which did not work but you got me started with more testing.
    I removed the slider and added a text widget. And thought I found a fix but it didn't pan out.
    I added Carrie's plugin Genesis Style Trump but still no go with or without the !important.
    I found a clue. My CSS wasn't seeing the values for this rule so I changed this rule:

    From:
    .home .content {
    background-color: none; }

    To:
    .home .content {
    background-color: transparent; }

    And it worked for the text widget but NOT the slider.

    However the final discovery is here for anyone including me for future reference. Yes, I had to use all three.

    	.home .content {
    	background-color: transparent;
    	}
    	
    	.content .flexslider {
    	background-color: transparent;
    	}
    	
    	.content #genesis-responsive-slider {
    	background-color: transparent;
    	}

    Thanks,
    pcgs51

    November 16, 2012 at 12:30 pm in reply to: Removing the post-info from Shopp products on Fabric child theme #340
    pcgs51
    Member

    Hey, where's the LIKE button when you need it?


    Thanks,
    pcgs51

  • 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

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