clove28
Active member
Yes this is what I meant. I hope it will be included in the future. It will be difficult to manage if you have multiple advertisers with multiple banners from each of them.Or do you mean this?
Yes this is what I meant. I hope it will be included in the future. It will be difficult to manage if you have multiple advertisers with multiple banners from each of them.Or do you mean this?
Nope. I just bought this last night. I'm still in testing stage. How can I solve it? Maybe it's a conflict?Have you made changes to the JS script?
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.
Version 1.14.2 fixes a bug in the JavaScript rotation feature and adds a missing phrase in "Change Owner" feature.
Version 1.14.2 has been tested with XF 1.5 Beta 2 and no issues have been found so far.
Siropu updated Ads Manager by Siropu with a new update entry:
Bug Fixes
Read the rest of this update entry...
Use the Page Criteria and set "Content Template is NOT" to "pagenode_container".Anyway, how can I prevent the add from showing to Pages?
How about the report? I don't want to show it to the report page as well. Thank you!Use the Page Criteria and set "Content Template is NOT" to "pagenode_container".
Wow! This is what I'm looking for! Thank you!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.
Ah..I noticed that the banners are placed in center. How can I make them align on the left or right? For example the header, I want to put it on the left part.You are welcome.![]()
.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"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
We use essential cookies to make this site work, and optional cookies to enhance your experience.