• 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

ScottFromPA

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 46 total)
1 2 3 →
  • Author
    Posts
  • April 21, 2020 at 9:57 am in reply to: Sample Theme – How to Box in the Site Title and Header Menu #498098
    ScottFromPA
    Member

    Guys,
    I've not found a way to "box" in the header but.... I did take a look at another theme and they applied this.

    .wrap {margin: 0 auto; max-width: 1200px;}

    which keeps the header at a max width of 1200px and centers it.

    Just drop that into styles.css and your good.

    April 21, 2020 at 9:28 am in reply to: Sample Theme – How to Box in the Site Title and Header Menu #498097
    ScottFromPA
    Member

    Yes! This would be nice to know.

    March 7, 2018 at 12:31 pm in reply to: Genesis Sample Responsive Menu Issue #217455
    ScottFromPA
    Member

    Ah! The issue is hover intent.

    The issue is still causing a problem

    Code Fix
    add_filter( 'genesis_superfish_enabled', '__return_true' );
    add_action( 'wp_enqueue_scripts', 'child_enqueue_scripts' );
    function child_enqueue_scripts() {
    wp_enqueue_script( 'hoverIntent' );
    }

    The Solution and a Spotty Description

    Genesis Fix for Mobile Menu Sub-Menu Problem

    Plugin Solution

    mobble

    Some Themes Don't Have this Problem Like 1140
    https://demo.studiopress.com/eleven40/?_ga=2.78970835.691117572.1520359767-1812957261.1520050812#

    March 2, 2018 at 10:23 pm in reply to: Genesis Sample Responsive Menu Issue #217240
    ScottFromPA
    Member

    I can't believe I'm the only person concerned about addressing this issue.

    November 27, 2017 at 9:05 am in reply to: Studio Pro Theme Layout of Widget "Front Page 2" #214021
    ScottFromPA
    Member

    Thank's Victor.

    November 26, 2017 at 7:22 am in reply to: Studio Pro And Events Calendar – Calendar at default "events" fails #213959
    ScottFromPA
    Member

    problem solved. Thanks.

    November 7, 2017 at 3:01 pm in reply to: How to Remove Gradient Colors on Menu Items – Studio Pro #213366
    ScottFromPA
    Member

    Ah! Found it. So to revisit the question. If you want to control the states of the nav button text simply visit /includes/output.php and go to line 72 and remove....

    .nav-primary a:hover,
    .nav-primary a:focus,
    .nav-primary .current-menu-item > a,
    .nav-primary .sub-menu .current-menu-item > a:hover,
    .nav-primary .sub-menu .current-menu-item > a:focus

    Now you can control via styles.css

    Best wishes.

    June 29, 2017 at 1:36 pm in reply to: The Default Template #208489
    ScottFromPA
    Member

    Brad,

    Yes sir, just the body copy area. Not the nav or the footer. Actually I'm looking for an easy solution to have full browser width background sections that will hold centered body copy. That's it.

    Thanks for that link Andrea.. That's a good chunk of data to chew on.

    June 29, 2017 at 8:19 am in reply to: The Default Template #208458
    ScottFromPA
    Member

    Fellas,
    My goal is to create a custom template that will look like the Smart Passive Income theme.

    Currently Im using Divi in conjunction with Genesis to pull it off but the CSS is a nightmare. I also am not a fan of Divi.

    I just want to have the option of selecting a custom template that gives me the ability for full browser width colors for the front page only. It looks like custom widgets will be needed which is fine by me.

    I've considered full browser width child divs within main class="content" but it's overly complicated.

    January 25, 2017 at 10:54 am in reply to: [post_date] [post_time format="g:i a"] #200013
    ScottFromPA
    Member

    The issue is that the server time is wrong. I have no control over it so I used this solution.

    https://wordpress.org/plugins/display-blog-time/

    July 15, 2016 at 12:24 pm in reply to: Beautiful Pro Theme: Moving Footer Widgets To Another Hook? #189544
    ScottFromPA
    Member

    Brad,

    It was me. I screwed up the syntax.

    I needed to hear that it was my oversight.

    All fixed. Thanks man.

    July 13, 2016 at 1:47 pm in reply to: Beautiful Pro Theme: Moving Footer Widgets To Another Hook? #189416
    ScottFromPA
    Member

    I think there's more than meets the eye here.

    I've tried adjusting priority with zero joy. I think the footer widgets are hard coded into the theme. The theme is Beautiful Pro

    Add_theme_support is the only function for the footer widgets. That's it. Below's the code.

    add_theme_support( 'genesis-footer-widgets', 9 );

    My custom widget looks like this.

    genesis_register_sidebar( array(
        'id'        => 'contact-form-widget', //*unique ID
        'name'        => __( 'Contact Form Bottom', 'beautiful' ), 
        'description'    => __( 'A full width area just above the footer front page only.', 'beautiful' ),  
    ) );
    
    //* Placing The Full Width Bottom Widget on FP only  genesis_before_footer
    add_action( 'genesis_before_footer', 'sef_add_page_content', 2 ); //*  Low priority numbers show up first 
    function sef_add_page_content() {         if ( !is_front_page() )         genesis_widget_area ('contact-form-widget', array(
            'before' => '<div class="contact-form-bottom"><div class="wrap">',
            'after' => '</div></div>',
            ) );
    }
    

    What does it mean when there's no "add_action" for the footers?

    Unfortunately reassignment to another hook is not an option. But thanks for the help.

    November 9, 2015 at 2:32 pm in reply to: Responsive header Dropdown Menu on Mobile devices – hover to click #170591
    ScottFromPA
    Member

    This works great except for one issue. The menus open fine when clicking the text but when you want to close the clambshell it does not work.

    How do you get it to close onclick?

    October 16, 2015 at 10:44 am in reply to: Outreach Pro – Home Bottom widget area – REDUCE TO ONE wide area! #168294
    ScottFromPA
    Member

    Watch out readers.......

    Webcami is not referring to the site footer in Outreach. She's talking about the the need to make the Home bottom widget full width. Brad's instruction are wrong but his logic is sound.

    September 11, 2015 at 6:24 am in reply to: Vertical Admin Bar – Button Overlap (Strange) #165203
    ScottFromPA
    Member

    YES! That's the issue thank you!

    July 29, 2015 at 9:33 am in reply to: Genesis Featured Page Widget – Excerpt Issue On Front Page #160862
    ScottFromPA
    Member

    BOOM!

    Problem Solved. Below is the plugin.

    Genesis Featured Page Advanced

    Yep! This one's going in the "must have" list.

    Have a terrific day!

    July 22, 2015 at 12:52 pm in reply to: MISSING genesis page template drop down menu #160131
    ScottFromPA
    Member

    Thank you Gioz80!

    For those who need a bit more do not remove the top information (the head) form style.css. So, in my situation I was a fool and removed the following in the Enterprise Pro theme.

    /*
    Theme Name: Enterprise Pro Theme
    	Theme URI: http://my.studiopress.com/themes/enterprise/
    	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    	Author: StudioPress
    	Author URI: http://www.studiopress.com/
    	
    	Version: 2.1.1
    	
    	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
    	
    	Template: genesis
    	Template Version: 2.1
    
    	License: GPL-2.0+
    	License URI: http://www.gnu.org/licenses/gpl-2.0.html
    */
    

    I'm a bit of a stickler about load time and I was trying shave down the size of the css file. Sigh, you never stop learning in this job.

    Have a great day!

    June 16, 2015 at 6:59 am in reply to: Force Child %100 Width Outside Parent DIV Metro Pro #156386
    ScottFromPA
    Member

    Got it!

    The solution is to define the position as absolute.

    Below is what works.

    .new-widget { 
              width:100%; /* defines full width */
              position:absolute; /* bounces the div outside of the parent */
           }

    The only downside is that it does not push the other DIVs down. It's rides on top of them because of the absolute declaration. It's no biggie I can account for that.

    June 16, 2015 at 6:46 am in reply to: Force Child %100 Width Outside Parent DIV Metro Pro #156381
    ScottFromPA
    Member

    Hmm.... I tried negative margins / padding and it did not work. Check it out, here's what I'm trying to accomplish.

    http://www.gridviper.com/linguistics/0-wide-outside-parent-div/

    May 26, 2015 at 1:08 pm in reply to: Change "No results" message when searching properties in AgentPress #153696
    ScottFromPA
    Member

    AH! (duh!)

    Appearance > Editor > search.php

    Go towards the bottom, around line 70.

    ENJOY!

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

© 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