*

Darwazo

  • ***
  • 81 posts
how to remove Adsense from IMAGE BOX
« on: October 21, 2019, 03:21:11 AM »
Dear Support Team,

Kindly help me on this......

how to remove Adsense ad from IMAGE BOX ..(as attached).

I didn't put ad ...i guess its auto ?



May be I can fix with 2 options.......

1 - Adjust Image Box Size , so that image and ad is visible?
2 - Remove Ad.


Pls. help me .....as usual thanks

Marked as best answer by frosticek on October 25, 2019, 01:09:46 PM
*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #1 on: October 21, 2019, 10:10:46 AM »
Try something like:
Code: [Select]
body.content_only .my_adsense_wrap_class {display:none!important;}
or if you use banners from theme setting:
Code: [Select]
body.content_only .banner-theme {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Darwazo

  • ***
  • 81 posts
Re: how to remove Adsense from IMAGE BOX
« Reply #2 on: October 22, 2019, 12:22:23 AM »
Thank you for the reply !

Didnt work for me :(

tried both in style !

*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #3 on: October 22, 2019, 11:17:16 AM »
I hope you've replaced my_adsense_wrap_class  with your class.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Darwazo

  • ***
  • 81 posts
Re: how to remove Adsense from IMAGE BOX
« Reply #4 on: October 22, 2019, 11:58:34 PM »
Thank you again for the reply ...
i tried but couldnt fix........ :( i am still learning in bits & pieces....

May be I couldn't find the correct Adsense wrap class.
Pls.check darwazo.com
& thanks again

*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #5 on: October 23, 2019, 10:35:37 AM »
@Darwazo
You have broken stylesheet.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Darwazo

  • ***
  • 81 posts
Re: how to remove Adsense from IMAGE BOX
« Reply #6 on: October 25, 2019, 02:59:26 AM »
Ops ... thank you
I didn’t get problem earlier until I cleared cache today n fixed it.

Thank you again


*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #7 on: May 25, 2021, 07:55:21 AM »
@rzv
As mentioned above, body in that box will have class "content_only".
So you can hide anything via CSS.
Code: [Select]
body.content_only .some-of-my-div {display:none;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #8 on: May 28, 2021, 08:36:10 AM »
@rzv
You add this line to style.css of theme:
Code: [Select]
body.content_only .banner-theme {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rzv

  • *
  • 2 posts
Re: how to remove Adsense from IMAGE BOX
« Reply #9 on: May 28, 2021, 10:51:53 PM »
It doesn t work. Maybe i have to modify/add something here /* ITEM IMAGE BX-SLIDER */ in style.css from theme.
I clear cache also. ( image galery doesn t work in mobile view, images doesn t slide )
« Last Edit: May 28, 2021, 11:25:39 PM by rzv »

*

MB Themes

Re: how to remove Adsense from IMAGE BOX
« Reply #10 on: May 31, 2021, 08:20:46 PM »
@rzv
Your question was: "how to remove Adsense ad from IMAGE BOX "
Your question now is: "image galery doesn t work in mobile view, images doesn t slide"

If your original question was solved, please do not hijack this thread and create new one.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rzv

  • *
  • 2 posts
Re: how to remove Adsense from IMAGE BOX
« Reply #11 on: June 01, 2021, 04:03:50 PM »
No it wasn t solved. Ok i will make a new thread.

@rzv
Your question was: "how to remove Adsense ad from IMAGE BOX "
Your question now is: "image galery doesn t work in mobile view, images doesn t slide"

If your original question was solved, please do not hijack this thread and create new one.
« Last Edit: June 01, 2021, 08:59:27 PM by rzv »