Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.6.1

No permission to buy (€49.99)
I have this error "Banner not shown: beforeinstallpromptevent.preventDefault() called. The page must call beforeinstallpromptevent.prompt() to show the banner."
I have 4 banners for a package that utilizes carousel and this errors prevent the scrolling nav to appear. I set it to display 3 banners at the same time so there should be a nav arrow to move but there is none.
 
Any help?
Add samCustomTextUnit in the "CSS class" setting of the package.

And in extra.less template:

CSS:
.samCustomTextUnit
{
    background: none;
    border: 0;
    padding: 0;

    .samItem
    {
        .xf-contentBase();
        .xf-blockBorder();
    }
}

Why aren't invoices generated?
They are generated when the advertiser extends the ads.

And why aren't the ads deactivated after one month?
This is handled by a cron job, are there any cron jobs that haven't run?

I have this error "Banner not shown: beforeinstallpromptevent.preventDefault() called. The page must call beforeinstallpromptevent.prompt() to show the banner."
That error is not from the add-on, it is from the ads you are running. Are you using lazy loading?
 
That error is not from the add-on, it is from the ads you are running. Are you using lazy loading?
I went through every single ad and package and there is no lazy loading enabled.
When I first load the page, I would see a flash of the left/right nav arrows but it disappears.

Screenshot 2025-10-17 at 11.37.34 AM.webp
 
Back
Top Bottom