LemonGrenade Posted June 7, 2020 Posted June 7, 2020 @newbie LAC Thanks, purchased today and just working out some of the settings. What would you advise to the number to stop click bombing but still keeping ad clicks by users and real visitors intact without issue. I appreciate the number will vary for each site.
newbie LAC Posted June 8, 2020 Author Posted June 8, 2020 Hello, 7 hours ago, LemonGrenade said: What would you advise to the number to stop click bombing but still keeping ad clicks by users and real visitors intact without issue. Depends on advert system. The less value is better.
LemonGrenade Posted June 8, 2020 Posted June 8, 2020 Thanks, I'm using the built in advert placements with adsense. Have still been getting bombed so I'm not sure if I've missed something.
newbie LAC Posted June 9, 2020 Author Posted June 9, 2020 15 hours ago, LemonGrenade said: Have still been getting bombed so I'm not sure if I've missed something. You should to configure the CSS selectors setting. Otherwise the Clicks counter protection will not work.
LemonGrenade Posted June 9, 2020 Posted June 9, 2020 (edited) Yep rookie error by me that I realised after posting. So in theory, the defualt positions can't be used for clicks protection and only those in CSS locations? So would it be possible to activate click protection for the advert currently in the built-in header location? Edited June 10, 2020 by LemonGrenade
newbie LAC Posted June 10, 2020 Author Posted June 10, 2020 (edited) 12 hours ago, LemonGrenade said: So in theory, the defualt positions can't be used for clicks protection and only those in CSS locations? 12 hours ago, LemonGrenade said: So would it be possible to activate click protection for the advert currently in the built-in header location? You can. The application add extra attributes to advert code. If you check the source code you will see <div class="ipsMessage ipsMessage_info" data-nbEnhAdv="" data-nbEnhAdvId="152">Just below the page header</div> So you can use the data-nbEnhAdv attribute to protect ads Edited June 10, 2020 by newbie LAC
LemonGrenade Posted June 10, 2020 Posted June 10, 2020 Thanks, I'm slowly understanding it a bit more. I've noticed that the attribute is the same even on the ads using your other addon 'ads after x posts'. Would I need to add the ID too. Here is what I have within the default header ad and the settings in the addon. I'm trying to see whats wrong.
newbie LAC Posted June 11, 2020 Author Posted June 11, 2020 You can uncheck the CSS selector (2nd screenshot). This setting does not linked to clicks protection. LemonGrenade 1
sulervo Posted June 12, 2020 Posted June 12, 2020 How to add banner above .ipsBox only in topic list view?
newbie LAC Posted June 13, 2020 Author Posted June 13, 2020 Hello, 7 hours ago, sulervo said: How to add banner above .ipsBox only in topic list view? 376.47 kB · 0 downloads Use CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] [data-tableid="topics"] sulervo 1
sulervo Posted June 15, 2020 Posted June 15, 2020 How about in topic view before topic title? Forum version 4.4.10. Thank you.
newbie LAC Posted June 16, 2020 Author Posted June 16, 2020 10 hours ago, sulervo said: How about in topic view before topic title? Forum version 4.4.10. Thank you. 208.46 kB · 0 downloads CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="topic"] .ipsType_pageTitle sulervo 1
Sheffielder Posted June 17, 2020 Posted June 17, 2020 HI, I'm thinking of buying this plug in but am a total novice when it comes to programming/coding. Here is what I need to achieve - is this possible with this plug in? 1 - To have adverts after/in the 8th post in a topic 2 - Adding an adhesion unit to both mobile and desktop 3 - Moving the standard Invisionboard bottom advert up to appear between the last post on a page and the navigation
newbie LAC Posted June 17, 2020 Author Posted June 17, 2020 Hello, 3 minutes ago, Sheffielder said: 1 - To have adverts after/in the 8th post in a topic Yes. 9 minutes ago, Sheffielder said: 2 - Adding an adhesion unit to both mobile and desktop 18 minutes ago, Sheffielder said: 3 - Moving the standard Invisionboard bottom advert up to appear between the last post on a page and the navigation You can use css selector to add your advert where you want
Sheffielder Posted June 17, 2020 Posted June 17, 2020 Do I need to supply tablet / mobile code if my ads are responsive adsense ads?
newbie LAC Posted June 17, 2020 Author Posted June 17, 2020 1 minute ago, Sheffielder said: Do I need to supply tablet / mobile code if my ads are responsive adsense ads? No
Sheffielder Posted June 17, 2020 Posted June 17, 2020 Hi, How do I have adverts after/in the 8th post in a topic?
newbie LAC Posted June 17, 2020 Author Posted June 17, 2020 2 minutes ago, Sheffielder said: after the 8th post in a topic? 2 minutes ago, Sheffielder said: in the 8th post in a topic? Just change the index in css selector to :eq(7) After 8th post article.cPost:eq(7) Inside 8th post div[data-role="commentContent"]:eq(7)
Sheffielder Posted June 17, 2020 Posted June 17, 2020 Thank you that worked perfectly! Do you know how I can create an adhesion unit to show on both mobile and desktop?
newbie LAC Posted June 17, 2020 Author Posted June 17, 2020 4 minutes ago, Sheffielder said: Do you know how I can create an adhesion unit to show on both mobile and desktop? I think you should read the docs of advert system which you will use. I did not work with adhesion. I can help with application if you have any issues
Sheffielder Posted June 17, 2020 Posted June 17, 2020 ok thank you Final question - What code would I need to put in to make advertisements appear between the last post on a page and the navigation
newbie LAC Posted June 17, 2020 Author Posted June 17, 2020 1 minute ago, Sheffielder said: Final question - What code would I need to put in to make advertisements appear between the last post on a page and the navigation Css selector #elPostFeed Position Insert advert after the chosen element(s)
Sheffielder Posted June 17, 2020 Posted June 17, 2020 Thank you that's fantastic! Great plug in - so glad I bought it and would recommend it to anyone else thinking about it!
Sheffielder Posted June 17, 2020 Posted June 17, 2020 Quick question - is this advert plug in responsive? I have ads that are breaking out of the theme that are too wide for the screen - is that down to a setting I need to alter on the plugin?
Recommended Posts