*

TuNegocioRapido

  • *
  • 2 posts
  • Web Design
Hi

Thanks for answering

I bought at the store OSClass the Theme "Tatiana" for my website http://clasificadosar.com/.

I have translated to Spanish in Argentina and soon will send the entire translation

The problem of Theme:

 The Theme Tatiana does not show adsense ads (Pego adsense code and when I save, brings me to my domain and I out of the administration panel)
The widgets do not work in html. (The adsense code appears in public view)

Deputy view of the assets plugins
Deputy adsense code image loaded into a widget

What is the solution?

I really like the theme and I would not change it.

Thank you so much

Walter Miguel Varela

Argentina

*

MB Themes

@TuNegocioRapido
It is possible that code you want to place there is incompatible or has some characters that cannot be saved.
No matter, you can place code also manually.

Open files:
oc-content/themes/tatiana/main.php
oc-content/themes/tatiana/search.php
oc-content/themes/tatiana/item.php

Find rows:
Code: [Select]
<?php echo osc_get_preference('banner_home''tatiana_theme'); ?>
        </div>
      <?php ?>

Code: [Select]
<?php echo osc_get_preference('banner_search''tatiana_theme'); ?>
        </div>
      <?php ?>

Code: [Select]
<?php echo osc_get_preference('banner_item''tatiana_theme'); ?>
        </div>
      <?php ?>

Bellow these rows place your code for banner and save.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

TuNegocioRapido

  • *
  • 2 posts
  • Web Design
Frostick

Thank you for your attention.

I added the adsense code as you said and it worked correctly.

Thanks again

Walter

*

MB Themes

@TuNegocioRapido
Good, welcome.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

venkat101

  • *
  • 2 posts
after i post my google adsense code in theme settings..

Ad doesn't shown on home page.

please help me..
« Last Edit: December 24, 2016, 07:22:58 AM by venkat101 »

*

venkat101

  • *
  • 2 posts
here is another image...

*

MB Themes

@venkat101
Google must validate your banner first.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots