7thcircle
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] customer logout while havin wp-login protectedIf you still have auth on it will fail. You need to disable auth and use the code and other steps when you run WooCommerce.
This plugin is not running on any sites that are running fail2ban, so it is only this plugin using Freemius.
Also, the sites running this plugin are on shared hosting and do not have server caching. They are running rocket or super cache.
The response is accepted, but the nag notice reappears.
Sorry, let me send you the other image. https://pasteboard.co/K6BsaRf.png
Here is the correct class “updated promotion fs-notice fs-sticky fs-has-title fs-slug-featured-images-for-rss-feeds fs-type-plugin”
- This reply was modified 4 years, 11 months ago by 7thcircle.
This is what it looks like. https://pasteboard.co/K6B7L4R.png
Here is the css class “updated promotion fs-notice fs-sticky fs-has-title fs-slug-wp-fail2ban fs-type-plugin”
There are no js errors. I have tested with only this plugin active and the issue persists. I even built a new site with no caching and only this plugin to no avail.
Forum: Plugins
In reply to: [WooCommerce] customer logout while havin wp-login protectedYes, it is possible. You have to allow the query string “action=logout”
For Cloudflare
(http.request.uri.path contains “/wp-login.php” and not http.request.uri.query contains “action=logout”)For Apache
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} ^/wp-login.php$
RewriteCond %{QUERY_STRING} ^action=logout
RewriteRule ^(.*)$ – [L]
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
RewriteCond %{HTTP_USER_AGENT} ^(|-?)$ [NC,OR]
RewriteCond %{THE_REQUEST} HTTP/1\.0$ [OR]
RewriteCond %{SERVER_PROTOCOL} HTTP/1\.0$
RewriteRule ^(.*)$ – [F,L]
</IfModule>`Forum: Plugins
In reply to: [Query Monitor] Unable to create usersAlways on top of things @bogdanrapaic Thank you
Forum: Plugins
In reply to: [Query Monitor] Unable to create usersThey are aware since they are working a different issue and using this plugin to test.
Forum: Plugins
In reply to: [Query Monitor] Unable to create usersUncaught TypeError: jQuery(...).accordion is not a function <anonymous> https://example .com/wp-content/plugins/mainwp/assets/js/mainwp-ui.js:396 jQuery 2 e tAs soon as I disable this plugin everything works.
Forum: Plugins
In reply to: [Activity Log For MainWP] No events so far with 4.3.0 on child siteI have installed the update on a few sites and everything is working great now.
Forum: Plugins
In reply to: [Activity Log For MainWP] No events so far with 4.3.0 on child siteThanks. Let me know if you need any info from my end.
The issue is resolved. It was not brand specific as it did impact mac and pc. The issue was with the font family and it not supporting the characters.
Forum: Plugins
In reply to: [Melapress File Monitor] Allowed files and mark as readThe concern is the design. Certain files that are added to the root (google, or pinterest verification) being marked as allowed makes perfect sense. There should be an option to mark as read before or after deleting the file that just clears the notice and does not include it in any extra sections (allowed or excluded).
Forum: Plugins
In reply to: [Melapress File Monitor] Emails on EVERY scan and flagging non changesMessage sent
Forum: Plugins
In reply to: [Melapress File Monitor] Emails on EVERY scan and flagging non changesAfter the reinstall, a test email works fine, but the scan finds changes and does not send a message.