*

club4dog

  • ***
  • 25 posts
I do not see the banner on the site
« on: October 26, 2017, 10:00:02 AM »
Hi, I'm aware of being a little monkey, but after creating (at least I think two banners), I did not understand how I can visualize them in my pages, and I did not understand if the user can create them alone and from what point of departure. have a step-by-step guide? or other suggestions thank you. Mario

*

MB Themes

Re: I do not see the banner on the site
« Reply #1 on: October 26, 2017, 01:29:45 PM »
@club4dog
Adverts are shown via Banners, using Banner Ads plugin (create advert, assign to banner and show banner on your site).
Using banner ID you can provide users options to show own advert in that banner, but first you banners must be shown in theme.

Code to show banner is directly in plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 302 posts
Re: I do not see the banner on the site
« Reply #2 on: December 16, 2017, 02:59:03 PM »
You can help me .. I bought Banner Ads Plugin and Osclass Pay .. but I can not put the banners

*

Dawid

  • ****
  • 149 posts
Re: I do not see the banner on the site
« Reply #3 on: March 29, 2018, 04:43:13 PM »
i have this same problem code : <?php if(function_exists('ba_hook')) { ba_hook('baner_hook'); } ?> not show banner, wher its problem ?

*

MB Themes

Re: I do not see the banner on the site
« Reply #4 on: April 05, 2018, 08:21:50 AM »
@Dawid
1) baner_hook does not have any banners associated or it does not exist
2) all banners in this hook exceed budget
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: I do not see the banner on the site
« Reply #5 on: April 05, 2018, 05:00:25 PM »
MB Thank YOU very very :) working corect :)

not this code  :)  <?php if(function_exists('ba_hook')) { ba_hook('baner_hook'); } ?>

only this :) <?php  { ba_hook('baner_hook'); } ?>

me small mistake .