Forum Replies Created
-
AuthorPosts
-
suburbanite
MemberThank you Tony, yes I had already tried the breadcrumb_args code and it wasn't working for me. This worked perfectly, thanks!
August 16, 2014 at 8:07 am in reply to: Agency PRO Make background image end before footer widgets #119206suburbanite
MemberI am having a similar issue. I am using the Modern Portfolio theme, and I would like to have an image above the actual footer widgets. Right now I have it set as the footer widget background, but I need the image to show up before widgets, right now it's showing up in the middle of the widgets.
You can see the site here: http://www.angelawdesign.com/
Here's the code I'm using in the footer-widgets CSS:
`.footer-widgets {
color: #000;
clear: both;
font-family:'Volkom', serif;
font-style: italic;
font-size:14px;
text-align:center;
background: url("http://www.angelawdesign.com/wp-content/uploads/2010/08/footer-header_07.jpg") no-repeat;
background-position:center top;
}suburbanite
MemberThat worked perfectly, thank you!
suburbanite
MemberThanks, I will try that!
suburbanite
MemberI'm having a similar problem. I would like to change the size of the portfolio thumbnails on my site to be 200x200. Here's the code in my functions file:
//* Adds port page genesis_register_sidebar( array( 'id' => 'page-portfolio', 'name' => __( 'Page - Portfolio','mpp' ), 'description' => __( 'This is the portfolio section to the Portfolio Page.','mpp' ), ) ); add_image_size( 'portfolio', 200, 200, TRUE );
But it looks like it's still defaulting to 200x300 if I inspect the element. Obviously, also I need to upload some images that are 200x200 in its place as well.
You can see the site here.
suburbanite
MemberRight now everything is offline. Is there an easy way to export everything and get it up on a live WP account?
-
AuthorPosts