Forum Replies Created
-
AuthorPosts
-
Maddog
ParticipantThanks Porter, I found it in the menu settings like you suggested
Maddog
ParticipantHi There,
I am running Genesis with Focus Theme and Easy Recipe and having a similar issue with Schema micro data no longer appearing in Google. My traffic has dropped substantially and I really want to fix this.Can anyone let me know how to fix this?
Studiopress will you be updating this?
Thank You
Maddog
ParticipantHi Anitac,
I think you can now make Adsense responsive to a certain degree with the beta ad unit below.
http://adsense.blogspot.com.au/2013/07/the-responsive-web-adsense.htmlShould I change the code to look like below?
#header .widget-area {
float: right;
padding: 25px 20px 0 0;
width: 728px;
}#title-area {
float: left;
overflow: hidden;
padding: 15px 0 0;
width: 202px;
}Regards,
Maddog
ParticipantHi guys,
So do you go to:
theme's functions.php
On the child theme?Then should the below be already in there? Or do you need to add it?
<?php
//* Do NOT include the opening php tag//* Change the footer text
add_filter('genesis_footer_creds_text', 'footer_creds_filter');
function footer_creds_filter( $creds ) {
$creds = '[footer_copyright] · My Custom Link · Built on the Genesis Framework';
return $creds;
}Thanks for you help.
Regads
Maddog
ParticipantThanks for the reply Anitac... So what' if I just wanted to change it to just a plain white BG? How would I go about doing that?
Thanks for your help 🙂
Regards,
-
AuthorPosts