Forum Replies Created
-
AuthorPosts
-
April 16, 2013 at 10:34 pm in reply to: Help please: background header image and header_right widget area #35891
mhorrocks
Membernevermind! Fixed it by adjusting css...I think it was a cache issue. 🙂
mhorrocks
Memberhi all...
I just now saw these replies - sorry! Here is the code I entered into functions.php
/** Add the featured image section */
add_action( 'genesis_after_header', 'minimum_featured_image' );
function minimum_featured_image() {
if ( is_home() ) {
if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '70' );
}
}where 70 is the id you give your soliloquy slider when you create it. I was able to comment out the post loop, which took care of that problem. Smart move to hide the loop with css. My test site is here: http://amurica.sweetmylissa.com
mhorrocks
Memberntety,
I successfully loaded the new slider into the home "featured image" area. Seamless, this time. Now on to adjusting widget areas... 🙂 images are 1600x600.
mhorrocks
Memberhey there, I'm also fighting through the same issue - Â my home page is still trying to call posts. I've actually switched to soliloquy slider - I'll let you know how this works. I just reverted to the original functions.php and home.php in order to try to fix things. Hated losing all my edits - but better to start from scratch I think.
mhorrocks
Membersure and thank you!
site is here (PLEASE ignore design - at this point just figuring out elements) amurica.sweetmylissa.com
So here's the issue that is throwing me - the ONLY portfolio image that is currently saved to the correct size is image 1.
Image 1 size: 1140x445
css code for slider: 1140x445
slider defined in widget settings: 1140x445
I'm floored...and you can also see images aren't centered - but hoping that wont' be an issue when the slider is accepting them all at the right size.
Thanks!
mhorrocks
MemberHi there, it looks like you fixed your issue. Would you mind sharing your fix? I'm in the same boat - I've replaced featured-image with my new widget area for genesis responsive slider, and its very tiny, for some reason. Thanks for your response!
-
AuthorPosts