Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #774705
How do I add a Favicon via admin?
Closed

Comments

  •  1
    Jason started the conversation

    Dear Elated Team,

    I'm trying to figure out how (or precisely where) to upload/add a Favicon via admin.

    Please advise soon.  Thank you.


    Jason

  •  1,845
    Elated replied

    Hi Jason,

    Favicon can be changed in Admin > Appearance > Customize section, just follow instructions on image: http://screencast.com/t/rHpo3Ku6Sk (this is screenshot from Chandelier theme, but option is the same).


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Jason replied privately
  •  1,845
    Elated replied

    You are welcome :)


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Jason replied

    In actual fact, I prefer to place the favicon for the front-end and admin differently.

    If I were to remove the favicon within Admin > Appearance > Customize, the following code in the theme's functions.php will work fine for admin.

    // Add a favicon to admin header
    function admin_favicon() {
      echo '<link rel="icon" type="image/png" href="'.get_bloginfo( 'wpurl' ).'/images/wp_logo.png">' . "\n";
    }
    add_action( 'admin_head', 'admin_favicon' );


    However, when I apply a similar code for the front-end, it doesn't work.

    // Add a favicon to blog header
    function blog_favicon() {
      echo '<link rel="icon" type="image/png" href="'.get_bloginfo( 'wpurl' ).'/images/favicon.png">' . "\n";
    }
    add_action( 'wp_head', 'blog_favicon' );


    Then I noticed in your theme's header.php, there is an IF statement at the top (please refer to image attachment).

    I can only guess that the wp_head function wasn't loaded.  How do I resolve this?


    Please advise.  Thank you.

  •  1,845
    Elated replied

    Hi Jason,

    we're really sorry, but we're not able to check your custom code because we're not providing custom work, because we have to concentrate on general theme support to all customers. Hope you'll understand. 

    http://themeforest.net/page/item_support_policy


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.