sankari
Forum Replies Created
-
Thank you, Matthias.
The suggested option would give site admins the choice between a default opt-in and a default opt-out. The opt-out is for those who prefer to overlay just a few embed providers (e.g. Facebook and YouTube) without the need to register and disable all the others. It would be helpful for sites with a great variety of embed providers in particular.
Yes of course. Here are a few examples:
https://amnesty-digital.de/termin/vortrag-menschenrechte-und-digitale-ueberwachung/
https://fediverse.pl/blog/wydano-peertube-v3/
Thank you for checking.
Forum: Plugins
In reply to: [Embed Privacy] Feature Request: Display content title on the overlayHi Matthias,
Thanks for your reply.
I found it in the script data within the embed-privacy-content div. Here is one example:
var _oembed_4259b0ef556d96e02d95a86b0dbd3a46 = ‘{\”embed\”:\”<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Spirits maker tries eco-approach to whiskey-making" src="https:\\/\\/rumble.com\\/embed\\/vnuwkc\\/?pub=4#?secret=lO1XWTHHuw" data-secret="lO1XWTHHuw" width="1000" height="563" frameborder="0"><\\/iframe>\”}’;
It seems that some services provide a title and others don’t. So, for those who do the title value could be used as a link text and for those who don’t the URL could be used?
Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5For me as well. Thanks a lot for your fast support <3
Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5@raldea89
Sure. Here it’s an Apache server.Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5@raldea89
Thank you for your quick response.
Not sure if I understand your question correctly but if users click the link in the email they are prompted to open/download the file and the URL in the address bar of the browser reads something like https://example.org/download/<document-id>/?uid=<user-id>. Does this answer your question?- This reply was modified 4 years, 9 months ago by sankari. Reason: typo
Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5Hey there,
Same issue here after updating to version 4.4.5.
Saving permalink settings and clearing Autoptimize plugin’s cache didn’t help.
The Redirect to file option is and was not checked.
The original .htaccess file exists in the dlm_download folder, nothing was manipulated previously.
In the browser’s address bar of the 403 Forbidden page the actual file path (https://example.org/wp-content/uploads/dlm_uploads/2021/10/name-of-the-file.pdf) was disclosed.
Downloads settings:
* General:
..none checked
* Advanced:
. * Pages Setup:
. . * Download Endpoint: download
. . * Endpoint Value: Download ID
. . * No Access Page: No Access
. * Other pages: default settingsDeleting the .htaccess file from folder /wp-content/uploads/dlm_uploads/ re-enabled downloading the file. But shouldn’t there be an .htaccess file?
Thanks for checking.
Forum: Plugins
In reply to: [Shariff Wrapper] Sharing with Threema fails – due to wrong protocol?It turns out that WordPress doesn’t allow the threema:// protocol, see https://developer.wordpress.org/reference/functions/wp_allowed_protocols/.
WordPress seems to automatically rewrite threema:// to https:// and the rewritten URL https://compose leads to the “server not found” error.
Forum: Plugins
In reply to: [Shariff Wrapper] Sharing with Threema fails – due to wrong protocol?It looks like Threema changed its service url from threema://compose to https://threema.id/compose, see this FAQ page at https://threema.ch/en/faq/url_actions.
It says there that threema://-URL actions were still available but in my case the call diverted to https://compose and failed.
After changing line 16 in /wp-content/plugins/shariff/services/shariff-threema.php from:
$service_url = 'threema://compose';to
$service_url = 'https://threema.id/compose';…sharing with Threema works for me.
- This reply was modified 5 years, 3 months ago by sankari. Reason: formatting
Thank you very much for your friendly and fast support π …and for the screenshot of the next release.
It looks good to me and the new intro makes things more clear.
(Just an insignificance, bare with me: I don’t know if I would write “Locations” with an upper or lower case “L” in that case. Maybe lower case? Not sure.)The call saving method is smart – I like it! <3
What also crosses my mind: Your plugin is attractive for privacy-aware people, so transparency is key. If data is called from a third party provider people might want to know if/what data is exchanged and if – by using an OpenCage API key – the plugin is still GDPR compliant. Could it be declared in the FAQ section?
Looking forward to your reply. Have a great evening!
Forum: Themes and Templates
In reply to: [Consultup] How to translate the theme options?For the ones who are looking for a workaround:
1. Put both language versions into the description field.
2. Enclose each version by HTML tags, e.g. a DIV with a class:<div class=”lang-en-us”>Put your text in English here.</div>
<div class=”lang-fr-fr”>Put your text in French here.</div>4. Add these lines to your stylesheet:
/* workaround for language specific description of consultup slider */
.lang-en-us,
.lang-fr-fr {
display: none;
}html[lang=en-US] .lang-en-us {
display: block;
{html[lang=fr-FR] .lang-fr-fr {
display: block;
{This worked for me.
Forum: Plugins
In reply to: [Embed Privacy] YouTube video preview images not displayed anymore@kittmedia
Hi Matthias,
Thanks very much for checking.
FYI, the problem didn’t exist on installation the plugin on 9 January. It was reported to me on 30 January, so a few days after the latest release. Of course it can be caused by something else than Embed Privacy.
Great, thanks a lot and have a good week.Forum: Plugins
In reply to: [Embed Privacy] YouTube video preview images not displayed anymore@kittmedia
Thank you for your fast reaction.
For privacy reasons I sent it to you by email.@edo888 Alright, thanks very much for your fast reply!