freq32
Forum Replies Created
-
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] IP BlacklistedNot sure why this was never answered but the ban fell off after 24 hours by itself.
You don’t need to investigate, I restored the site.
It did cause about 10% of the media library images to be corrupted fyi. It was the offload. I’d put a fair warning on that or create a more fail-safe environment there if I were you.
see the gray missing images here: https://photos.app.goo.gl/aT918DPusrqcNb7Y6
I won’t ever touch that again.
Yes you can close it. It’s likely a glitch or I’ve got a bug and I’m screwed..lol. nothing to do with your plugin. thanks Freesoul!
weird I’ll repair it then. yes Wordfence detected these were modified:
Modified plugin file: wp-content/plugins/freesoul-deactivate-plugins/uninstall.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/mu-plugins/eos-deactivate-plugins.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/freesoul-deactivate-plugins.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/templates/partials/eos-dp-action-buttons.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/templates/pages/eos-dp-favorite-plugins.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/templates/pages/eos-dp-help.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/templates/pages/eos-dp-backend.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/templates/pages/eos-dp-roles-manager.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/eos-dp-helper.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/eos-dp-ajax.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/eos-dp-admin.php
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/css/fdp-admin-13.css
Type: File
Issue Found August 12, 2021 8:14 amModified plugin file: wp-content/plugins/freesoul-deactivate-plugins/admin/css/fdp-admin-13-rtl.css
Type: File
Issue Found August 12, 2021 8:14 amForum: Plugins
In reply to: [Unbounce Landing Pages] No Updates for past 3 versions?No response? Very professional.
Yes the problem wasn’t your plugin, and after updating the ajax and site security everything is fine. Thanks for the help!
It could have been. Our setup is not conventional, the homepage is not really wordpress and that’s not normal (its for sitespeed).. so this will take some time to untangle (i have that snapshot loaded on staging, and will try to replicate)
I’ll let you know what I find. thanks
-Mark
Well you made the interface so nice I just couldn’t help myself in reordering those to what I thought was logical. 🙂
(Perhaps put a “are you sure?” warning over there, for those tinkering like me)
But that wasn’t the problem. The problem was underlying in the theme and woocommerce, and your plugin was simply a point of breakage. I have fixed the underlying issues, reactivated your plugin and so far so good.
Edit: The point of breakage may still be an issue, and it happened when I custom edited your settings from a Woocommerce Product page. That was the first time I had used that (usually I use the global grid). That was the point it all crashed. Thought I should mention.
So happy I still get to use my favorite plugin. Dude you’re awesome.
- This reply was modified 5 years, 8 months ago by freq32.
Forum: Plugins
In reply to: [WooCommerce Square] Static Homepage – Square disabled only on homeI have it working. 3 steps.
1. USING NGINX CONFIG:
added the page rule for 405 errors:error_page 405 https://$host/index.php?$args;2. USING PHP:
In the init wp index.php, made a URI query:$uri = $_SERVER['REQUEST_URI']; if($uri == '/') { ?> //do a song and dance here <?php define( 'WP_USE_THEMES', false ); $wp_did_header = true; require_once __DIR__ . '/wp-load.php'; wp(); } elseif ($uri != '/') { // do the norm stuff in index.php3. in wordpress set your static homepage as a pure blank slate, loading nada
- This reply was modified 6 years ago by freq32.
Forum: Plugins
In reply to: [WooCommerce Square] Static Homepage – Square disabled only on homeIf you can just give me the key fragment or script to add to the page to have this plugin functional that would be great. it somehow needs to post to the homepage possibly? but can’t that be done in ajax?
or, perhaps use the shop URL on your end rather than the homepage?
here’s that URL https://www.ikrusher.com/shop/- This reply was modified 6 years ago by freq32.
Its not that plugin. It seems to be related to the browser cache. when browser caches, it does it. When browser caching is prevented, it does not do it.
here’s the third screenshot sent here:
https://photos.app.goo.gl/w1cDtZ7DtLbRZa8VAIt may be related to this plugin, still testing:
Fast Velocity Minify
its doing it again, randomly all over the site, mainly all these pages (click each link):
https://esfandilawfirm.com/crime-blog/The image above “Seppi Esfandi”
https://photos.app.goo.gl/aDy5imxnRDSf8YpE7please resolve or we cannot use this. thanks.
pagespeed insights reports 30 days..
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fesfandilawfirm.com%2Fsearch lower page for “Serve static assets with an efficient cache policy”, see the optimole cdn links there.
for now, the problem has resolved itself it seems. thanks