Osclass Support Forums

Osclass plugin support => Banners & Advertisement Plugin => Topic started by: club4dog on October 26, 2017, 10:00:02 AM

Title: I do not see the banner on the site
Post by: club4dog 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
Title: Re: I do not see the banner on the site
Post by: MB Themes 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.
Title: Re: I do not see the banner on the site
Post by: Fabio Massaro 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
Title: Re: I do not see the banner on the site
Post by: Dawid 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 ?
Title: Re: I do not see the banner on the site
Post by: MB Themes 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
Title: Re: I do not see the banner on the site
Post by: Dawid 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 .