martin.krcho
Forum Replies Created
-
Disqus, are you going to release a fix for this? It is a very simple one and it would be nice to have the plugin in sync with the official repo.
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Doesn't work properly with W3TCI took it off-line for the time being, but I will put it on our test site tomorrow and post a link. Thanks for looking into this.
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Doesn't work properly with W3TCHave a look at this picture.
https://www.dropbox.com/s/otuzj59wur1mxi2/Worms%204%20%20Pokra%C4%8Dovanie%20hernej%20legendy%20zav%C3%ADtalo%20do%20obchodu%20Play%20%20%20MojAndroid.sk.png?dl=0Have you got any suggestions how it happened if it’s not page caching?
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Doesn't work properly with W3TCHave you tried to use the in-place message to place before the usual ad placement? The HTML gets cached and I see both – the ads and the message when AdBlocker is disabled.
Forum: Plugins
In reply to: [W3 Total Cache] BUG FIX: nginx rules – page_enhanced cacheI noticed the same problem. The pages are definitely not being served from the cache. Any update from the plugin author?
Forum: Plugins
In reply to: [W3 Total Cache] Database error page cached with non-English localeI noticed that you did not include this fix in the latest update. Would you mind to put it into the next one? Is anybody reading this?
Forum: Plugins
In reply to: [WP-reCAPTCHA] No Longer Works 4.0.1I have the same issue with versions 4+. These versions are using reCaptcha v2 which is not quite public yet. It does not allow you to use it in your form, only hooks into login and registration forms. I am going to revert back to latest version prior to 4.1.
Forum: Plugins
In reply to: [W3 Total Cache] Database error page cached with non-English localeDid you have a chance to look at this problem? I decided to fix it on my site instead of waiting for the next release. Here’s the update code:
/**
* Check if there was database error
*
* @param string $content
* @return boolean
*/
function w3_is_database_error(&$content) {
return (stristr($content, ‘<title>’ . __(‘Database Error’) . ‘</title>’) !== false);
}Forum: Plugins
In reply to: [WP-Polls] new shortcode [poll="id"] don't workThanks, Lester. When are you planning to release the new version?
Forum: Plugins
In reply to: [WP-Polls] new shortcode [poll="id"] don't workHi Lester, would it be possible to include the fix suggested above in the latest version of the plugin? You have changed the way the editor button inserts the shortcode, but this doesn’t solve problem with older occurencies of the shortcode. Thanks.
Forum: Plugins
In reply to: [BJ Lazy Load] No pictures loading on Opera MiniThank you very much for the fix.
Hi Giurra, thanks for your advice, but I don’t think this is going to solve my problem. I have got no forum pages within my blog whatsoever. I can’t just start switching my plug-ins off like that. I believe the PhpBB MOD should spot the “sid” parameter in the URL and load the correct user session. It doesn’t do it for some reason.
I can’t get this working either. Seamless login from PhpBB to WordPress works fine. The other way does not work at all. I tried different User Mapping configurations on couple of different servers and it still does not work. I noticed that smluser did not get it working on his site either (I tried to register and click between his site and the forum). Can you help, please? I think there might be bug in the PhpBB side of the WP-United solution. Thanks.
I changed it to “Works”, so now you have 2 x “Works”. Thanks again for the fix.
Hi Chad,
your fix works fine. Thanks a lot for that. I am afraid it was me who flagged the 2.6.3 release as broken. Is there any way to remove that? Are you going to re-release as 2.6.3 or roll the version to 2.6.4?
By the way, great work on the plug-in, mate ??
I have two suggestions in case you’re doing any more development on it:
- allow the terms and conditions to be URL, not just plain text
- do not delete translation files (in lang folder) when updating the plug-in