Tina
Forum Replies Created
-
Hi Jarno,
Thank you! That doesn’t do anything, I’m afraid – it loads without any blocking. I think I’ll have to see if we can load this before consent per legitimate interest or the like – thank you anyways! It’s a shame your request for an account was rejected.
Best,
Tina
Hi Jarno, thanks very much! Yes, the embed code is per domain. Let me know if I can help with anything else at all.
Forum: Plugins
In reply to: [Cinza Slider] Lazy Loading optionHi, sorry I have to open this again, the lazy loading option does not seem to work – the Flickity documentation is a bit confusing, but it seems you need to modify the img src as well – could you look into it? Thank you
Forum: Plugins
In reply to: [Cinza Slider] Lazy Loading optionPerfect, thanks so much!
Hi @jarnovos, true, now it works again. Weird. Thank you anyways!
Forum: Developing with WordPress
In reply to: How to prevent users from deleting posts from trashThanks that’s helpful!
Ideally you’d want to modify the alert message, but as I am also hiding the button via CSS, normal users should never use it in the first place. I don’t care if attackers get confused 🙂
Forum: Developing with WordPress
In reply to: How to prevent users from deleting posts from trash@benniledl Thanks! In my case, attachments are not security-critical, but it’s good to know 🙂
Forum: Developing with WordPress
In reply to: How to prevent users from deleting posts from trash@kerryangle not helpful…
@benniledl agree that hiding the button alone is not secure enough!
I did some more research and found this solution:
function modify_pre_delete_post_defaults($delete, $post, $force_delete) { return true; } add_filter( "pre_delete_post", "modify_pre_delete_post_defaults", 10, 3 );Using this hook: https://developer.ww.wp.xz.cn/reference/hooks/pre_delete_post/
Forum: Fixing WordPress
In reply to: Editors can’t delete their own imagesHi @bcworkz , that’s what I would have thought too, but what I can’t explain is why they can delete images uploaded by different users, just not their own. Do you have any ideas about that?
Forum: Fixing WordPress
In reply to: “There has been a critical error on this website” how to fix?Hi, I’d need some more information – what happened before the error occurred?
This could be caused by a number of things, for example did you install or update a plugin? Then that might have caused a conflict.Forum: Fixing WordPress
In reply to: HTTPS : home pageHi, what does the browser bar say about your certificate? It usually gives you some information about what could be wrong.
Is it a mixed content warning? In that case, you might have some images or other assets on your page that are still loaded via HTTP. You can fix it by replacing all instances of http://yourwebsite.com with https://yourwebsite.com in the database or with a plugin like “Better Search Replace”.
Forum: Fixing WordPress
In reply to: Website with Template doesn’t work anymore after I installed pluginsHey, that sounds like one of the plugins is causing a conflict. You can disable plugins via the database or FTP, see here: https://jetpack.com/blog/deactivate-plugin-without-wp-admin-access/
I’d recommend disabling one by one and checking each time until you’ve found the culprit.
Let me know how you get on.
Forum: Fixing WordPress
In reply to: Site hacked for the third time in 5 days.Hi, I’d try to change permissions for htaccess so it’s only writable by you, see perhaps https://ww.wp.xz.cn/documentation/article/hardening-wordpress/#file-permissions
Not sure what kind of hack this could be though.
Hi Jarno, perfect, thank you! I will keep an eye out for it.
Hi Jarno,
I tested this version on a dev site and it works like a charm. Thank you so much!
How should I go about using this version, will you merge this modification into the main version of Complianz so it gets to me as an update, or should I use the modified branch (in that case, how would I get future Complianz updates)?
Thanks and best,
Tina