Daelorn
Forum Replies Created
-
Forum: Plugins
In reply to: [SameSite Cookies] Not working on WordPress 6.4.3Hi,
I have the same issue, it’s not working anymore, but I’m not sure I understand what you did.
Did you replace this whole part?
function samesite_setcookie($name, $value, array $options) {
$header = ‘Set-Cookie:’;
$header .= rawurlencode($name) . ‘=’ . rawurlencode($value) . ‘;’;if (!empty($options['expires']) && $options['expires'] > 0) { $header .= 'expires=' . \gmdate('D, d-M-Y H:i:s T', (int) $options['expires']) . ';'; $header .= 'Max-Age=' . max(0, (int) ($options['expires'] - time())) . ';'; }
and what did you replace it with exactly?Thanks.
Forum: Plugins
In reply to: [MailChimp Campaigns] Whole Article is not being shownAny news? Is there a fix?
Forum: Plugins
In reply to: [Plugin Organizer] Conflict with ultimate memberHi,
I just found out that if I activate the plugins in global settings and then deactivate them in the pages where they’re not needed; then it works.
However, if I do the opposite (as I usually do), I deactivate them in global settings and activate on the page where I need them to work; then it doesn’t work.
Forum: Plugins
In reply to: [Plugin Organizer] Conflict with ultimate memberbut you need to install an add-on such as activity or private messages.
Forum: Plugins
In reply to: [Plugin Organizer] Conflict with ultimate memberyes indeed.
Forum: Plugins
In reply to: [WP TradingView] width in %Excellent idea! It’s working like a charm!
Thanks a lot.Forum: Plugins
In reply to: [WP TradingView] width in %Hi,
While it perfectly works now for width, I have an issue with height.
It is defined at 150px and don’t see any of the tools.I think that ideally width should be responsive and at 100%; but we should be able to choose the height in px; the way it should have worked with the first version.
Forum: Plugins
In reply to: [WP TradingView] width in %Thanks!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Poor performance – let's fix thisI don’t know if you anyone sees difference, but for me the plugin remains very slow… even on posts without any comment.
Forum: Plugins
In reply to: [Album Gallery for Flickr] plugin is generating errors 404Hi,
Thanks for your quick reply.
I tried with another plugin and it works, so it’s not an issue of API and I am sure I didn’t do anything wrong with the album ID.The album is published and set on public. (the flickr api is also set as public)
Therefore the issue must come from somewhere else.
I get the 404 error for /img/play-pause.svg
Btw, I’ve recently read that .svg images are a high security risk.Forum: Plugins
In reply to: [Album Gallery for Flickr] plugin is generating errors 404Hi,
I’m using version 0.8 and I seem to have the same error.
Forum: Plugins
In reply to: [WP Performance Pack] Network ProblemHi Bjoern,
It would be awesome indeed to have the image handling working on multisite.
Good job on that plugin!
Hi,
I have the same issue.Forum: Plugins
In reply to: [Frontend Uploader] delete files from front-endWell, I’m actually looking for a solution where only registered members can add/delete files, so I’m fine with the first.
However, I’m not sure what the others want. Maybe you could have a look at the rtmedia plugin. They do it for images.
Forum: Plugins
In reply to: [Frontend Uploader] delete files from front-endHi Rinat,
Thanks for your reply.
Well, there can be several reasons:1. Uploaded wrong file
2. Upload revised version
3. Simply delete a file that is not actual anymore.We don’t want the user to contact us each time they wish to delete one of their files.