- This topic has 5 replies, 2 voices, and was last updated 11 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘issue with adjusting slider area’ is closed to new replies.
Home › Community Forums › Optimal Theme Support › issue with adjusting slider area
So I did this on another site with the help of wes. I copied the code, but can’t figure out what is causing the issues. for some reason there is two slider areas showing up, I am trying to have a main area and 2 secondary areas within the slider area. All I did was copy my code but it isn’t working the same, I have made bunch of adjustments but nothing I try fixes it. Could you look at the site and see if you could steer me in the right direction?
Thanks
Kris
This all depends on what you have displayed in your home.php file.
I’m seeing 2 “slider-wrap” and “slider-inner” when there should only be one……(thats why you see 2 shadows)
Your home.php should have this setup –
<div class="slider-inner">
<div class="slider-wrap">
YOUR CONTENT HERE
</div>
</div>
Ok, so I got it, the problem I am having is getting the the secondary 1 and secondary 2 into the slider area, got it to work fine on another site but it isn’t working on this one at this point.
kris
Place the secondary 1 and 2 inside the “slider-inner” div containers in your home.php……the slider-wrap and slider-inner should wrap around the secondary 1 and 2 widgets.
If you can’t get it, post the code from your home.php. You don’t need to post the entire file, but just the code pertaining to the slider area including the secondary 1 and 2.
got it, thanks for the help.
Great!