• 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

Northumbrian

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • January 31, 2018 at 3:45 pm in reply to: WooCommerce Shop Page Display #215931
    Northumbrian
    Participant

    WC is having some issues with their latest release.
    GCW needs be downgraded back to 0.9.9 for awhile - til WC updates to a stable.
    Here:
    https://wordpress.org/support/topic/latest-gcw-0-9-10-displays-blank-shop-page/#post-9924045


    – looks like Saruman is now running the Shire.

    September 10, 2015 at 1:30 pm in reply to: My Logo @ 360×164 #165147
    Northumbrian
    Participant

    "...just replace...and then... This can be difficult..." Indeed. My point. Specifically and especially if newcomers to Genesis are seeing how friendly this well-known theme is. The gen child sample, setup documentation and logo styling for newcomers should be flawless [imho of course].

    thanks for the heads-up on the logo uploader 'feature'.


    – looks like Saruman is now running the Shire.

    September 10, 2015 at 1:25 pm in reply to: Sample Child #165146
    Northumbrian
    Participant

    Thanks for the Support Davinder. Cheers.


    – looks like Saruman is now running the Shire.

    October 12, 2014 at 8:30 pm in reply to: Parallax Pro Screen Width Divs? #127613
    Northumbrian
    Participant

    "...if it was just me, it would be fine; but I think they require more coding than my client is going to be comfortable with. They love the look of Genesis and Parallax Pro but want to be able to build a site like..."

    +10 to that!

    Visual Composer appears to work well for the challenges involved in the quote above. In addition VC has extensibility [if that's the right word] that many others have taken advantage of [e.g. VC-popup, VC-ihover etc..]. I would think it's well worth a try. It has depth, breadth and is designed to be a drag-n'drop [visual] solution. Given a few days commitment to learning I would think it should serve well.

    Another thing you could look at, if you're not too far down the road, is Divi. It's a substantial solution - and not just to the issue that started this thread.
    http://www.elegantthemes.com/gallery/divi/readme.html


    – looks like Saruman is now running the Shire.

    October 10, 2014 at 1:42 pm in reply to: Parallax Pro Screen Width Divs? #127406
    Northumbrian
    Participant

    Responsive is on my to-do-list - when the client is happy with the boxes and general layout... I'm sure it's just a matter of adding in the .screenwidth where necessary.


    – looks like Saruman is now running the Shire.

    October 9, 2014 at 12:07 pm in reply to: Parallax Pro Screen Width Divs? #127224
    Northumbrian
    Participant

    also, fwiw, i have similar issues with clients wanting to edit their own site. Shocking!!


    – looks like Saruman is now running the Shire.

    October 9, 2014 at 11:57 am in reply to: Parallax Pro Screen Width Divs? #127220
    Northumbrian
    Participant

    also, thanks for your link to the plugin. What workarounds did you come across?

    Also, sorry, second thing I always do in all my WP installs is to turn off the visual editor. "...once bitten, twice shy.." 🙂

    Code? No problem!!

    Here's the Page linked to above - in full sloppiness!

    Screenwidth Page code..


    – looks like Saruman is now running the Shire.

    October 9, 2014 at 10:49 am in reply to: Parallax Pro Screen Width Divs? #127209
    Northumbrian
    Participant

    i am in the middle of solving this notwithstanding any mo' beddah solutions that might appear.. [NOT even remotely interested in Divi or 3rd Party Page Template Plug-ins [e.g. ig-pagebuilder or whatever it is this week]]

    This solution below appears to work but, caveat, not all permutations have been tested...

    Starting with the Parallax Pro child theme's style.css I saw this below:

    
    .site-inner, .wrap {
    	margin: 0 auto;
    	max-width: 1200px; /* 6/2 changed from 1140px */
    }
    .site-inner {
    	clear: both;
    	margin-top: 170px;
    }
    .parallax-home .site-inner {
    	margin-top: 100px; /* 6/16 watch this one */;
    	max-width: 100%;
    }
    .parallax-landing .site-inner {
    	margin-top: 100px;
    }
    

    I then created a new class in [child theme's] style.css called .screenwidth.

    Then added it like so:

    
    /* My Screen Width Pages 8/31/2014 */
    
    .screenwidth .site-inner, .screenwidth .content-sidebar-wrap, .screenwidth .content {
        margin-top: 40px;
        max-width: 100%;
        width: 100%;
    	padding:0;
    }
    
    .screenwidth .wrap {
        width: 1200px;
    	margin:0 auto;
    }
    
    .screenwidth .content .page {
    	margin:0;
    }
    

    Then, added the .screenwidth to the custom class in a Page layout like below:

    Screenwidth Page..

    Looks like this [under dev.]

    http://104.131.132.233/products/

    Comments welcomed. Thanks.


    – looks like Saruman is now running the Shire.

    May 17, 2014 at 2:26 pm in reply to: How do I create a full width feature or Hero using the Sample Child theme #105647
    Northumbrian
    Participant

    I think i goddit. I just have to remove the whole line:

    // if ( is_front_page() && is_active_sidebar('after-header') )
    {

    and then it'll show on just pages declared with a Widget 'Display on Page' plugin..

    Awesome. Thanks again.


    – looks like Saruman is now running the Shire.

    May 17, 2014 at 1:58 pm in reply to: How do I create a full width feature or Hero using the Sample Child theme #105645
    Northumbrian
    Participant

    @braddalton

    Sometimes what seems so 'second nature' to some saves others hours of head-banging.

    If I wanted to have this full-width display on other pages - not just Front - would I change this line below:
    if ( is_front_page() && is_active_sidebar('after-header') ) {

    To this one:
    if ( && is_active_sidebar('after-header') ) {

    - Thank you for posting the function... Appreciated much.


    – looks like Saruman is now running the Shire.

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