Advertisement:

Author Topic: Query for Slider by RajaSekar  (Read 971 times)

786sujit

  • Newbie
  • *
  • Posts: 38
Query for Slider by RajaSekar
« on: November 30, 2015, 06:40:38 pm »
Hello RajSekar,
                       Thanks for the plugin.

                      I am using your plugin Oc Slider on my website. Having couple of issue. Could you pls guide.

            I have placed the slider code on Main.php and Item-sidebar.php. When I open the Ad item page and click on Image, the slider is getting displayed on top of the Item image. Pls help to resolve.

            Sometimes a rectangular black spot are seen on the page which has Slider.

 pls check attachments.
« Last Edit: November 30, 2015, 06:47:41 pm by 786sujit »

fog

  • Hero Member
  • *****
  • Posts: 1062
Re: Query for Slider by RajaSekar
« Reply #1 on: December 01, 2015, 09:20:10 pm »
Hi,
Maybe this can help, add this on responsiveslides.css:
Code: [Select]
#sliders{ z-index: 0;
}
If #sliders exists, add only:
Code: [Select]
z-index: 0;I think it can solve with modal window on item page.

The black block on sidebar, is some content of slider?
If you can, post your url site for see this better.
Regards

786sujit

  • Newbie
  • *
  • Posts: 38
Re: Query for Slider by RajaSekar
« Reply #2 on: December 02, 2015, 02:33:11 pm »
Thank you Fog for your response.
  I will try the above code of css and let you know.

My url = SolapurAds.com
Pls note :- Those square black spots are seen sometimes only.

786sujit

  • Newbie
  • *
  • Posts: 38
Re: Query for Slider by RajaSekar
« Reply #3 on: December 02, 2015, 10:46:08 pm »
Hello Fog,
               I tried the code z-index: 0; suggested by you. But it isn't having any change on itempage modal view.

This is the first few lines code in the plugin file responsiveslides.css

Code: [Select]
#sliders{
  clear: both;
  margin: 0;
  position: relative;
  z-index: 9999;
  border-radius:3px;
}