Forum Replies Created
-
AuthorPosts
-
beautyfoolMember
Ah - thanks so much Brock! Didn't think of checking through Feedburner.
My browser still says it can't be found but maybe it's just me then, thanks again!
Renee
beautyfoolMemberThe code I used was exactly the code you gave me - I figured out that the link was because I had a link in one of my widgets that wasn't closed properly - sorry, my mistake. Thanks again for your help!
beautyfoolMemberbeautyfoolMemberHmm, for some reason it's linking to my "About" page still?
beautyfoolMemberThanks about centering the image, it worked! 🙂
For the footer it did work, but how do I remove the "link" from it? I'd just like it to be a simple text.
beautyfoolMemberHey upthink, that worked perfectly, thank you so much! 🙂 May I also know how to center the image for mobile responsive?
I have just one more question, how do I customize the footer credits? I would just like it to say "(C) 2015 Renee L" but the footer has this and I'm not sure what to change:
//* Customize the footer
add_filter( 'genesis_footer_output', 'wintersong_custom_footer' );
function wintersong_custom_footer( $output ) {$output = sprintf( '<p>%s%s</p>', __( 'Powered by ', 'wintersong' ), __( 'Genesis', 'wintersong' ) );
return $output;}
beautyfoolMemberSorry one more thing...
Now when the ipad is facing up (768px i think), my sidebar has been cut out.
Should I just change the max width from 600 to 768 to fix this?
Thank you!
Renee
beautyfoolMemberHi SoZo,
It worked perfectly! Thanks so much for your time. 🙂
Renee
beautyfoolMemberHi SoZo,
Thank you. I tried what you said (I copied the code from the max-width 1024 to max-width 600) but nothing has seemed to change.
Renee
beautyfoolMemberHi SoZo, thanks for your response.
Sorry I am totally new to do... which code would that be?
Thanks,
Renee
-
AuthorPosts