Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
zanspace
Memberthank you Davinder. worked like a charm.
January 23, 2014 at 5:14 pm in reply to: Minimum Pro / Strange CSS Glitch with Genesis Responsive Slider #86711zanspace
MemberI added the inline CSS to the
<li>
element (there's only 1) in the php file.zanspace
MemberHi,
I'm using the Minimum Pro theme and would like to define a new, full-width widget area just under the tagline.
I've followed the instructions to register the widget, which works. I can now see the new widget area from the admin section://* Register after post widget area genesis_register_sidebar( array( 'id' => 'after-tagline', 'name' => __( 'After Tagline', 'minimum' ), 'description' => __( 'This is a widget area that can be placed after the tagline', 'minimum' ), ) );
Then I added the following hook to the front-page.php provided with minimum Pro.
//* Hook after post widget area after post content genesis_widget_area( 'after-tagline', array( 'before' => '<div class="after-tagline widget-area">', 'after' => '</div>', ) );
When I tested the widget, (adding some lorem ipsum text), I see no effect on the front end: Nothing is written below the tagline.
What am I doing wrong? Link to my site: http://zanspace.comthanks!
January 22, 2014 at 8:24 am in reply to: Minimum Pro / Strange CSS Glitch with Genesis Responsive Slider #86443zanspace
MemberThe problem was in the
- element of the slider. I used Inline CSS, in the Genesis-Responsive-slider.php file to ensure that the margin + padding were set to "0"
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)