puregraphx
Forum Replies Created
-
Hi Ronald,
I have activated this Gravity Forms add-on “Partial Entries” (I believe this is the one you were referring to above) and your plugin. Any idea how we can create a Goal for a Partial Entry?
Same problem. But there are no “steps to reproduce”, this all happens automatically everytime this plugin writes to the .htaccess file (to deny access to an IP for example).
My .htaccess begins with # BEGIN iThemes Security – Do not modify or remove this line
and every time, after # END iThemes Security – Do not modify or remove this line
everything is deleted, including the MUCH NEEDED# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
which causes all pages/posts to display a 404.
I will try to move this WP code to the start of the .htaccess and hope that this plugin leaves it alone !!Forum: Plugins
In reply to: [W3 Total Cache] Wierd Files After Minify 000000/d8bad/I have no idea about theme compatibility, i hope the author can help you with this
It would be kind if you’d share your edits.
Forum: Plugins
In reply to: [W3 Total Cache] Minified JS "embed in head" still places JS in the footer.The options embed after <body> and embed before </body> work as they should, one after the <body> and the other before the </body>. Only the embed in <head> does not work as it places the minified JS right after the </footer>
It would be great if the author would step in!
Forum: Plugins
In reply to: [W3 Total Cache] Minified JS "embed in head" still places JS in the footer.always manual, auto is way too unpredictable.
Forum: Plugins
In reply to: [W3 Total Cache] Minified JS "embed in head" still places JS in the footer.Hi, as much as I appreciate your input, your response is not related to my issue.
The problem here is that W3TC places the minified JS file in the footer, although I have indicated to place it in the <head>.Forum: Plugins
In reply to: [W3 Total Cache] CSS / JS minify cacheyou first need to enable minify in the general settings, then further tweak in the minify settings.
Forum: Plugins
In reply to: [W3 Total Cache] Non-blocking using "async"have you cleared the page cache? async is working for me.
Forum: Plugins
In reply to: [W3 Total Cache] so bad pluginAnd don’t enable minify auto, every site is different so an auto option is never a good choice. If you don’t know what you are doing, use a more basic minify/cache plugin.
Forum: Plugins
In reply to: [W3 Total Cache] Wierd Files After Minify 000000/d8bad/those are the minified JS and CSS files, they should be there, no need to worry.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Minify does not create minified files in cache dir@rkochis you have saved my life!!
The iThemes Security plugin indeed obstructed direct access to/execution of php files in the wp-contents folder.As soons as I added a htaccess file allowing the execution of php files in the /plugins/w3-total-cache directory, the error disappeared
The plugin made a request to xxx/wp-content/cache/minify/000000/w3tc_rewrite_test but received:
404 Not Found
instead of “OK” response.Forum: Plugins
In reply to: [Email Before Download] Empty post content when shortcode is addedHi, I forgot to install the Download Monitor plugin, as I thought we could use the already uploaded files in the Media Library.
Another question though, how can we personalise the email sent to the website visitor as [requesting_name] is not valid, nor are [name] or [lastname] that I used in the CF7 form.
Forum: Reviews
In reply to: [Custom Contact Forms] Update 6.0 is a disasterAlso, all previously submitted forms have disappeared when using v6. I mean, come on. No other option than going back to v5.
A little warning in the WP Admin would have been appreciated.
Forum: Plugins
In reply to: [Simple Image Widget] Plugin update 4.0.1 breaking widget content in sitesI also receive a 500 server error after updating 🙁
version 4.0.1, WP 3.9.1