Automatic-rock
Forum Replies Created
-
It’s almost a year since the first report. Will this bug ever get fixed?
My error log is also full of this notice :/My log is also full with the same notice, but I haven’t changed php version (running 7.1.25).
Forum: Plugins
In reply to: [SVG Complete] SVG Complete questionsHi Jason,
The comments form on the SVG complete site works, but indeed it seems my contact form has been broken. I’ll take a look at that.
To answer your questions
1. I’ve never tried it, but I think it should be possible ussing xlink
https://www.w3.org/wiki/SVG_Links2. The zoom origin I still would like to improve. Sadly I don’t have the time in the near future to improve this. At this moment I’m also not sure how to code this, so it won’t be a quick fix for me.
My goal is atleast to have to zoom origin at the mouse pointer for the next plugin update.Best regards,
BennoForum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Top of editor window in TEXT mode clippedI have the same problem. Hope it will be fixed soon…
Forum: Plugins
In reply to: [WP Fastest Cache] Frontpage is empty with latest versionHi everybody,
The problem is UptimeRobot (a website that checks if my website is online)
When you set UptimeRobot to check http on a page that uses <!–[wpfcNOT]–> it will cause an error. That page will be completly empty for other visitors.
I’ve done several tests and have 3 solutions:- A solution is to add the page to the exclude list of WPFC. Unfortunally with the current version of WPFC this is not possible for the frontpage of a website.
- Another solution is to let UptimeRobot check a page other then your frontpage and add this page to the exclude list.
- If you must let UptimeRobot check your frontpage for some reason then the only solution I could find is to set UptimeRobot to check for a keyword on that page. But I’m not sure if this has influence on your visitor counter if you have any.
Forum: Plugins
In reply to: [WP Fastest Cache] Frontpage is empty with latest versionMy frontpage is just a normal page but with a different template. I do have tried to hardcode <!–[wpfcNOT]–> in the template, but the result is the same.
By the way, I’ve replied your email ??
Forum: Plugins
In reply to: [WP Fastest Cache] Frontpage is empty with latest versionAn email is send ??
To add, I wanted to try to new ‘exclude page’ function that you’ve made, to see if I use this for my frontpage I would work better.
But I see this is not possible, because it only looks for the text after the domain name, and the frontpage doesn’t have any ofcourseForum: Plugins
In reply to: [Simple Trackback Disabler] Custom posttypesHi,
Thanks for your reply. I’ll try to wait patiently ??
Nobody of iThemes with a reply??
I also had this problem.
The problem, as I see it, is that only the .htaccess in the subdirectory gets updates. The .htaccess in the root still has the old redirects from WP security!!
To login again I had to delete the .htaccess in the subdirectory, and then my site is working again and I can login. Only the .htaccess will be regerated when you save a setting in iTeams security.This should be fixed soon, or I’d better go install an old WP securtiy plugin :/
Forum: Plugins
In reply to: [WP Fastest Cache] WordPress in subdirectory, plugin not working?The lastest version of WP Fastest Cache seems to have solved the problem.
Thank you Emre!Forum: Plugins
In reply to: [WP Fastest Cache] WordPress in subdirectory, plugin not working?Hi Emre,
I’m afraid that goes too far indeed. Like I said I don’t mind experimenting a bit, but I like to keep my login info to myselfThe cache files to get made, that not the issue. Only how to get visitors there?
Is it possible that you try setup a site with wordpress in a subdirectory and see if you can make it work?
Otherwise I guess I have to go back to wp-supercache, it works with that :/Forum: Plugins
In reply to: [WP Fastest Cache] WordPress in subdirectory, plugin not working?Any luck so far Emre? ??
Forum: Plugins
In reply to: [WP Fastest Cache] WordPress in subdirectory, plugin not working?Hi Emre,
Any luck in finding a solution?
Yesterday I broke my site again, so I think I should stop trying to fix it myself.. ??Best regards,
BennoForum: Plugins
In reply to: [WP Fastest Cache] WordPress in subdirectory, plugin not working?Hi Emre,
Like I said I don’t know much about it, and I broke my site ??
So I’m putting a back-up back, my site will be online again in a few minutes.One thing I noticed in .htaccess is this:
RewriteCond %{DOCUMENT_ROOT}/WORDPRESSDIR/wp-content/cache/all/WORDPRESSDIR/$1/index.html -f
RewriteRule ^(.*) "/WORDPRESSDIR/wp-content/cache/all/WORDPRESSDIR/$1/index.html" [L]
I think this should be like this:
RewriteCond %{DOCUMENT_ROOT}/WORDPRESSDIR/wp-content/cache/all$1/index.html -f
RewriteRule ^(.*) "/WORDPRESSDIR/wp-content/cache/all/$1/index.html" [L]
So I removed that, but it didn’t change anything.
If you want me to test anything just ask, I don’t mind experimenting a bit ??Kind regards,
Benno