*

mphker

  • ***
  • 57 posts
pictures hide from ads
« on: June 06, 2016, 08:57:56 PM »
Hello ,
pictures of ads view for few second and disappear for ever .

*

MB Themes

Re: pictures hide from ads
« Reply #1 on: June 06, 2016, 09:00:19 PM »
@mphker
sorry, did not get you.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: pictures hide from ads
« Reply #2 on: June 06, 2016, 09:06:07 PM »
dear ,
pictures of ads don't showing ?

*

MB Themes

Re: pictures hide from ads
« Reply #3 on: June 06, 2016, 09:24:44 PM »
@mphker
Maybe URL?
Or what should I get from image? that you are right, image is not showing?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: pictures hide from ads
« Reply #4 on: June 06, 2016, 09:35:33 PM »
can you see : http://cars-iraq.com

*

MB Themes

Re: pictures hide from ads
« Reply #5 on: June 06, 2016, 10:07:29 PM »
@mphker
You are modifying theme by yourself, therefore this is last time we provide help on such issue. If you are able to modify something and broke it, you need to be able also to fix it.

Add this line to your style.css:
Code: [Select]
#listing #pictures .item-bxslider > li {float:right!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: pictures hide from ads
« Reply #6 on: June 06, 2016, 10:14:18 PM »
dear ,
I'm only make it RTL , and remove categories and sub-categories by explaining on forums.mb-theme.com ,
at all problem not fix !

*

mphker

  • ***
  • 57 posts
Re: pictures hide from ads
« Reply #7 on: June 06, 2016, 10:34:21 PM »
dear I fixed it ,
I followed this : http://forums.mb-themes.com/zara-osclass-responsive-theme/hide-category-bar-in-item-page/
so , now I remove this code :
Code: [Select]
<style>#top-cat {display:none!important;}</style>but how can I hide category from all pages expect home pages ? so from mobile ?? .
thanks  :)

*

MB Themes

Re: pictures hide from ads
« Reply #8 on: June 07, 2016, 08:14:21 AM »
@mphker
You need to add following code to style.css:
Code: [Select]
.top-cat-wrap #top-cat {display:none!important;}
.top-cat-wrap.home #top-cat {display:block!important;}

This will show categories on homepage only.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: pictures hide from ads
« Reply #9 on: June 07, 2016, 12:30:36 PM »
thanks  ;) ;)