reviewmylife
Forum Replies Created
-
Hi LDTech, disabling ads for mobiles is my most requested new feature. It is top of my list for when I next find some time to do new work on the plugin (hopefully in this half of the year).
Hi rootuid, looking at your settings you have turned the ads off ??
red is off. green is on ??
Hi rootuid. If the ads aren’t being displayed then they aren’t enabled. You must (I think) have them disabled/filtered them via one of the settings/features.
If you turn debug mode on and then look at the html source of an affected post then you might see a message giving you the reason for why they are not being displayed.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] inject imagesHi timtangtoronto.
1. You don’t need to be a programmer to insert an image ?? Just put the HTML for the image into the box. i.e the HTML that looks a bit like
<img src="https://whereveryouimageis.jpg" width="100" height="100">
2. It depends where the fixed area is. You can insert an Ad Injection widget into any of your widget areas. Or if the image needs to be in the post you can just set fixed positions rather than using randomly positioned ads.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Random ads in the postHi caramba1337, I suspect that the theme might be overriding or changing the priority of when the formatting is added to the page.
Try adjusting the priority value on the Advanced (middle tab) in the Advanced Settings section. Try increasing and decreasing the priority and please reply to let me know if this works or not.
Hi webospodridos, if you want to have a go adding the code to your own version of Ad Injection a good place would be the adshow_show_adverts function in adshow.php.
Just return a string such as “mobile_blocked” if you detect a mobile browser and don’t want the ads to show.
Good luck!
Hi webospodridos,
There is no current feature to disable ads for mobile devices. You could however do it by putting PHP in the ad box, but that wouldn’t be very tidy, and wouldn’t work with caching plugins.This is a feature that has been requested quite a few times, and is high up on my TODO list.
Forum: Plugins
In reply to: issue after updating ad-injection 1.2.0.8Hi profun,
You can download it from https://www.ads-software.com/extend/plugins/ad-injection/download/Forum: Plugins
In reply to: issue after updating ad-injection 1.2.0.8Hi profun,
Thanks for reporting this. I have just this minute submitted a temporary fix which is in Ad Injection 1.2.0.9 (it may take 10-15 minutes before the update appears).You can either upgrade to 1.2.0.9, or downgrade to 1.2.0.7 to make the error go away.
I’m working on a proper fix now.
Cheers.Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Put ads below the comments ?Hi top-rencontre,
You can do this using the template advert feature – see the FAQ for details. You can copy/paste/modify the template ad code into your theme template. You can get the template ad code customised for your site in the ‘template ad examples’ section of the Ad Injection UI.
Hope this helps!Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Remove Ads From Certain PostsHi mcivor14, you can set the ‘disable_adverts’ custom field to ‘1’ and that will disable the adverts for that post.
That is the only custom field that Ad Injection responds to.
Hope that helps!
Hi Donna, check your widget settings again to make sure that you removed the old adverts. Also check that you didn’t insert the other adverts by some other means. e.g. another plugin, a different type of widgets, or via the template directly.
If you can’t figure it out give me a link and I should be able to tell which ads are inserted via Ad Injection and which aren’t.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Ads not showing up in widget sidebarHi coolmatin, I can see ads in your posts and on your home page. It doesn’t look like they are inserted using Ad Injection though. Did you change your ad setup since posting this?
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Nothing Appearing after 3.3 UpgradeHi Mystech, Ad Injection does work on 3.3, so something interesting must be happening on your blog setup. It is likely to be something very simple.
Could you turn on debug mode and send me a link to one of the pages that should have ads?
If you send me a message via https://www.reviewmylife.co.uk/contact-us/ then I can email you and see if I can help you some more.
It would be great to have a copy of your Ad Injection settings table, but for privacy reasons you may want to send it direct to me rather than posting it on this forum.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] multiple banners in one section?Hi aptharsia, you can do this if you use a bit of extra PHP code in your ad slot.
See “Randomly picking many adverts from a pool of ads” on https://www.advancedhtml.co.uk/advert-by-wordpress-post-category/
Note that this will only work with ‘direct’ mode, not with ‘mfunc’ mode.