Community Forums › Forums › Archived Forums › Design Tips and Tricks › Slider help
- This topic has 10 replies, 5 voices, and was last updated 12 years, 11 months ago by
Euchre4.
-
AuthorPosts
-
November 28, 2012 at 3:05 pm #2134
briegger
MemberI would like to use this slider on my front page but I am unsure as to where to put the code. Can you help me please? I am using the corporate child theme.
http://wordpress.org/extend/plugins/content-slide/
http://k2smarketing.com/cmacco/
Thanks!
November 28, 2012 at 10:29 pm #2215sahdow
ParticipantDepending on your theme, you can apply the slider based on it' developer's instructions.
Based on what I viewed in the install instructions for the slider mentioned above, you can either edit home.php to add a new segment (ID) above the existing widgets and below the navigation or use the built in widgets of the theme's home page in conjunction with php widget and the plugins settings page.
November 29, 2012 at 8:48 am #2258Doak Heggeness
MemberYou need to add code to the home.php if you are using it. If you want to show it after the header.....
// Add Slider
add_filter( 'genesis_after_header', 'add_my _slider' );
// Slider
function add_my_slider() {
wp_content_slider();
}
** code tags do not work properly
Doak Heggeness, WordPress Development | Website
November 29, 2012 at 9:52 am #2286briegger
MemberThank you everyone!! The php widget WORKED!!!
Just a few more tweaks and it will be beautiful. Thank you, thank you, thank you!!
Beth 🙂
December 19, 2012 at 2:25 pm #6249briegger
MemberHey everybody, any advice as to why my pictures are not showing up and why there is so much white space under it? http://k2smarketing.com/cmacco/
Thanks!
December 20, 2012 at 10:32 am #6419briegger
MemberStill looking for a little coding fixing help here. Thanks!
December 20, 2012 at 11:58 am #6454John
ParticipantI just took a quick look and it seems that you're loading two instances of that slider, or more than one slider.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉December 20, 2012 at 12:01 pm #6455John
ParticipantThat slider you're using hasn't been updated for a year-and-a-half, which could be part of the problem.
Have a look at this one called Soliloquy Lite: http://wordpress.org/extend/plugins/soliloquy-lite/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉December 20, 2012 at 12:11 pm #6466sahdow
ParticipantAlso note the width of "home-middle-1" - you are placing a 900 px slider in a 285 px box
December 20, 2012 at 2:27 pm #6499briegger
MemberThanks so much John and Shadow! I removed the slider that hadn't been updated in a while. I tried Soliloquy but couldn't get it to work. So I installed http://wordpress.org/extend/plugins/m-vslider/ and it works great.
Do you think it matters if I don't change the size of the box? It's showing up perfectly on the site and I'm not planning on using the other "home-middle" spaces.
Thanks again for all of your help 🙂
December 21, 2012 at 12:25 am #6589Euchre4
MemberBeth (briegger)- Can you share your header code from http://k2smarketing.com/cmacco/ here.
I love the blues and the menus? I am doing web dev for a Prof. Services Proj Mgmt Company. Once I go live; I'll share the link here.
Thanks
Mike
-
AuthorPosts
- The topic ‘Slider help’ is closed to new replies.