peikgabriel
Forum Replies Created
-
I’m experiencing a similar issue with WP Rocket where all the images on the website stay blocked if the user rejects the cookies. I assume it’s because of lazyloading.
Just reporting back that this error still hasn’t been resolved, despite the plugin supports flag. This bug affects a clean WP5.5 install without any other active plugins, and the developer hasn’t released any updates to fix it. I bought the pro version, and only answers I got was the standard “deactivate your plugins and use a standard theme”-copypaste. Clearly, they didn’t even test it.
This error can be fixed by modifying the HTML through an inspector. Change aria-expanded=”false” to “true”, and add a “display: block;” rule to the div with the classes “dropdown-menu open”.
Same issue, settings dropdowns are broken on all browsers. This happens on a clean install using WordPress 5.5.1.
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Hide animation looks badI fixed the issue with just some css:
#woofc-area { opacity: 0 !important; transition: 0.3s ease-in-out; } .woofc-body-show #woofc-area { opacity: 1 !important; }
Forum: Plugins
In reply to: [Simple Author Box] PHP errorThat one was in the apache error log, also with WordPress debug it’s showing this one:
Notice: Undefined index: found_avatar in /bitnami/wordpress/wp-content/plugins/simple-author-box/inc/class-simple-author-box.php on line 144
Same issue here, any solutions so far?