issue with adjusting slider area

Homepage Community Forums Optimal Theme Support issue with adjusting slider area

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #504
    Cove145
    Customer

      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?

      http://www.atomicagent.com

      Thanks

      Kris

      #505
      Wes
      Moderator

        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>
        
        #506
        Cove145
        Customer

          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

          #507
          Wes
          Moderator

            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.

            #508
            Cove145
            Customer

              got it, thanks for the help.

              #509
              Wes
              Moderator

                Great!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘issue with adjusting slider area’ is closed to new replies.