test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sushismb Friend
    #201615

    Hello,

    I’m using Falang component for my language switcher, however, the language switcher links doesn’t work.

    The image of the flag shows but the links don’t work.

    I’ve checked it through firebug and figured that the head-right strings is not allowing the language switcher links to be active.

    Can anyone help to customize this?

    Thanks!

    Eragon H Friend
    #550947

    You can add the below code to the file root/modules/mod_falang/tmpl/default.php at the line 46
    http://prntscr.com/4rco6t

    <a href="<?php echo $language->link;?>">

    Also, we overrided the mod_languages to meet the style of our template. If you want to use the original one of Joomla, you can try to rename the foder root/templates/ja_sugite/html/mod_languages (i.e: mod_languages_bak)

    If the issue still persists, kindly PM your site URL and temporary admin account, I can have a look

    sushismb Friend
    #552108

    Hello Eragon H,

    I’ve tried your fix but it didn’t work.

    I’ve checked further and found that if I change the following tag in firebug;

    <nav id="t3-mainnav" class="col-sm-6 col-md-9 pull-right navbar navbar-default t3-mainnav">

    To this one below;

    <nav id="t3-mainnav" class="col-sm-6 col-md-9 pull-right navbar navbar-default t3-mainnav" style="border-right-width: 140px; padding-right: 0px; width: 580px; padding-left: 0px; margin-right: 140px;">

    The language links work properly in the position of ‘languageswitcherload”.

    The problem is that, I don’t know which file to edit to get the above code.

    I’d appreciate your help!

    Eragon H Friend
    #552185

    You can edit the above code at the line 100 in file root/templates/ja_sugite/tpls/blocks/header.php : http://prntscr.com/4u2ur0

    If the issue still persists, kindly PM your site URL and temporary admin account. It’s easier for me to check your issue

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

This topic contains 4 replies, has 2 voices, and was last updated by  Eragon H 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum