Eduardo,
Unfortunately, I’m not able to debug it because I don’t have a copy of WPML.
If you need more support, please contact me via my blog.
I’ll contact you as soon as possible. Thank you for your help, Dzikri.
Hi Dakiri,
This is Amit from the WPML compatibility team, just sent you an email – let’s chat through there.
Cheers!
Amit
Do we have a fix available somewhere? I also would need it…
Can you share the solution please ?? Same issue here…
same issue also here… Any solution around?
Daniel
.icon-picker-fonts-browser {position: absolute !important;}
Thanks for the idea, fischadiadi, but I am not sure what to do with your CSS code. In Menu Icons plugin there are four files which include the sequence “icon-picker-fonts-browser”:
/includes/library/icon-picker/css/icon-picker.css
/includes/library/icon-picker/css/icon-picker.min.css
/includes/library/icon-picker/js/icon-picker.js
/includes/library/icon-picker/js/icon-picker.min.js
Can you give us some clue?
you should add this css code to /includes/library/icon-picker/css/icon-picker.min.css
or
you can create a css file in your theme with this css code and add this function to functions.php
function my_admin_theme_style() {
wp_enqueue_style(‘my-admin-style’, get_template_directory_uri() . ‘/path/to/admin/style.css’);
}
add_action(‘admin_enqueue_scripts’, ‘my_admin_theme_style’);
for me it solved the problem
Thank you very much for your help, @fischadiadi. You made my day!
I have added your styles to /includes/library/icon-picker/css/icon-picker.min.css in three different WordPress installations. On the first one, it has worked fine the first time; on the other two sites it has worked only after reloading the web page with Ctrl+F5.