Social Icons

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home Bluishost Social Icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7256
    Thomas Brugger
    Participant

    How i can add a new icon like XING?

    Why are the social icons not on new create side?

    #7266

    Hi Thomas,

    In this issue, you need to customize the theme code with your own or need to hire someone else to customize the theme code based on your needs and requirements.

    Moreover, you will get the codes for Social Icons in the \inc\support-functions.php file, line: 177 copy an array like the example below and change the name for your social icons.

    array(
    'url'  => bluishost_opt('bluishost_facebook_link'),
    'icon' => 'fab fa-facebook-f',
    ),

    Also, get the codes for Bluishost Options in the \inc\bluishost-framework\bluishost-optionsbluishost-option.php file, line: 1518 copy an array like the example below and change the name for your social icons.

    array(
    'id'       => 'bluishost_facebook_link',
    'type'     => 'text',
    'title'    => esc_html__( 'Facebook', 'bluishost' ),
    'subtitle' => esc_html__( 'Add Facebook URL', 'bluishost' ),
    ),

    Best Regards,
    ThemeLooks Support Team

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