balvan64
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadHello,
You are correct, I forgot to remove the preload of the fonts, so I was loading them myself.But we are faced with a new issue, by unloading these styles we do not just unload the font, we unload the CSS required for the plugin.
Can we just unload the fonts and leave all of the CSS?
Thank you
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadHello,
add_action( 'wp_enqueue_scripts', function () {wp_dequeue_style( 'wpzoom-social-icons-socicon' );}, 11 ); add_action( 'wp_enqueue_scripts', function () {wp_dequeue_style( 'wpzoom-social-icons-genericons' );}, 11 ); add_action( 'wp_enqueue_scripts', function () {wp_dequeue_style( 'wpzoom-social-icons-academicons' );}, 11 );
These do not unload the socicon.ttf file.
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadHello,
It’s called optimization, I’m replacing your icon with a lightweight font, that contains only the glyphs we need.Your fonts take 65.6kb+77.4kb, that is 143kb for each page load just for a little social widget.
We have replaced them both with a font that weights 8kb, but we need to unlaod your fonts. We do not want Font-awesome or socicon.
How can we unload the Font-Awesome? we do not need it.
Thank you
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadYou are also loading /social-icons-widget-by-wpzoom/assets/font/socicon.ttf
How can this be stopped?Thank you
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Disable Font Awesome loadHello,
Sorry for my very late reply.This method does not work, these files are still loaded by your plugin:
fontawesome-webfont.woff2?v=4.7.0
fontawesome-all.min.cssHow can they be removed?
Thank you, we’ve solved it by now.
Forum: Plugins
In reply to: [Plugin Load Filter] Updated to 4.0.1 – All orders DisappearedIt seems to be ok now.
It seems to have been fixed with version 2.0.15
- This reply was modified 4 years, 3 months ago by balvan64.
Update about what? You did not release an update since.
It’s still the same.[12-Aug-2020 19:06:33 UTC] PHP Deprecated: class-phpmailer.php is <strong>deprecated</strong> since version 5.5.0! Use wp-includes/PHPMailer/PHPMailer.php instead. The PHPMailer class has been moved to wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. in /home/japaneseknives/public_html/wp-includes/functions.php on line 4963
Running Version 2.0.14
I could not get it to work ever again, since that update it’s unusable.
Any chance for some help?
Forum: Plugins
In reply to: [WP Server Health Stats] Showing old hosting dataI am so sorry Sir.
Your plugin was right all the time, the redirect didn’t work.Forum: Plugins
In reply to: [WP Server Health Stats] Showing old hosting datadeleting and reinstalling didn’t help
Forum: Plugins
In reply to: [WP Server Health Stats] Showing old hosting dataThank you for your reply Sir.
Yes, I am clearing the cache with the button you are talking about, not with my caching plugin.
Tried activating and deactivating.
Didn’t try to delete it.
Forum: Plugins
In reply to: [Search & Replace] Version 3.2.1 isn’t workingIt is working for me now, I’ve had some corruption in the DB that the new version could not skip. After I’ve fixed that, it worked again.
- This reply was modified 5 years, 3 months ago by balvan64.