Ads Manager by Siropu

Ads Manager by Siropu [Paid] 1.26.9

No permission to buy (€49.99)
I don't know what I'm doing wrong. The rotation is not working. Once the banner loads, it disappears immediately in a second. Here's my settings and all permissions are set-up properly.

upload_2015-7-21_11-38-0.webp
 
It's not working even with this setting. It suppose to show a different ad every page load, but it only shows one banner.

upload_2015-7-21_11-59-3.webp


Here are the active banners..

upload_2015-7-21_12-0-1.webp

UPDATE: This is working but not in every page load. It changes after every few page loads.
 
It's random order, you can expect to see the same ad after a page reload. Use the Javascript feature to rotate all ads in the same page. Set rotation interval to more than 1 second.
 
It's random order, you can expect to see the same ad after a page reload. Use the Javascript feature to rotate all ads in the same page. Set rotation interval to more than 1 second.

Could you give me a sample setting using the js rotate. It's not working whatever I do with it..
 
Set "Maximum Ads Display" and "Maximum Ads Allowed" both to 10 and enable "Rotate Ads using Javascript" with 5 seconds interval. It should work. If not, please send me a support ticket with an admin test account to see what's going on.
 
Use this instead:
Code:
pagenode_container, report_list

Registration Page: register_form
Login Page: login
Error page: error
Help Pages: help_index, help_smilies, help_bb_codes, help_trophies, help_cookies, help_terms

Separate them by comma.
 
Use this instead:
Code:
pagenode_container, report_list

Registration Page: register_form
Login Page: login
Error page: error
Help Pages: help_index, help_smilies, help_bb_codes, help_trophies, help_cookies, help_terms

Separate them by comma.
Wow! This is what I'm looking for! Thank you! :)
 
Use the style properties for global change or use CSS in EXTRA.css
The ads in the header are floated to the right. Floating them to the left will make the ads go in front of logo so the CSS code needs to be changed and adjusted based on the style used.

Code:
.samBannerUnit, .samCodeUnit {text-align: left;} - All positions except header
.sidebar .samBannerUnit, .sidebar .samCodeUnit {text-align: left;} - For sidebar only
 
Use the style properties for global change or use CSS in EXTRA.css
The ads in the header are floated to the right. Floating them to the left will make the ads go in front of logo so the CSS code needs to be changed and adjusted based on the style used.

Code:
.samBannerUnit, .samCodeUnit {text-align: left;} - All positions except header
.sidebar .samBannerUnit, .sidebar .samCodeUnit {text-align: left;} - For sidebar only
What I meant with header was "above breadcrumbs" :D
 
There is no parent selector in that position to help you target that specific ad so you need to do it globally using the first code I posted. In version 1.15.0 I will add the position as an extra class to help you do that.
 
Hi @Siropu I noticed that when I do these, the banners are not showing at all.

1. When I create 2 packages with the same position (Inside frst post) but different banners.
2. When I create a package with 2 different banners (Inside first post) but shows in different forums.

I'm not sure if it is really not possible to do those but I want to confirm first. Thanks!
 
Back
Top Bottom