New Landing How can we help? Themeforest Theme Support Pinpoint WPML – flags always showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Pinpoint
  • #3427
    darren01_j
    Member
    Post count: 1

    After recently installing the WPML plugin (which works great with the template by the way!) – I would like the flags to always be visible to the visitors.

    How do I go about this?

    #3574
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The only option in the theme regarding translation flags is in Pinpoint Options/Header Options (Show translation aux option)

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #21711
    darren01_j
    Member
    Post count: 1

    But is there a way to change the code so that the flags are always showing? Maybe in here:???

    /* LANGUAGE FLAGS
    	================================================== */
    	
    	function language_flags(){
    		if (function_exists('icl_get_languages')) {
    		    $languages = icl_get_languages('skip_missing=0&orderby=code');
    		    if(!empty($languages)){
    		        echo '<ul id="header-language-flags" class="clearfix">';
    		        foreach($languages as $l){
    		            echo '
  • '; if($l['country_flag_url']){ if(!$l['active']) { echo ''.$l['language_code'].''; } else { echo '<div class="current-language">'.$l['language_code'].'</div>'; } } echo '
  • '; } echo ''; } } else { echo "<p>WPML not installed and activated.</p>"; } }
    #22113
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi!

    This sure is possible, but I’m afraid it’s not built into the theme and would have to be modified especially for you. We’d love to help you with this customization but we are only able to provide support for basic theme issues and bug fixes. We do provide support for small customizations but unfortunately this request is beyond that. Please see our general policy and guidelines for more info. You could also hire a developer to help you with your customizations.

    Thank you for understanding!
    Cheers!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register