Hello,
I integrate the ads.txt file for infolinks onto my blog (manually, not using a plugin) but I cant find where I would have done so, as I now wish to remove it. When I search and tried to install the Simple-Ads-Txt Plugin (as I thought I’d be able to remove it) it said it is already installed…but it’s not on my PlugIn list!
Please help – I have now been accepted by Google AdSense which is the only one I wish to use. I just want to remove infolinks from my blog completely – and any other ad plug-ins and such too that are not AdSense!
Please help – Thank You!
Can’t access Infolinks wp-admin page, plugin disabled as it doesn’t exist. But it does, just cannot activate due to php version 7.0 or NGINX incompatibility.
We placed initial script for your team to visit site, and likely we will be implementing code manually if we get approved so this may all be a moot point, just a heads up it should work on php7.0/NGINX setups.
thanks!
stu
After enable this plugin, im not able to get WP admin page. It continuously redirecting (ERR_TOO_MANY_REDIRECTS). If i clear the cookies and point URL directly to /wp-login.php, then i can see the login scree.
This this plugin works with W3 Total Cache plugin?
]]>Even after updating and checking the script, this isn’t working right on the latest WP version.. I’m getting error and mixed content alerts when using this plugin with a SSL site..
Footer scripts seem to load (after making sure the urls in the code were // or https:// however it’s loading another js link in the header (from where is it being loaded from as its not in the php script) that is linking to https://https://resourses.infolinks.com etc.. Of course this is a) blocked, and b) not a valid URL.
No ad links are displayed.
Hi,
Is this tested with WP 4.6.1?
]]>I was using infolink on my blog onlinejuction.com
last week infolink plugin stopped to showing ads on my blog. I thought I was banned from infolink but it wasn’t so. I deactivated plugin and reactivate it again but it is still not working. I reported it to [ email redacted, don’t post those here] but they are not giving any response. At this time I am using ad inserter plugin but it don’t have ad control or customise option. Help me, please !
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>How to remove infolinks on the front-end/front-page? I added it on the infolinks plugin settings under exclude from the following pages, seems it works on the other pages but not on the frontpage.
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>On sites that use HTTPS, Infolinks won’t load because it is served over HTTP. Please change this to protocol relative URLs (which is discouraged) or always use HTTPS (prefered).
This is a simple one-line fix in infolinkstextads.php line 320.
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>Links are not clickable anymore. If I move my mouse over the link and ckeck the statusbar (in IE at the bottom) for the URL link, all it says is JAVASCRIPT. What I was expecting to see is htt://www…… I have seen this happen after I have navigated around my site usually after clicking on 10-12 links.
With the plugin disabled the links are fine.
Also this is consistent behaviour of 6 sites that use the plugin
Appears to be the same problem as reported earlier in https://www.ads-software.com/support/topic/plugin-infolinks-official-plugin-breaks-links-on-page
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>I am using WooCommerce also. I need to show infolinks on certain categories only and exclude other categories.
Also I dont want infolinks on woocommerce product pages.
How to achieve this?
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>Is this working with 3.9
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>sir how to remove adds on some pages like contact us or about us pages…..plzz help me
thankyou
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>I have installed Worpdress as Network type and there are 5 sites down the network. i dont seen the scripts added to the website. Does this plugin support network type installation ??
https://www.ads-software.com/plugins/infolinks-officlial-plugin/
]]>I am using Infolinks on my site . I want the ads to appear on post content only.There is no such option in teh plugin itself. Please advise on this.
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>Please use wp_enqueue_script(); to add your JavaScript – especially jQuery.
Your current approach risks breaking a lot of other plug-ins and possibly WordPress itself – and will lead to people removing or disabling your plug-in – thereby reducing your revenue.
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>Hi there
Just to ask how to use the <!!–INFOLINKS_ON–> and <!–INFOLINKS_OFF–> if i only want the infolinks to show on the post … non on the titles, menus and comments
My website BBerryBlog.com
Tnx in advance
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>When this plugin is switched on all my links stop working.
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>I don’t understand how to install the infolinks plugin.
I do not see a zip folder, so I can not upload it to my blog.
Instructions say to download it, but don’t you have to upload a zip file?
I had this happen with something else recently and I just passed on it, but this is too important to not get to the bottom of.
Thanks in advance!
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>Dont signup for infolinks, you will earn nothing and you cant even remove the ads from your site. I deleted this plugin and the ads still shows up. The customer care is inexistent.
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>My page keeps auto refreshing when I added this plugin
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>there are some small errors infolinksintextads.php
Fix:
change this: `for($k=0;$i<count($KeyArray);$i++){
$keyJoin .= “jQuery(‘”.$KeyArray[$k].”‘).before(‘<span><!–INFOLINKS_OFF–></span>’);”;
$keyJoin .= “jQuery(‘”.$KeyArray[$k].”‘).after(‘<span><!–INFOLINKS_ON–></span>’);”;`
be:
for($k=0;$k<count($KeyArray);$k++){
$keyJoin .= "jQuery('".$KeyArray[$k]."').before('<span><!--INFOLINKS_OFF--></span>');";
$keyJoin .= "jQuery('".$KeyArray[$k]."').after('<span><!--INFOLINKS_ON--></span>');";
then add this script in line 311:
if($commentspage == 0) {
$commentsJoin .= "jQuery('#comments').before('<span><!--INFOLINKS_OFF--></span>');";
$commentsJoin .= "jQuery('#comments').after('<span><!--INFOLINKS_ON--></span>');";
}
in line 322
change:
.$cJoin.$idJoin.$keyJoin.
be:
.$cJoin.$idJoin.$keyJoin.$commentsJoin.
https://www.ads-software.com/extend/plugins/infolinks-officlial-plugin/
]]>