Support Forums - Classified Ads Script Osclass

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: vidjii on March 21, 2017, 07:20:29 PM

Title: [solved] Problem with ads on mobile
Post by: vidjii on March 21, 2017, 07:20:29 PM
Hi Problem with ad on mobile version , I'm not a pro,i was careful not to make mistake in css but I had to make one , put the css by default, nothing changed

http://prntscr.com/emrpdo web version
http://prntscr.com/emrpqf responsive


plz help me I do not know what to do


It's possible to have a conflict with a plugin ?

Title: Re: Problem with ads on mobile
Post by: MB Themes on March 21, 2017, 07:28:52 PM
@vidjii
If you mean image slider, this is not shown on mobile.
If you want to show it, add following to your style.css:
Code: [Select]
body .hc-slider {display:block!important;}
Title: Re: Problem with ads on mobile
Post by: vidjii on March 21, 2017, 07:34:43 PM
Hoo my god you resolve my problem.  its possible do not show slide, just show listing ?

with your code

body .hc-slider {display:block!important;}  ===   http://prntscr.com/ems8ad

Without your code     ===== http://prntscr.com/ems9pl   my listing disappeared
Title: Re: Problem with ads on mobile
Post by: MB Themes on March 22, 2017, 08:49:37 AM
@vidjii
You have probably modified something as code I sent you hide only slider.
Now slider container probably contains also your latestl istings section.
Title: Resolved Problem with ads on mobile
Post by: vidjii on March 22, 2017, 07:00:22 PM
Thanks for your help I found the problem  :)