Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.5.8

No permission to buy (€49.99)
@Siropu I tried checking the option "display without a wrapper" and then I come back and it's not checked. Please test your add-on to verify what settings are persisting or not. There seems to be several issues going on here.
 
If you are using a package and the ad is inheriting its settings, you have to make the changes in the package instead.
Thank you, yes I see I have "Inherit package settings" checked. A few suggestions:
  1. Consider doing like XF does with styles, show "Inherited" below settings that are inheriting so we know where to make changes and not confuse people like happened to me
  2. Show what package is being inherited maybe below the checkbox "Inherit package settings" so I can find the correct package to make changes in.
 
@Siropu

I have banner 250x250px "Sidebar above", which is activated already, but it doesn't appears on main page. I get showed only a "#" as you can see in the bellow screenshot.
1750399556277.webp


1750400565471.webp

What could be the reason ?


And how can I also place several "Above Sidebar" ads one below the other, in a box (if possible with box title) as shown in the screenshot below ?
1750404373434.webp
 
Last edited:
What could be the reason ?
Take a look in the "Custom HTML" field.

And how can I also place several "Above Sidebar" ads one below the other, in a box (if possible with box title) as shown in the screenshot below ?
You can either use a code ad with this HTML:

HTML:
<div class="block">
    <div class="block-container">
        <h3 class="block-header">Ad title</h3>
        <div class="block-body">
            ad content
        </div>
    </div>
</div>

Or create an HTML widget and a new Ads Manager position and paste the code of that position in the widget.
 
Last edited:
  • Like
Reactions: USY
Back
Top Bottom