dberdal
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Prevent HotlinkingWorked as expected, thanks a lot! I think a decent number of people would use this feature if it was added to the UI.
Forum: Plugins
In reply to: [Download Monitor] Prevent HotlinkingP.S. I guess it’s working in the sense that the link above does redirect to my homepage… but if you copy/paste the link into your browser you can still download the file.
I was hoping that it would only be downloadable if linked on my site.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC returns cached lockout pageI’m having the same problem and just got a response from wordfence on this:
Unfortunately, this is a known issue with W3 Total Cache that goes all the way back to when WordPress 4.7 was released. At that time, due to the fact that W3 Total Cache was not compatible with WordPress 4.7, the WordPress team recommended that W3 Total cache should be uninstalled. Following that, W3TC suffered from poor maintenance over this past winter. I’m aware that there have been some updates to it recently, but I am not sure to what extent the code can be considered safe at this point. The issue you are describing seems to appear and disappear from release to release.
Unfortunately, as much as I’d love to help more with this, there is nothing we can do on our end to resolve it. We do send “no cache” headers with Wordfence block pages, and this is supposed to tell cache plugins to NOT cache the block pages. If the cache plugins ignore this and go ahead and cache the page anyways, it’s out of our hands.
The (free) replacement I’ve heard works best for most people is WP Super Cache, so you may want to have a look at that. https://sv.www.ads-software.com/plugins/wp-super-cache/
Sorry for the ensuing frustration, and if you have any further questions or need help with anything else, please don’t hesitate to reach out again – we’ll be here. ??
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Causes Blurry ImagesWhat’s happening (I’m almost certain), is that cloudflare, or some other plugin on your site is delivering adaptively sized images. W3TC page cache is caching the small sized images, but then on larger screens they get stretched out.
For example: https://paradigm-zero.com/
It’s delivering this image at 258 pixels wide https://paradigm-zero.com/wp-content/uploads/2017/02/Home-2-uai-258×183.jpg
but on my 1920px wide monitor it looks probably double that… which is why it’s blurry.
It would try disabling anything related to scaling of images, clear your page cache and try again. Remember, page cache will save the first version of the page that it loads.
For future reference by anyone reading this thread, the beta version linked above did solve the issue of not being able to control ssl from the network level.
My issue of not seeing the network admin screen was due to the folder name in the beta. It should be uploaded manually via FTP, and you should remove the word “master” from the folder name if it exists.
Hi Rogier, I just sent you an email confirming credentials. I’ve installed the beta but can’t find the network admin screen. Would you prefer to continue any further discussion here or by email? Either works for me.
Also, I’m fairly certain that you’d consider this, but it is critical that the network wide options can play nice with domain mapping plugins.
On my site I’m using a domain mapping plugin by wpmudev which allows me to have wp-admin at root url, but map public side of the site.
For example: rooturl.com/child-site/wp-admin and child-site.com for the same site.
This allows me to easily use ssl for logins, without the hassle of setting up ssl for all my mapped domains.
Ps.
If multisite is hassle, make it a pro feature… I’m happy to pay, and have you stick around! People using multisite are either making money or at least trying haha.I’ve added a user account for you to my site. Let me know if you don’t receive it. I’ll look forward to trying out the beta.
Thanks!
Sounds great, thanks for investigating. This is a dev site so I’m fine giving you access if that is helpful. Just let me know where you’d like credentials sent.
That’s what I had been trying, but I did it again just now with the same results.
I also tried deleting the plugin and redoing the same, with still the result being that SSL was activated on root site, but child sites show:Options: * Mixed content fixer SERVER: apache MULTISITE SSL is activated network wideSSL is not yet enabled for this site ** Detecting configuration ** plugin version: 2.5.11 Already on SSL, start detecting configuration ssl type: SERVER-HTTPS-ON ssl not enabled, show notice
I’m checking my .htaccess file and I see nothing from Really Simple SSL.
On root site debug says .htaccess rules tested successfully. Should there be rules written in .htaccess?
Other than W3TC Rules I have:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Forum: Plugins
In reply to: [Dashboard Widgets Suite] Multisite syncAre you available for a small custom project? I’m just looking to build a custom full width header for the dash as well as include your widgets below.
Forum: Plugins
In reply to: [Dashboard Widgets Suite] Multisite syncNice! Do you have a planned release date for a pro version?
Forum: Plugins
In reply to: [Dashboard Widgets Suite] Add custom widgetNot sure if they were thinking about this the same way as me, but I would like the ability to create multiple of each type of dash widget.
For example two RSS feeds and two separate clones from regular widgets. As it is I can pull in one widget group ( with multiple widgets), but I would like them to be in separate boxes on the wp-admin dashboard. I might have one contact form and one that is a list of recent posts.
Forum: Plugins
In reply to: [Multisite Cloner] Fatal Error since WP UpdateI’m also getting the exact same fatal error, and would love to see an update. It’s worked for me in the past, but something must have changed with a wordpress update.