neopresse
Forum Replies Created
-
Hi,
I have the same (urgent) request.
Using an JSON API to feed my native mobile app, AdInserter is not inserting anything due to the is_single() check described above.Is there any way to work around this? Can I call the inserting feature manually without the check for the is_single()?
like:
$content = apply_filters( ‘the_content’, $post->post_content );
$content_with_ads = call_ad_insert($content, nr_of_inserter);Would be VERY much appreciated!
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Does not work on post pagesUnfortunately it is not working for me on single posts,only on the frontpage ?? Just tried with different computer.
My setting is: Firefox 38.0.5
Plugin: Ad Block Plus (latest)Forum: Plugins
In reply to: [WP Super Cache] CDN – protocol relative URLs not supported?Same here!
Any updates on that?
Prevents me from using regular CDN (not Cloudflare/Incapsula) ??Forum: Plugins
In reply to: [Post Pay Counter] V2: W3 Total Cache compatibilityGood news and bad news. Means a lot of work for me ??
Will you talk to the guys from w3 total cache (https://www.w3-edge.com/contact/) about compatibility issues? If i do it might make less sense, since i dont know your code.
It is a really important point to me. Otherwise integrating your new version might be in vain. Think of all the blood sweat an tears ??Forum: Plugins
In reply to: [Post Pay Counter] V2: W3 Total Cache compatibilityThank you Stefano,
i will give it a try when the version 2 is out.Forum: Plugins
In reply to: [Post Pay Counter] V2: W3 Total Cache compatibilityTo use your plugin, it will be necessary to install other plugins (that do the counting)?
Analytics through a plugin?My theme has a counting also, maybe i can use that.
But the fact that it has no counting might raise the chance to be compatible with caching since no database operation is needed on post load. Right!?
But updating only would have been far too simple anyways :-))
Forum: Plugins
In reply to: [Post Pay Counter] V2: W3 Total Cache compatibilityHi Stefano,
frankly i dont know what it takes to be compatible with caching plugins. I hope i find some time on the weekend to investigate. Or someone else here has a clue.
I only use your plugin for the visit count and for the display of the results to the individual user that hast contributed posts. The calculation of the reward and handling of the payment is done in a custom made plugin (only based on visits of the posts, no word count, no fixed prices).
So maybe updating will not be all that easy for me, since you changed the database design that my custom made plugin relies on.The earlier update broke the site because the plugin after a simple update via the repository gave some php errors. I did not do a lot of investigation since i had to get the live system up and running as soon as possible.
I am quite sure it is the hell of a challange to make such a plugin lightweight and still keep all the features.
Will it be possible to turn off “expensive” operations like word count if not needed (only keep the stats functionality)?
Thanks for your effort!
Regards,
StefanForum: Plugins
In reply to: [FeedWordPress] FeedWordPress and WYSIWYGFirst of all, thank you for the great work!!!
I also do need the WYSIWYG editor for syndicated posts pretty badly. I am making a daily newspaper out of the best (german speaking) blogs. So i have to read the articles before publishing and of course edit them, change pictures etc.
That is why i was shocked too, when trying to update my site today ??
I always had the articles exposed to the filters and never really had a problem with it!
Please, please give us that feature back ??many thanks,
Stefan