Forum Replies Created
-
AuthorPosts
-
trevors
MemberHi there,
Any ideas or thoughts from the forum on this?
Thanks,
Trevortrevors
MemberI'd also like to add that the widget text seems to be visible on smaller screens but not my desktop screen size.
trevors
MemberI've changed my gallery to Foo Gallery which has solved my formatting problems.
trevors
MemberHi there,
Can anyone point me in the right direction to figure out how I can control the fonts in this gallery? It's a plugin called Photo Gallery.
Thanks,
Trevprtrevors
MemberHi Victor,
Sorry, got sidetracked with SSL issues. Ready to get this sorted now. I'd like to change the font to "inherit" and change the colors of the font. It's the gallery toward the top of the page. Here's the page: https://reachii.org/reaching-out/
Thanks,
Trevortrevors
MemberHi Victor,
Thanks, I'll check this out.
trevors
MemberHi Victor,
Any of the inside pages have the search form in the right sidebar. Here's an example: http://reachii.org/message-from-our-founders/
Thanks,
Trevortrevors
MemberHi Christoph,
Thanks for the help. It was close ;-)) Needed another two pixels. All set, thanks again!
trevors
MemberThe best help I got to resolve this is here: http://wpsites.net/web-design/outreach-pro-add-extra-home-page-widget/
trevors
MemberAny other thoughts on the code I need to use to enable another widget area just above the sub-footer and below the "Home-Bottom"?
Here's the site: http://reachii.org/
trevors
MemberHere are the additions:
front-page.php
if ( is_active_sidebar( 'home-top' ) || is_active_sidebar( 'home-middle' ) || is_active_sidebar( 'home-bottom' ) ) {
//* Add home middle widgets
add_action( 'genesis_loop', 'outreach_home_middle_widgets' );function outreach_home_middle_widgets() {
genesis_widget_area( 'home-middle', array(
'before' => '<div class="home-middle widget-area"><div class="wrap">',
'after' => '</div></div>',
) );}
functions.php
genesis_register_sidebar( array(
'id' => 'home-middle',
'name' => __( 'Home - Middle', 'outreach' ),
'description' => __( 'This is the middle section of the Home page.', 'outreach' ),
) );CSS to suit
.home-middle .widget {
margin: 0;
padding: 0;
}trevors
MemberHi Victor,
Thanks for your fast response but there are still issues. It's easy to add a widget between the Home-Top and Home-Bottom but after the Home-Bottom is challenging.
Still no success.
trevors
MemberJavier, thanks.
trevors
MemberMarcy,
Thanks so much. It worked except that I had to set the widths to 240px so that the last column wasn't pushed down.
Thank you!Also, thanks for the note on the plugin.
July 23, 2014 at 10:11 am in reply to: Enterprise Pro Theme – Add a 4th Widget to Home – Bottom #115527trevors
MemberHi Brad,
Still not working. The site is not live yet. Can I privately send you login credentials to have a quick look?
July 21, 2014 at 4:49 pm in reply to: Enterprise Pro Theme – Add a 4th Widget to Home – Bottom #115268trevors
MemberBrad, thanks for jumping in so quickly. I updated the css file and the sizing looks correct however the 4th widget is being pushed down onto the next row, so it appears under the 1st widget in the Home - Bottom. Any thoughts on this?
trevors
MemberThe addition to the functions.php file worked, thanks.
trevors
MemberYes, I have this plugin installed.
-
AuthorPosts