Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3737861
Favicon Issue
Open

Comments

  •   Masooma started the conversation
  •  2,540
    PenciDesign replied

    Hi,

    You've overwritten the default Soledad and WordPress headers by using the Elementor Theme Builder, which is why the WordPress favicon settings are not displaying.

    Please follow the document at this link to configure it: https://elementor.com/help/add-a-favicon-to-your-website/

    Regards,
    PenciDesign.

  • Masooma replied

    I have performed this step still not appearing, its happened after theme updates so pls fix it, I have shared the WP details with you guys as well. thanks

  •  2,540
    PenciDesign replied

    Hi,

    You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/

    add_action( 'wp_head', function(){
        if ( get_theme_mod( 'penci_favicon' ) ) : ?>
            <link rel="shortcut icon" href="<?php echo esc_url( get_theme_mod( 'penci_favicon' ) ); ?>"
                  type="image/x-icon"/>
            <link rel="apple-touch-icon" sizes="180x180" href="<?php echo esc_url( get_theme_mod( 'penci_favicon' ) ); ?>">
        <?php endif; });

    Regards,
    PenciDesign.

  • Masooma replied

    hi team, i try this and paste this code in different places in function.php but it still not working, look into this, given WP access pls check it proper

  •  2,540
    PenciDesign replied

    Hi,

    Please clear all the browser caches and check again.

    Here is the screenshot of my browser: https://imgur.com/a/tBjbUgP

    Regards,
    PenciDesign.