Home Forums Pro Themes Construction Base Pro icons disappeared

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #72343
    Frantisek Pacak
    Participant

    Construction Base Pro

    upg, WordPress 4.9.6-en_US
    no icons appear, you can help me,
    Thank you

    #72455
    wensolutions
    Keymaster

    Hello @frispo,

    The icon is not displayed because you have placed the custom links. Also, for your information for the major social networks, the icon appears automatically like facebook.

    To make your custom link appear you have to place the Unicode of that particular icon as well.

    screenshot:
    http://prntscr.com/jljtyo

    For example, you have to add the additional CSS as mentioned below:

    .construction_base_widget_social ul li a[href*="CUSTOM LINK"]::before {
        content: "\f0e1"; //unicode of the icon
    }

    Hope this clears up the confusion.

    Thank you.

    Regards!!

    #72486
    Frantisek Pacak
    Participant
    #72509
    wensolutions
    Keymaster

    Hello @frispo,

    If you are using custom icon then at first you need to load the font family and to know how please refer to below given link:

    https://www.w3schools.com/css/css3_fonts.asp

    But in case if you are willing to use the fontawesome icon then please let us know the icon and we will add it for you.

    Also, you can even hire a customizer for this task.

    To hire a customizer please refer to below given link:

    http://wensolutions.com/hire-wordpress-customizer/

    Hope this helps.

    Thank you.

    #72511
    Frantisek Pacak
    Participant

    templates after updating to WordPress version 4.9.6
    displays dice

    this is probably not what you are writing

    you can get a compatible version for 4.9.6

    this is the same problem as here:http://themepalace.com/topic/update-4-9-6/

    #72543
    wensolutions
    Keymaster

    Hello @frispo,

    You are trying to show the custom icon and which is not loaded in the theme. The theme will only show those icon that are already loaded in the theme(fontawesome icons).

    Further to use the custom fonts you need to import the font face in your style.css file and you need to load the font family.

    To know how to load the custom font please refer to below given link:

    http://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/

    Hope this helps.

    Please let us know if you have any issue further.

    Thank you.

    #91358
    aditya12
    Participant

    If you are using custom icon then at first you need to load the font family and to know how please refer to below given link:

    https://www.welookups.com/css/css3_fonts.html

    #91384
    wensolutions
    Keymaster

    Hello @aditya12,

    Thank you for your help.

    Regards!!

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