mrmanuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Security Ninja For MainWP] Fatal error after update to 2.0.16I can confirm the same issue. Everything is up-to-date.
Fatal error: Uncaught Error: Call to a member function is_migration() on false in /var/www/html/wp-content/plugins/security-ninja-for-mainwp/vendor/freemius/wordpress-sdk/includes/class-freemius.php:13623 Stack trace: #0 /var/www/html/wp-content/plugins/security-ninja-for-mainwp/vendor/freemius/wordpress-sdk/includes/class-freemius.php(1949): Freemius->is_migration() #1 /var/www/html/wp-includes/class-wp-hook.php(341): Freemius->_hook_action_links_and_register_account_hooks() #2 /var/www/html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() #3 /var/www/html/wp-includes/plugin.php(522): WP_Hook->do_action() #4 /var/www/html/wp-admin/admin.php(180): do_action() #5 /var/www/html/wp-admin/plugins.php(10): require_once('...') #6 {main} thrown in /var/www/html/wp-content/plugins/security-ninja-for-mainwp/vendor/freemius/wordpress-sdk/includes/class-freemius.php on line 13623There is no button “Reset WebP serving method”. But in another installation it now shows up, after one day. Can it be, that it take some time to recognize the modules, if the plugin is freshly installed?
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Content disabled notificationI used the 2nd way, but somehow I still do not see the notice that Cookies are disabled. After inspecting the website I found out that the CSS settings are hiding the notice:
<div class="warning-cacsp-iframe-content" style="height: 792px; width: 1408px; margin-top: -792px;">Is it normal, that the margin-top is negative? As a workaround I added this code snipped to the whole page.
.warning-cacsp-iframe-content { margin-top: 0px !important; }Forum: Plugins
In reply to: [Cookies and Content Security Policy] Content disabled notificationOk, thanks! Please remove the CDN url 🙂
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Content disabled notificationDid you get my mail now?
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Content disabled notificationSo now I found out, that elementor changes the HTML code after the page is loaded. If you check the source code you find
<div class="elementor-element elementor-element-b67b888 elementor-aspect-ratio-169 elementor-widget elementor-widget-video" data-id="b67b888" data-element_type="widget" data-settings="{"youtube_url":"https:\/\/www.youtube.com\/watch?v=xxxxxxxxxxx","video_type":"youtube","controls":"yes","aspect_ratio":"169"}" data-widget_type="video.default">instead of the iFrame.Could you add this?
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Content disabled notificationHi, thanks for the fast response.
I’m using Elementor and the code from the video is
<iframe class="elementor-video" allowfullscreen="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="***********" src="https://www.youtube.com/embed/xxxxxxxxxxx?controls=1&rel=0&playsinline=0&modestbranding=0&autoplay=0&enablejsapi=1&origin=https%3A%2F%2Fdomain.tld&widgetid=1" id="widget2" width="640" height="360" frameborder="0"></iframe>I wrote you a mail with the URL.
- This reply was modified 3 years, 9 months ago by mrmanuel.