YAIR ZILBERMAN
Forum Replies Created
-
Yep it’s the translations
This plugin solved it for me: force update translations
LOL, my mistake, too many servers 🙂 Thanks again!
Forum: Plugins
In reply to: [Custom Icons for Elementor] Disable Elementor default iconsAfter messing around a lot with this (since the old tricks seems not to work in recent versions of Elementor) – I disabled default icon sets like eicons and Font awesome by editing /wp-content/plugins/elementor/includes/frontend.php
just disable these lines:
wp_register_style( 'font-awesome', $this->get_css_assets_url( 'font-awesome', 'assets/lib/font-awesome/css/' ), [], '4.7.0' ); wp_register_style( 'elementor-icons', $this->get_css_assets_url( 'elementor-icons', 'assets/lib/eicons/css/' ), [], '5.3.0' );- This reply was modified 6 years, 4 months ago by YAIR ZILBERMAN.
Forum: Plugins
In reply to: [WP Job Manager] Editor cannot change job typeIt’s wp-admin for me 😉 (I’m administrator on that site)
Screen: https://ibb.co/J5rpXsQ
ThanksForum: Plugins
In reply to: [WP Job Manager] Editor cannot change job typeJoining Jamie’s question !
I have the same issue at https://www.my-face.co.il/I guess it might be related to the WP version as both Jamie and I have the latest 5.2.2 that’s been released yesterday.
Thanks
p.s. I tried disabling all plugins… +this happened to me on 2 different servers.
- This reply was modified 6 years, 10 months ago by YAIR ZILBERMAN.
Forum: Plugins
In reply to: [WP Super Cache] how to avoid cache for mobile visitorsSame here.
Did you find a solution daniel ?