Osclass forums

Support forums => Plugins => Topic started by: 786sujit on November 30, 2015, 06:40:38 pm

Title: Query for Slider by RajaSekar
Post by: 786sujit 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.
Title: Re: Query for Slider by RajaSekar
Post by: fog 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
Title: Re: Query for Slider by RajaSekar
Post by: 786sujit 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.
Title: Re: Query for Slider by RajaSekar
Post by: 786sujit 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;
}