balvan64
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Invalid mailbox syntax is used?I can’t find the exact issue there.
does someone know what the issue is?I was sure “My IP” referred to the IP of the server, but actually it is Cerber whitelisting that IP taht activated it, and calling it “My IP”
Hello,
What makes you think that?
This is WP-Rocket: https://github.com/wp-media/wp-rocket/issues/4072
Cerber is blocking some of these requests.Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Huge blocking timeForum: Plugins
In reply to: [WSHK for WooCommerce] Sales Counter inline CSSHello,
I mean, why not put that in the CSS file, instead of inline for every single on of these elements?- This reply was modified 3 years, 6 months ago by balvan64.
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Huge blocking timeForum: Plugins
In reply to: [WSHK for WooCommerce] Product Download/Sales Counter not workingOK, the floating save button image is not loading, so I didn’t know I was suppose to save it.
- This reply was modified 3 years, 6 months ago by balvan64.
We’ve have figured out the issue, it was not your plugin, my apologies.
Any news on a fix?
@alexandrubr How do you trace it? I have Query Monitor installed, but I do not know how to trace the source of such notices.
My log in flooded with these as well.
So far so good.
Closed
Hello,
It was a long time ago, I don’t recall what happened, but everything is working now.Thank you
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] No answers from Pro supportHello,
So? does that mean you do not answer for a month? for 3 weeks? how long?- This reply was modified 4 years ago by balvan64.
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadThese seem to be enough to unload both fonts:
add_action( 'enqueue_block_assets', function () {wp_dequeue_style( 'wpzoom-social-icons-font-awesome-5' );}, 11 ); add_action( 'wp_enqueue_scripts', function () {wp_dequeue_style( 'wpzoom-social-icons-font-awesome-3' );}, 11 );