VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Translation issue with falang
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Translation issue with falang

Translation issue with falang 06 Apr 2014 16:35 #4425

hi, compliments for this fantastc template, i made a website and i installed falang for manage multilanguage, i translate all page, all menus and all modules, and all work fine, only one doesnt work, the slideshow component, in original langiage it show fine but if i try to swich in other language template doesnt show the module, anyone have th same issue? thanks

ps. the module isnt show also in other langiage without translation

  • Posts:1
  • zargath
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Translation issue with falang 20 Oct 2015 03:25 #7604

You can edit templates/jf_calla-exteriors/index.php, modify:
 
<?php if ($menu->getActive() == $menu->getDefault()) : ?>
<div id="jf-slideshow">
...
</div>
<?php endif; ?>
 

to:
 
<?php if($this->countModules('slideshow')) : ?>
<div id="jf-slideshow">
...
</div>
<?php endif; ?>
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.56 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.