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 #2068661
Custom icons
Closed

Comments

  • timr started the conversation

    Hi,

    You mention on the Search and Go discussion page that it is possible to add new icons and to contact support for more information. Could you please tell me more? 

    Many thanks

  •  1,845
    Elated replied

    Hi there,

    If you are referring to a custom icon pack the easiest way to add some custom font is with CSS @font-face. Paste following code into Appearance > Customize > Additional CSS:

    @font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ }

    and set absolute paths to your font files, and make sure that you have several different file formats because different file formats will be loaded by different browsers. This is important and more can be found in this article https://css-tricks.com/snippets/css/using-font-face/

    Finally style desired elements with css code, so some basic knowledge is required for that part. Example:

    body, h1 {font-family: 'YourFont', sens-serif;}

    Please understand that this won't add font to the list inside Theme Options > Fonts.

    Hope this helps! If not please provide us with your wp-admin details(in a private ticket) and further information on what you'd like to achieve so that we can log in and investigate this further.

    If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.

  •   timr replied privately
  •  1,845
    Elated replied

    Hi again,

    If the icon packs are not free you will have to purchase them and use the method I described in the reply below in order to integrate them into your website.

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.

  • timr replied

    Thanks Sean,

     Just to be clear, will I be able to use this method to select new icons for the listing types?

    Tim

  •  1,845
    Elated replied

    You're welcome Tim,

    The method I described will allow you to target any element with css code and change its font to the one you have uploaded to your server.

    If you need any assistance in constructing the custom css code please do not hesitate to contact us again with specific details as to what and how you'd like changed and I will provide you with the necessary code to do so.

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.

  • timr replied

    Perfect! Thank you very much!

  •  1,845
    Elated replied

    You're very welcome!

    If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.