Beherit
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Page with query string1. If WPFC_CACHE_QUERYSTRING is not defined WPFC create cache file only for page https://domain.tld/something Page https://domain.tld/something?bleble is always generated via PHP
2. If WPFC_CACHE_QUERYSTRING is defined WPFC create cache file for page https://domain.tld/something and for each page with query string e.g. https://domain.tld/something?bleble https://domain.tld/something?xd https://domain.tld/something?lol etc.
I want to have only one file for page with query string and without it.
- This reply was modified 5 years, 6 months ago by Beherit.
Forum: Plugins
In reply to: [WP Fastest Cache] Page with query stringAnyway, You can add some filter/action where developer like me can decide how to cache some page…. I’mm not asking for another option in the plugin settings.
Forum: Plugins
In reply to: [WP Fastest Cache] Page with query stringSo I must edit your plugin in source? Really? ?? This is wrong, very wrong. Why page https://domain.tld/something?bleble doesen’t have same cache file that page https://domain.tld/something ? I have a page with dynamic query strings and this page is generating every time instead get it from cache.
Forum: Plugins
In reply to: [Simple Comment Notification] Nothing happensTip – such options are in /wp-admin/options-discussion.php page.
Forum: Plugins
In reply to: [Simple Comment Notification] Nothing happensTo notify the posts author please use core functionality from WordPress – this plugin sends notify only when You reply to someone comments – to comment autor.
Forum: Plugins
In reply to: [Simple Comment Notification] Conditionally send to different email address?I don’t know what You mean – plugins send email only to comments authors and they have only one email address.
Forum: Reviews
In reply to: [Simple Comment Notification] Not working with 4.9.1I just tested it in on my website and everything works okay, I don’t know why You have such issue.
Forum: Reviews
In reply to: [Simple Comment Notification] Not working with 4.9.1Yes. For me plugin working in WordPress 4.9.1.
Forum: Reviews
In reply to: [Simple Comment Notification] Not working with 4.9.1Very strange, for me working as well. I will check it as soon as possible.
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Integration with own pluginIn version 1.2.1 everything works okay.
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Integration with own pluginOh, even test api in plugin settings doesn’t work. Something goes wrong in version 1.3 ??
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha problemAby news? I still have this issue :/
Forum: Reviews
In reply to: [Simple Comment Notification] Fantastic pluginThank You!
Forum: Plugins
In reply to: [Simple Comment Notification] Customization ExampleNice, I will release a new version soon ??
Forum: Plugins
In reply to: [Simple Comment Notification] Customization ExampleYou need to use function comment_form() instead of do_action(‘comment_form’ …). Check this: https://developer.www.ads-software.com/reference/functions/comment_form/