Forum Replies Created
-
AuthorPosts
-
April 21, 2020 at 9:57 am in reply to: Sample Theme – How to Box in the Site Title and Header Menu #498098
ScottFromPA
MemberGuys,
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 #498097ScottFromPA
MemberYes! This would be nice to know.
ScottFromPA
MemberAh! 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
Plugin Solution
Some Themes Don't Have this Problem Like 1140
https://demo.studiopress.com/eleven40/?_ga=2.78970835.691117572.1520359767-1812957261.1520050812#ScottFromPA
MemberI can't believe I'm the only person concerned about addressing this issue.
ScottFromPA
MemberThank's Victor.
November 26, 2017 at 7:22 am in reply to: Studio Pro And Events Calendar – Calendar at default "events" fails #213959ScottFromPA
Memberproblem solved. Thanks.
November 7, 2017 at 3:01 pm in reply to: How to Remove Gradient Colors on Menu Items – Studio Pro #213366ScottFromPA
MemberAh! 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.
ScottFromPA
MemberBrad,
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.
ScottFromPA
MemberFellas,
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.
ScottFromPA
MemberThe issue is that the server time is wrong. I have no control over it so I used this solution.
July 15, 2016 at 12:24 pm in reply to: Beautiful Pro Theme: Moving Footer Widgets To Another Hook? #189544ScottFromPA
MemberBrad,
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? #189416ScottFromPA
MemberI 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 #170591ScottFromPA
MemberThis 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! #168294ScottFromPA
MemberWatch 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.
ScottFromPA
MemberYES! 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 #160862ScottFromPA
MemberBOOM!
Problem Solved. Below is the plugin.
Genesis Featured Page Advanced
Yep! This one's going in the "must have" list.
Have a terrific day!
ScottFromPA
MemberThank 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!
ScottFromPA
MemberGot 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.
ScottFromPA
MemberHmm.... 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 #153696ScottFromPA
MemberAH! (duh!)
Appearance > Editor > search.php
Go towards the bottom, around line 70.
ENJOY!
-
AuthorPosts