Forum Replies Created
-
AuthorPosts
-
Please post a link to your website so we can take a look and also to see if we get the same message.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsLook at this. I edited the margin and the padding and I can see that the text moves and I can see the left side of the ribbon. However, I cannot get the right side to appear. The wrap is 960 but your image is 1100. I think if want the ribbon to be wider than the rest of the site, you will need to move the footer-bar outside of the footer wrap. Maybe look here at the hook guide to find the proper placement – http://genesistutorials.com/visual-hook-guide/.
.footer-bar {
background: url(“http://lauralynnstudio.info/sarahh/files/2013/02/footer_ribbon-01.png”) no-repeat scroll 0 0 transparent;
height: 150px;
margin: 10px;
padding: 25px;
width: 960px;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFebruary 25, 2013 at 9:20 am in reply to: Metro Theme – Header Image and Background Color won't change #22697Please post a link to your website so we can take a look. Thanks.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsWhat version of Chrome are you using? It’s looks just fine for me. I have Chrome version 24.0.1312.57 m.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsYou know, if you just can’t find what you are looking for… you could add a link to “download” it if that’s feasible. Maybe a notation that if they are unable to “play it” they can download it to their device and listen to it that way. Just another workaround until you find something.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsCheck your plugins folder on the server for the Gravity Forms because that’s where it’s finding that it’s already installed. Have you deactivated all of your plugins? If not, deactivate them. See if you can find Gravity Forms in there. If so, activate it. Then re-active each plugin one at a time and see if Gravity Forms stays there. If it poops out on one of them – then that particular plugin is causing the problem.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsHave you seen this plugin – http://wordpress.org/extend/plugins/display-authors-widget/screenshots/.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsYou’re welcome. Glad I could help.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsOpen your Functions.php file and look for this:
// Add support for custom header add_theme_support( 'genesis-custom-header', array( 'flex-height' => true, 'height' => 87, 'width' => 1080 ) );
Change the height and width to your exact logo settings. This will eliminate the cropping.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsFor the logo – look for this in your style.css file – change 87 to 100.
.header-image #title, .header-image #title a, .header-image #title-area {
display: block;
float: left;
min-height: 87px;
overflow: hidden;
text-indent: -9999px;
}For the top padding, look for this, and ADD this – padding-top: 1.25rem;
#wrap {
clear: both;
padding: 2.25rem;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts@tjd, it may look dated – but you also need to look at the stats:
Last Updated: 2013-1-30
Downloads: 599,730It’s had a lot of download. Other plays have been made based off this one and the developer keeps it current at all times.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts@babrees, that won’t work for her as she is looking for a redirect away from the “dashboard” when someone uses their login credendials. When you log in – you are automatically directed to the dashboard. She want’s them to be redirected to a specific page.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsIt looks like the tags are attaching as the regular tag function in WordPress and not the tags specifically set up for NextGen. Have you read this – http://www.nextgen-gallery.com/tags/?
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsUse this. Someone suggested it to me on here and it works great – http://wordpress.org/extend/plugins/peters-login-redirect/. You set the redirect to the home page.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsThe CSS is directly in the Slider Plugin itself.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts -
AuthorPosts