wordpresslover7
Forum Replies Created
-
Plugin shall have an option to delete wp_af_links_activity older then for example 3/6/12 months
The plugin causes also other warnings in Wordpres 6.8.1:
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6121) in /wp-includes/functions.php on line 7168
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6121) in /wp-includes/functions.php on line 7144
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6121) in /wp-admin/admin-header.php on line 14That’s a 15-minute job to fix it but after 6 months they still did not release the update. @iapial what’s going on? Is the plugin abandoned?
Could you please send me a link where I can download the updated version with solved problem?
https://downloads.wordpress.org/plugin/ad-inserter.2.7.38.zip – this version still has this bug. No available update via plugin settings page. Version 2.7.39 does not exist except in the changelog.txt.version 2.7.39 is not available for download.

- This reply was modified 1 year, 3 months ago by wordpresslover7.
After I upload the version attached by you it shows version 2.7.38 exactly like the one I use. I see in changelog you released 2.7.39 but it’s not available. Did you just forgot to update the version in the file?
Update via wordpress update is not available to 2.7.39 version.- This reply was modified 1 year, 3 months ago by wordpresslover7.
Forum: Plugins
In reply to: [Site Reviews] Integration with wp-discuz commentsUnderstood, all content is placed via blocks in main section on default. Does Site Reviews have its own database or uses wp_posts to store review data?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Third party shortcode insertationI cannot believe how damn I am. You are right of course, I inserted incomplete shortcode, it lacked the begining (first part, standalone shortcode, closing part)
I am really sorry for taking your time!
Anyway I hope this thread will help others debug similar problems without your help.
- This reply was modified 3 years, 1 month ago by wordpresslover7.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Third party shortcode insertationPlease let me know if debugging works for you as I can see it works in admin, but when I am logged out I cannot see the debugging blocks etc.
I think the problem is Adinserter does not process the two-parts shortcodes. I looks like it strips the first part.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Third party shortcode insertationThe remote debugging is now on. The shortcode is of course registered – it is showed in other places on the page. I tried to change Adinserter priority , eg. 5 but it does not insert any code.
I turned option “insert only in the loop” which seems to work fine. Please take a look if it works properly. I have marked it as a solved issue.
Hi! Thanks for a reply! debugging is on. Please recommend the best solution. The additional problem is it shows duplicated banners in different places on desktop and mobile so the number limit of insertions or the loop may not work properly.
- This reply was modified 3 years, 3 months ago by wordpresslover7.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] Column is linked itself when hoveredThe problem was fixed, it was due to a container that embraces the whole table. Please mark it as solved.
Forum: Plugins
In reply to: [Contact Form to Any API] Plugin adds itself “?” to the first mapped fieldI tried to fix that function but it still does not work correctly for some reason.
$url = (strpos( '?' , $url )!==false) ? $url.'&'.$data_string : $url.'?'.$data_string;Forum: Plugins
In reply to: [Contact Form to Any API] Plugin adds itself “?” to the first mapped fieldProbably this function does not work properly (location class-cf7-to-any-api-admin.php) in admin folder:
$url = strpos( ‘?’ , $url ) ? $url.’&’.$data_string : $url.’?’.$data_string;