Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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?

    http://serhatbalik.net/

    #801570

    Merhabalar Serhat :)

    Please go to Settings > Writing and uncheck “Convert emoticons like :-) and :-P to graphics on display”

    Best regards,
    Yigit

    #801573

    I 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.

    https://pasteboard.co/cxkDfUDuS.png

    #801578

    Hi!

    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,
    Yigit

    #801580

    I 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
    #801587

    Hi!

    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,
    Yigit

    #801596

    Trying this plugin was the first thing i did. So far nothing works. Any more tips? :)

    • This reply was modified 6 years, 10 months ago by serhatbalik.
    #801603

    Hi,

    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,
    Yigit

    #801857

    I’ve put the credentials as you’ ve requested.

    #801982

    Hi, do we have any update?

    #801991

    Hi,

    Login credentials did not work for me. Can you please check them once again?

    Best regards,
    Yigit

    #801992

    I corrected it. Sorry for the misinformation. By the way, is it normal that my Settings > Writing > Formatting options are missing?

    • This reply was modified 6 years, 10 months ago by serhatbalik.
    #802003

    Hi,

    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,
    Yigit

    #802045

    I 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 : )

    #802117

    Hi,

    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,
    Yigit

    #1100959

    I 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/

    #1101248

    Hi cleuenberg,

    Great, thanks a lot for sharing!

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.