Hi,

I have been struggling for days now with two minor (but rather annoying) issues and think I need to ask for some assistance. 🙂

On the "Rooms" page in the Solidres component there is a contact information box - please see the screenshot below:

The problems are these:-

Problem 1: It's in English. It should be in Danish. The site default language is Danish and Danish is also selected in Solidres component but still the wording is in English ("Contact" should be "Kontakt", etc.) and there is a (+45) in front of the telephone number which shouldn't be there as Danish people do not need to be told their own country code.

I cannot find any option for translating this, neither in Solidres nor in the paid version of Falang Translation which is a necessary component for translating Solidres.

Does anyone know how/where to translate this? I have considered changing the language files but I reckon that'll just give me the opposite problem on the English version of the page, so that's not an option either.

Problem 2:
That same box is where the Social Networks buttons are displayed. We are using Facebook, LinkedIn and Instagram only. However, the Instagram button is not displayed even though it's enabled in the backend and the link is present. Please see screenshot:

I have tried putting the link in the Pinterest field instead to see if that works, and it does - but this obviously displays a "Pinterest" icon rather than a "Instagram" icon:

So this is clearly a bug. Something is causing the Instagram field/icon not to work. Does anyone have any idea how to fix this?

Thank you very much in advance for any help! 🙂

    Hi godstedlund

    Phone number: You can change in Properties settings in Solidres component, I removed country code for you.

    "Contact": I added an override for this language constant: TL_CONTACT for Solidress in Backend >> Extensions >> Languages >> Overrides:

    About the Instagram icon, I edited this file:

    /templates/gk_paradise/html/com_solidres/reservationasset/default_style2.php

    At approx line 100, I added code to show Instagram icon:

    <?php
    if (!empty($this->item->reservationasset_extra_fields['instagram_link'])
    && $this->item->reservationasset_extra_fields['instagram_show'] == 1) : ?>
    <a href="<?php echo $this->item->reservationasset_extra_fields['instagram_link']; ?>"
       target="_blank"><i class="fa fa-instagram"></i> </a>
    <?php endif;
    ?>

    You can see it now.

    6 days later

    Hi Saguaros,

    Thank you very much for your help with this, that's much appreciated! 😊

    Especially with regards to the code, as I was struggling to figure out what was going wrong there. As for the country code, I know I can remove the country code from the field - but that then means that there is no country code shown on the English version of the site, which is where it's needed.

    But I guess, as the FaLang extension is supposed to offer translation for all of the Solidres component, I should probably ask them why there is no 'translation' field for this. Phone numbers and country names, etc. are not written/spelled the same way in all languages so this should be available to 'translate'. For example, "Germany" is "Deutschland" in German - not the same word at all!

    I know this is a minor thing - but when you want it to be right you want it to be right, right? 😉

    Anyway, thanks again for your help! Much appreciated! 😊

      Write a Reply...
      You need to Login to view replies.