Results 1 to 10 of 10
  1. #1
    Join Date
    May 2009
    Posts
    63
    Plugin Contributions
    0

    Default trying to get languages switcher showing in header

    Hi Guys!
    I`m going mad about this! I cannot get the languages switcher to display in the header - i`m aware, that there is this sidebar module which is designed especially for this purpose, but if i turn this on nothing happens. The search_header thing works fine, but the languages thing not at all...
    Is there a possibility to put these flags manually to zen cart? I wouldn`t mind to edit some php files, but maybe anyone can point me to the right files...
    thank you so much!
    best regards!
    zvenson

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    When you say, languages switcher... what do you mean?

    Do you like my translate function on limelites.co.uk? That one was pretty simple to insert, just added it to tpl_header.php

  3. #3
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: trying to get languages switcher showing in header

    Have you looked at the 'Language/Currency Links in Header' module available in the downloads section?
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  4. #4
    Join Date
    May 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    hey thanks for the answers !
    Yes i ment the module with the little language flags where you can choose the shops language.
    - i had the module installed but for some reason it didn`t show up on my header - just the sidebox module worked fine - so i just put the code from the module directly to my tpl_header.php - this worked -
    but to get it working was such a pain that i will check the limelites soluten :)
    thanks!
    www.acousticsdb.com - soundproofing and room acoustics matters | webdesign hamburg

  5. #5
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    A download a: Contribution: Language/Currency Links in Header
    Hay to install?
    Whare to put code into tpl_header.php?
    Hay end whare to put new classes to my stylesheet so I can control the format of the currency links?
    I don't wont to do noting, becouse i mess up!

  6. #6
    Join Date
    May 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    I don't wont to do noting, becouse i mess up!
    HAHAHAHAHAHAHA that`s a good attitude - how about getting a freelancer - i would do it if you pay me for it :).

    No seriously - just use the sidebox/languages_header.php
    from admin -> Tools -> layout boxes controller
    and the language switcher should show up in the header.

    if it doesn`t work (like in my case) you have to put the code to the correct place - try to use the layout boxes controller first - if it`s not working ask again :)
    www.acousticsdb.com - soundproofing and room acoustics matters | webdesign hamburg

  7. #7
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    Quote Originally Posted by zvenson View Post
    if it doesn`t work (like in my case) you have to put the code to the correct place - try to use the layout boxes controller first - if it`s not working ask again :)
    Whare to put the code in tpl_header.php?
    I trie to put code on end in file end nothing happen.

  8. #8
    Join Date
    May 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    well - to put in on the end of the file is def. not the best idea
    put it where you want to have it on your site - in my case i wanted it as first point in the header so i puted it befor the code of the header-menu.

    make backups and try to put the code where you want it to appear - if you mess up - use your backups to restore :)
    www.acousticsdb.com - soundproofing and room acoustics matters | webdesign hamburg

  9. #9
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    I set up, end its work fine, i put in line 67 of file tpl_header

    </div>
    <div class="navMainSearch forward"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    (line66)
    (line67)<!-- bof languages/currencies header display -->
    <div id="navCurrenciesWrapper" class="forward">
    <?php
    if (HEADER_LANGUAGES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_languages.php');
    if (HEADER_CURRENCIES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_currencies.php');
    ?>
    </div>
    <!-- eof languages/currencies header display -->

    <br class="clearBoth" />
    </div>

  10. #10
    Join Date
    May 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: trying to get languages switcher showing in header

    nice to hear! so you didn`mess up :)
    www.acousticsdb.com - soundproofing and room acoustics matters | webdesign hamburg

 

 

Similar Threads

  1. v151 Trying to get the header larger than the rest of the pages
    By AlexThibo in forum Templates, Stylesheets, Page Layout
    Replies: 41
    Last Post: 25 Sep 2013, 10:00 PM
  2. v139h Add a language switcher in my header
    By losted in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Sep 2013, 07:21 PM
  3. v139h Help trying to get links into Header Bar
    By esugrue in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Nov 2012, 02:27 PM
  4. Trying not to get the header to reload every time - frames?
    By uruharacosplay in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Oct 2009, 12:14 AM
  5. Trying to get rid of white bar in header
    By smoke133 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Oct 2008, 08:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg