• Are there any plans to LinkedIn in the “social links”customisation?
    If not could anyone help me include a link to our Linked In company profile?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author marsian

    (@marsian)

    ok! noted for upcoming version soon

    Thanks!

    Hi @jethk

    A quick fix for the linkedin social is to first deactivate the i-max theme, then locate nx-customizer.php in your i-max theme folder through ftp or cpanel.

    Locate the similar arrays for social links and add the code:

    $controls[] = array(
            'type'     => 'text',
            'setting'  => 'itrans_social_linkedin',
            'label'    => __( 'LinkedIn', 'i-max' ),
            'section'  => 'social',
            'default'  => '#',
            'priority' => 1,

    Then go to your i-max/inc folder and locate custom_functions.php

    Locate the line
    $services = array ('facebook','googleplus','twitter','youtube','flickr','instagram','feed');

    and replace with
    $services = array ('facebook','googleplus','twitter','youtube','flickr','instagram','linkedin','feed');
    Save files.

    Activate your theme and your all set.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Links’ is closed to new replies.