Forum Replies Created
-
AuthorPosts
-
Ok, fixed updating to 4.8.6, thanks :)
It´s YouTube related for sure, media libray videos are still working fine as backgrounds.
Not WP version related. Same problem here with Wp 5.7 and others. All color section background videos are missing.
Even yours in the theme demo: check https://kriesi.at/themes/enfold-2017/elements/color-section/June 2, 2020 at 1:27 pm in reply to: Option to add links to images has disappeared from Easy Slider #1218766That option works for me, but there are others that really seem to be missing:
– Caption position and the option to decide if it shows with or without frame
– Use a button for a link instead of the whole imageIf it could help: mod_security blocks are easy to find in the Apache error log. They write in the log something like this:
[Thu Feb 11 21:38:17.108473 2019] [:error] [pid 7077] [client 80.80.80.80:64270] [client 80.80.80.80] ModSecurity: Access denied with code 403 (phase 2). Pattern match “http://[a-zA-Z0-9._]{1,}?/.{0,}?\\\\.pdf\\\\b[^\\\\n\\\\r]{0,}#” at ARGS:_aviaLayoutBuilderCleanData. [file “/etc/modsecurity/08_Global_Other.conf”] [line “21”] [id “211050”] [rev “1”] [msg “WAF: Universal PDF XSS URL Detected.||www.deletedforprivacy.com|F|2”] [severity “CRITICAL”] [tag “CWAF”] [tag “Other”] [hostname “www.deletedforprivacy.com”] [uri “/wordpress/wp-admin/post.php”] [unique_id “XGXRuS7nf@AAABrTnCgwUAAAAY”], referer: https://www.deletedforprivacy.com/wordpress/wp-admin/post.php?post=5575&action=edit
There could be lots of different cases, but in most of them you can locate the Rule Id (id 211050 in the example) and bypass it in your .htaccess file:
<IfModule mod_security2.c>
SecRuleRemoveById 211050
</IfModule>Hope it helps.
-
AuthorPosts