• Hi:

    I put this in my wpml-config.xml but not run… why??

    <wpml-config>
    <admin-texts>
    <key name=”get_nectar_theme_options”>
    <key name=”use-logo​” />
    <key name=”favicon” />
    </key>
    </admin-texts>
    </wpml-config>

Viewing 1 replies (of 1 total)
  • Thread Starter alfredo49

    (@alfredo49)

    Salient is my WordPress Theme in header.php, for example:

    <?php $options = get_nectar_theme_options(); ?>
    <?php if(!empty($options[‘favicon’])) { ?>
    <link rel=”shortcut icon” href=”<?php echo nectar_options_img($options[‘favicon’]); ?>” />
    <?php } ?>

    But the strings dont appears in string translations in polylang

Viewing 1 replies (of 1 total)
  • The topic ‘Translate Salient Header Main logo’ is closed to new replies.