erwinodendaal
Forum Replies Created
-
Hi Elvis,
I’ve enabled debug.
Kind regards,
Erwin Odendaal
Forum: Plugins
In reply to: [User Access Manager] Plugin stopped working altogetherHi,
This morning I somehow managed to get the plugin working again on https://www.zijnskring.nl.
And I installed it on another website where I have to hide pages and files. The pages are hidden for non logged in visitors on: https://www.stichtingzijnsorientatie.nl/
But when accessing a (protected) file it just shows. Try:
https://www.stichtingzijnsorientatie.nl/wpstichting/wp-content/uploads/Cirkel-58.pdfIn the .htaccess file in /wp-content/uploads/ I see this code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wpstichting/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_URI} !.*\/sites\/[0-9]+\/.* RewriteRule ^([^?]*)$ /wpstichting/index.php?uamfiletype=attachment&uamgetfile=$1 [QSA,L] RewriteRule ^(.*)\?(((?!uamfiletype).)*)$ /wpstichting/index.php?uamfiletype=attachment&uamgetfile=$1&$2 [QSA,L] RewriteRule ^(.*)\?(.*)$ /wpstichting/index.php?uamgetfile=$1&$2 [QSA,L] </IfModule>
Which should be protecting the pdf’s. What can be the problem?
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Signs after excerptHi Martin,
This is really stupid of me, but I used the widget twice, once in a page builder on the homepage and once in the widget area on the right of pages. I changed it in the two widgets and now it’s working fine.
Sorry for the trouble.Kind regards,
Erwin Odendaal- This reply was modified 5 years, 10 months ago by erwinodendaal.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Signs after excerpthi Martin,
See: https://www.erwinodendaal.nl/recentpostswiththumbnail.html
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Signs after excerptAnd it has never worked for me. So every update I hoped it would be solved, but I more or less just excepted it… Now a client asked me specifically to change it so here I am.
What do you need or know more to be able to understand why this is happening?Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] HTTPS Tracking not workingHi,
I’m not sure if I have the same problem, but when I set the Piwik URL to https://www.myserver.nl (PIWIK/Matomo is running on a SSL server) I mostly get the error “SSL certificate problem: self signed certificate in certificate chain”.
But on some of my websites the connection to Matomo does work. Settings the same, provider the same, Matomo runs at the same provider and they checked the certificate and server settings. We have no idea why some sites do connect and others not…- This reply was modified 6 years, 8 months ago by erwinodendaal.
- This reply was modified 6 years, 8 months ago by erwinodendaal.
Forum: Plugins
In reply to: [The Events Calendar] Next month not loadingI’ve removed the iThemes Security plugin. I believe that did the trick.
Forum: Plugins
In reply to: [Doneren met Mollie] Menu zichtbaar maken voor redacteurenSuper!
Forum: Plugins
In reply to: [Doneren met Mollie] Menu zichtbaar maken voor redacteurenBeste Jens,
Waar ik dan tegenaan loop is dat de “instellingen” van de plugin zelf niet meer toegankelijk zijn. Je krijgt dan de melding “Je hebt geen toestemming om deze pagina te bekijken.”. Ik kan dan natuurlijk het extra regeltje in wp-admin even uitvinken, maar onhandig is het wel.
- This reply was modified 7 years, 8 months ago by erwinodendaal.
Forum: Plugins
In reply to: [Doneren met Mollie] Menu zichtbaar maken voor redacteurenTop, dankjewel!
Forum: Plugins
In reply to: [Doneren met Mollie] Menu zichtbaar maken voor redacteurenHallo daar,
Ik zou ook graag in de admin het menu-item voor de donaties zichtbaar willen hebben voor redacteuren.
Forum: Plugins
In reply to: [Genericon'd] v4.0 not workingOut with this plugin, in with “Better Font Awesome”.
Great! Thanks.
Hi,
So with the next update of foogallery I will have to change that again?
And how can it be that in the preview the ‘next’ and ‘prev’ are translated in Dutch?Cheers
Forum: Plugins
In reply to: [User Access Manager] pdf's can still be downloaded by non logged in usersHi nbspjr,
So I understand that the plugin shows a box to tick which doesn’t work unless you switch a setting “on”? (Then why show the box?)
But the lock files setting will lock all files in the download folder (‘If you select “Yes” all files will locked by a .htaccess file and only users with access can download files. ‘) And that’s not what I want. I only want to protect some files.