Forum Replies Created
-
AuthorPosts
-
CaseyKt2013Member
Brad - I just signed up. However, I'm not sure where or how to log in. It isn't recognizing the UN or email address I used to sign up.
CaseyKt2013MemberThis reply has been marked as private.November 15, 2015 at 2:14 pm in reply to: Minimum Pro Theme: Adding Full Width Widget to Home page #171204CaseyKt2013MemberSorry, that sent too fast - would you be available (or someone from your team) to do something like this? (I saw you had a consulting option vs the monthly membership). If so, what would turn around time be?
November 15, 2015 at 2:13 pm in reply to: Minimum Pro Theme: Adding Full Width Widget to Home page #171202CaseyKt2013MemberThank you, Brad - I am not sure how to do that.
November 15, 2015 at 2:12 pm in reply to: Minimum Pro Theme: Adding Full Width Widget to Home page #171201CaseyKt2013MemberThis is the code I used to add the widget (I have since deleted it)
genesis_register_sidebar( array(
'id' => 'new-widget',
'name' => __( 'New Widget', 'domain' ),
'description' => __( 'Add Content Here', 'domain' ),
) );add_action( 'genesis_after_header', 'your_widget' );
function your_widget() {
if ( is_front_page() && is_active_sidebar('new-widget') ) {
genesis_widget_area( 'new-widget', array(
'before' => '<div class="new-widget widget-area">',
'after' => '</div>',
) );}
}
Thank you to Brad Dalton or sharing this at http://wpsites.net/web-design/adding-new-widget-areas-in-studiopress-themes/ f
CaseyKt2013MemberTom - thank you for taking the time to reply - I really appreciate it. 🙂
Erik - this is perfect - exactly what I was looking for - thank you so much!
CaseyKt2013MemberNo, I meant when you are actually viewing the site on a smartphone - the menus condense into a single word with a drop down - the top one is named "menu" and the bottom one is named "categories" - the actual menus themselves within the dashboard are not named those - I have them named Menu 1 and Menu 2 or something like that.
I want to change "categories" to something more meaningful
CaseyKt2013MemberThank you!! 🙂 🙂 🙂
CaseyKt2013MemberThank you for the heads up on that - I'm working in Safari …
Do you see the gaps on more than just the smaller screen sizes? Is it just the one white band on top - or are you seeing more of them (between images).
Thanks again!
CaseyKt2013MemberGreat! That worked really well - except now there is a small white band at the very top (only) on the 320 and 240 screen sizes. Any suggestions on what would cause this?
Thank you!
CaseyKt2013MemberThank you for taking the time to share this - very appreciated! Testing it out now. 🙂
May 10, 2015 at 1:27 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151566CaseyKt2013MemberOkay, the duplicate image is now gone - but there is still a lot of padding above and below the smaller images (it is keeping the same height as the full size header image) - how to do I get rid of that?
Thank you!
May 10, 2015 at 12:58 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151557CaseyKt2013MemberThank you = trying this right now.
CaseyKt2013MemberUpdate: I think I figured out how to get my badge to display (still need to adjust size and positioning) - but the old header image is showing, pretty sure I can resolve that.
Now, I just need to figure out to get it to work with Aweber. Thanks!
CaseyKt2013MemberNevermind - caching issue - got it.
Thanks!!!!!
CaseyKt2013MemberOkay, I made adjustments and it helped - but I still have a narrow band of white on top of the image. Could that be controlled by styling the landing page itself?
CaseyKt2013MemberI'm not sure I am following what you mean - can you please show how you would tweak it? (Am I only making changes to the code I provided above - or elsewhere? What values do you recommend I use and where?)
Thanks!
CaseyKt2013MemberHere is the code:
/* Site Containers
--------------------------------------------- */.site-container {
background-color: #fff;
margin: 5px auto;
margin: 3.2rem auto;
max-width: 1140px;
overflow: hidden;
padding: 5px;
padding: 3.6rem;
}Wasn't sure if I needed to tweak the margin: 3.2rem auto and padding: 3.5rem as well?
CaseyKt2013MemberLet me try that again - I did try to reduce both to 2 px originally, but no luck…
(Sorry, I should have spelled out the edits I had tried already).
Let me see if I didn't save or something.
CaseyKt2013MemberJust tried on the site I am developing - and it worked!!!
Thank you, Thank You, Thank you!!!!!
-
AuthorPosts