Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.4.22

No permission to buy (€49.99)
If you want to set a size, you can do that from the ad/package settings. No need to wrap the ad code yourself.
Sure, I know that - I was just illustrating that the Ads only appeared when I set a specific width using a DIV or the alignmet AUTO.

Are you saying that the adsence code wasn't added to the page because it was set to center? That only happens when you use the lazy loading feature which will load the ad content after the page loads and the ad container is in view.
That's exactly what I'm saying.

Normally, Adsense will serve an advert and you'll see all the associated HTML/CSS to style and define the block, then a bunch of iframe stuff nested several levels below it to to display the advertisement.

With Alignment set to CENTER the HTML of the page has the Adsense code block only, like this:
Code:
<div class="samCodeUnit samAlignCenter" data-position="container_breadcrumb_top_above">
    <div class="samItem">
        <div align="center">
            <ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-xxxxxxxxx" data-ad-slot="xxxxxxxxxx" data-ad-format="horizontal" data-full-width-responsive="false"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
        </div>
    </div>
</div>

Set to AUTO and it loads the block and the advert HTML too.

When I test it with CENTER the browser reports that -- samCodeUnit samAlignCenter -- renders a block of 0x0 pixels.

When I test it with AUTO it reports 1300 x 0 (the default width of the forums).

When I REMOVE "margin: 10px auto;" from samAlignCenter it changes from 0x0 to 1300x0 - could that be the cause?

Presumably Adsense can't serve an advert of 0x0 pixels?

Quite why it is doing it I've no idea, but that seems to be the nub of it.
 
It depends on the package setting "Ad display order".

Ok, that seems to work for the order of the ads within the package. I'm asking about the order of the packages within the placement. So, two packages in the same placement, which does it show first?
 
The "Unit Content" This option allows you to add content below the ad unit. You may use HTML.

When I add text or HTML code it still doesn't show below the ad. Is there an option somewhere to enable it?
 
Are the Paypal subscriptions working or is there a way around this? I want to get a certain ad running and I know my clients will want a subscription model. Thanks.
 
Quite why it is doing it I've no idea, but that seems to be the nub of it.
Please add the following code in siropu_ads_manager_ad.less template at the top and see if it makes any difference.
CSS:
.samCodeUnit
{
    &:not(.samCustomSize)
    {
        width: 100%;
    }
}

Is there an option somewhere to enable it?
Are you using a fixed package unit size? There seems to be an issue with that.
Are the Paypal subscriptions working or is there a way around this?
It should but I've noticed an issue so I will have to look into it.
 
Do you plan on fixing these issues soon? :)

Also I had someone purchase and ad and pay via Paypal. The ad is running but it doesn't show up anywhere in the list of approved ads or any lists for that matter.
 
I had a fixed size 300x250 Adsense ad installed using this addon, and it was showing much larger ads than that, similar to if it had been responsive code.

Is there any setting for "Code" ads in this addon which would override the size setting on the ad code, for example does it matter whether I choose "Display without wrapper"? Or could the "Size" setting for the ad in the addon override the actual size specified by the ad code?
 
Another question:

Let's say I have two Header code ads:

Ad A - I want this to show in the header only on the forum view of one particular forum (node) and the thread view for threads in that same forum (node).

Ad B - I want this to show on every other page on my entire site except for the pages where Ad A is showing.

What is the simplest way to do that with this addon? I can't figure out an easy way to accomplish this. Can "Display Priority" help me accomplish this goal?
 
@Siropu is there a way to ad text under a banner image ad? I need to assign a different custom text for each different forum so it can't be a global text.

For example like this:

banner 2019 728 90.webp
Thank you to Avast marine for being our Aquarium Discussion Forum Sponsor
 
Adsense ad installed using this addon, and it was showing much larger ads than that, similar to if it had been responsive code.
Is it a responsive adsense unit?

What is the simplest way to do that with this addon?
Using page criteria.
For ad A. -> Page is within nodes and select the forums you want,
For ad B. -> Page is NOT within nodes and select the forums you selected for A. Check Display outside of selected nodes

is there a way to ad text under a banner image ad?
Using the "Custom HTML" option.

Code:
<a href="http://targeturl..."><img src="http://pathtoimage..." /></a>
<p>Your custum text here.</p>
 
Is it a responsive adsense unit?

No, it is a fixed 300x250 adsense unit

For ad B. -> Page is NOT within nodes and select the forums you selected for A. Check Display outside of selected nodes

If I do that, it doesn't show on my forum index, portal page, and other pages (other than thread view, forum view). I need it to show on every kind of page on my site except within that one specific node.
 
If your fixed size units are bigger than the set size, then it's an issue with adsense. Please provide your board URL to take a look.

I figured out the issue. The "Optimize 100% of mobile page views " setting in Adsense allows Google to override the ad code set size on mobile.

one.webp two.webp
 
Top Bottom