John
Forum Replies Created
-
Forum: Plugins
In reply to: [DX Delete Attached Media] Conflict with Post SMTP pluginMany thanks!
Thanks for this, problem solved.
In my case, the culprit was DX Delete Attached Media.
I’ll try to inform them about that.
Forum: Plugins
In reply to: [Email posts to subscribers] Vulnerability?More info about this vulnerability here:
Waiting for a patch, with thanks.
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Version 3.0.0 and futureLooks good then, many thanks.
Forum: Plugins
In reply to: [Email posts to subscribers] Vulnerability?Thanks @bretmiller
Many thanks, that works fine again now.
OK thanks, it works but I also see that I need to create the shortcode before, the same way we do for PDFs but your documentation gives wrong instructions here: https://embedpress.com/docs/embed-facebook-posts-wordpress/
I also realize that the embed of PFB posts only includes the FB summary and not the full post. Is there a way to get the full FB post (without “see more…”)
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Unprotecting excerptsHello, I did follow-up by email about this question at that time and got a reply that you were testing but I don’t have any updates since some time and nobody replies to my messages anymore.
Thanks for this, I understand.
No, there is no other .htaccess but this one has also some snippets from WP Fastest Cache like this one:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} =on
RewriteCond %{HTTP_HOST} ^mydomain.comBut I think I prefer leave things as they are now because everything works fine and I don’t it would be useful to investigate further about the 301 redirection in .htaccess.
You should rather maybe add something about subdirectories in your plugin’s FAQ.
Thanks for your help!
Thanks, but please clarify because I’m lost here.
- what precisely is NOT supported, what is “this”?
- what is a “constant” and to what are you referring precisely please?
- when reading this updated page, I understand that I first have to add a “define” line and then remove it again? But, for me, the .htaccess is now OK (after changing the settings to PHP), so what should I do, just remove the previous “define” line in wp-config.php?
Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache] Subdirectory installation gets redirected… already done my friend!
Forum: Plugins
In reply to: [WP Fastest Cache] Subdirectory installation gets redirectedThanks, but I just found out that this snippet generated by Really Simple SSL is the culprit! I followed their instructions on how to remove their .htaccess snippet (that I previously had enabled) and the problem is solved.
I just removed this snippet but I’ll send you an email anyhow. Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache] Subdirectory installation gets redirectedOther than your own sections, I only found this one, created by Really Simple SSL:
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache) RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]Forum: Plugins
In reply to: [Advanced Excerpt] Excerpt length when using custom excerptsNo problem, you are welcome!
Forum: Plugins
In reply to: [Advanced Excerpt] Excerpt length when using custom excerptsI tried but no change. Let’s see if it persists after a couple of weeks and if other people have the same issue.
Tested with Chrome and FF.