
-
AuthorPosts
-
May 30, 2017 at 4:14 pm #801560
Hi,
There is a smiley at the end of pharagraph in “#about” section. I tried using plugins and code snippets, but nothing has worked. Any tips?May 30, 2017 at 4:31 pm #801570Merhabalar Serhat :)
Please go to Settings > Writing and uncheck “Convert emoticons like :-) and :-P to graphics on display”
Best regards,
YigitMay 30, 2017 at 4:35 pm #801573I checked that before and i could not find the settings you mentioned. I thought it was possible in earlier versions. Here is the screenshot of my settings page.
May 30, 2017 at 4:48 pm #801578Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function disable_emojis() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' ); add_filter( 'wp_resource_hints', 'disable_emojis_remove_dns_prefetch', 10, 2 ); } add_action( 'init', 'disable_emojis' );
Regards,
YigitMay 30, 2017 at 4:53 pm #801580I get an error something like this;
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_emojis_remove_dns_prefetch' not found or invalid function name in /home1/serhatbalik/public_html/wp-includes/class-wp-hook.php on line 298 Warning: Invalid argument supplied for foreach() in /home1/serhatbalik/public_html/wp-includes/general-template.php on line 2863 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_emojis_remove_dns_prefetch' not found or invalid function name in /home1/serhatbalik/public_html/wp-includes/class-wp-hook.php on line 298 Warning: Invalid argument supplied for foreach() in /home1/serhatbalik/public_html/wp-includes/general-template.php on line 2863 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_emojis_remove_dns_prefetch' not found or invalid function name in /home1/serhatbalik/public_html/wp-includes/class-wp-hook.php on line 298 Warning: Invalid argument supplied for foreach() in /home1/serhatbalik/public_html/wp-includes/general-template.php on line 2863 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_emojis_remove_dns_prefetch' not found or invalid function name in /home1/serhatbalik/public_html/wp-includes/class-wp-hook.php on line 298 Warning: Invalid argument supplied for foreach() in /home1/serhatbalik/public_html/wp-includes/general-template.php on line 2863
May 30, 2017 at 5:17 pm #801587Hi!
In that case, please go to wp-content/themes/enfold/functions.php file via FTP and remove the code i posted and try using this plugin instead – https://wordpress.org/plugins/disable-emojis/
Regards,
YigitMay 30, 2017 at 5:37 pm #801596Trying this plugin was the first thing i did. So far nothing works. Any more tips? :)
-
This reply was modified 7 years, 10 months ago by
serhatbalik.
May 30, 2017 at 5:50 pm #801603Hi,
That is weird :) Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitMay 31, 2017 at 7:37 am #801857I’ve put the credentials as you’ ve requested.
May 31, 2017 at 1:13 pm #801982Hi, do we have any update?
May 31, 2017 at 1:23 pm #801991Hi,
Login credentials did not work for me. Can you please check them once again?
Best regards,
YigitMay 31, 2017 at 1:27 pm #801992I corrected it. Sorry for the misinformation. By the way, is it normal that my Settings > Writing > Formatting options are missing?
-
This reply was modified 7 years, 10 months ago by
serhatbalik.
May 31, 2017 at 1:57 pm #802003Hi,
I tried installing and activating Twenty Seventeen theme and formatting options were still missing. There must be some issue with your WordPress installation. Can you please try re-installing it and check if that helps?
Best regards,
YigitMay 31, 2017 at 3:02 pm #802045I tried that now. Nothing has changed. I posted the same question is wordpress forums. There are people having the same issue. I guess the newer wordpress edition does not offer that option : )
May 31, 2017 at 5:48 pm #802117Hi,
I am using the latest version of WordPress on my local installation and i am not experiencing such issue. I hope good people at WordPress forums will be able to help :)
Best regards,
YigitMay 15, 2019 at 10:50 am #1100959I can recommend the “Really Disable Emojis” plugin. We had some troubles with the deactivation of the smiley replacement in a couple of projects and it seems to be depending on installed themes and/or plugins. We wrote our own little plugin for this and it works pretty well, so we decided to publish it in the official repository at: https://wordpress.org/plugins/really-disable-emojis/
May 16, 2019 at 5:59 am #1101248 -
This reply was modified 7 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.