Sterminous Posted April 5, 2014 Share Posted April 5, 2014 How to translate this bar (i wan't to translate that "Specials", the other two i translated in the admin panel, but i can't find, where can i translate this)? It's top of the website. Link to comment Share on other sites More sharing options...
vekia Posted April 5, 2014 Share Posted April 5, 2014 hello what theme you use? and ps version? it's a default template? Link to comment Share on other sites More sharing options...
Sterminous Posted April 5, 2014 Author Share Posted April 5, 2014 (edited) hello what theme you use? and ps version? it's a default template? It's gameworld, http://presthemes.com/prestashop-themes/gameworld.html , prestashop version is 1.5.6.1 Edited April 5, 2014 by Sterminous (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 6, 2014 Share Posted April 6, 2014 if you're reffering to this: go to localization > translations from first dopdown select installed modules translations from second select your theme then click on flag. you will see texts to translate, search for block permanent links module, and just translate these fields to any other txts you want. Link to comment Share on other sites More sharing options...
Sterminous Posted April 6, 2014 Author Share Posted April 6, 2014 if you're reffering to this: go to localization > translations from first dopdown select installed modules translations from second select your theme then click on flag. you will see texts to translate, search for block permanent links module, and just translate these fields to any other txts you want. I have tried this, there is only three things that i can translate and these are: Sitemap, Contact and Bookmark this page. I even used search (Ctrl+F) and i have translated every "Specials". Link to comment Share on other sites More sharing options...
vekia Posted April 6, 2014 Share Posted April 6, 2014 can you check contents of blockpermanentlinks module .tpl file? check file located in your theme directory: /modules/blockpermanentlinks/ can you show code that you've got there, please? Link to comment Share on other sites More sharing options...
Sterminous Posted April 6, 2014 Author Share Posted April 6, 2014 can you check contents of blockpermanentlinks module .tpl file? check file located in your theme directory: /modules/blockpermanentlinks/ can you show code that you've got there, please? Sure, <!-- Block permanent links module HEADER --> <ul id="header_links"> <li id="header_link_home" {if $page_name=='index'}class="active"{/if}><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}" >{l s='Home' mod='blockpermanentlinks'}</a></li> <li id="header_link_specialproduct" {if $page_name=='prices-drop'}class="active"{/if}><a href="{$link->getPageLink('prices-drop')}" title="{l s='All specials' mod='blockspecials'}" >{l s='Specials' mod='blockpermanentlinks'}</a></li> <li id="header_link_contact" {if $page_name=='contact'}class="active"{/if}><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='blockpermanentlinks'}" >{l s='Contact' mod='blockpermanentlinks'}</a></li> </ul> <!-- /Block permanent links module HEADER --> Link to comment Share on other sites More sharing options...
Sterminous Posted April 7, 2014 Author Share Posted April 7, 2014 Still stuck with it! Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 in this case it's necessary to change mod='' modifier in {l} functions change it to mod='blockpermanentlinks' Link to comment Share on other sites More sharing options...
Sterminous Posted April 7, 2014 Author Share Posted April 7, 2014 in this case it's necessary to change mod='' modifier in {l} functions change it to mod='blockpermanentlinks' Here can i change this? Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 <ul id="header_links"> <li id="header_link_home" {if $page_name=='index'}class="active"{/if}><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}" >{l s='Home' mod='blockpermanentlinks'}</a></li> <li id="header_link_specialproduct" {if $page_name=='prices-drop'}class="active"{/if}><a href="{$link->getPageLink('prices-drop')}" title="{l s='All specials' mod='blockpermanentlinks'}" >{l s='Specials' mod='blockpermanentlinks'}</a></li> <li id="header_link_contact" {if $page_name=='contact'}class="active"{/if}><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='blockpermanentlinks'}" >{l s='Contact' mod='blockpermanentlinks'}</a></li></ul> but it's not a main problem in this case im not an author of this theme so i have no idea how it is constructed, i bet on some tpl files but unfortuantely without access to theme filesystem it is a bit hard to help, especially when theme is nondefault one Link to comment Share on other sites More sharing options...
Sterminous Posted April 7, 2014 Author Share Posted April 7, 2014 <ul id="header_links"> <li id="header_link_home" {if $page_name=='index'}class="active"{/if}><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}" >{l s='Home' mod='blockpermanentlinks'}</a></li> <li id="header_link_specialproduct" {if $page_name=='prices-drop'}class="active"{/if}><a href="{$link->getPageLink('prices-drop')}" title="{l s='All specials' mod='blockpermanentlinks'}" >{l s='Specials' mod='blockpermanentlinks'}</a></li> <li id="header_link_contact" {if $page_name=='contact'}class="active"{/if}><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='blockpermanentlinks'}" >{l s='Contact' mod='blockpermanentlinks'}</a></li> </ul> but it's not a main problem in this case im not an author of this theme so i have no idea how it is constructed, i bet on some tpl files but unfortuantely without access to theme filesystem it is a bit hard to help, especially when theme is nondefault one That helped little bit, i got one thing translated there. But the "Specials" is still there. I will contact with the theme creator and ask for help. Link to comment Share on other sites More sharing options...
Sterminous Posted April 7, 2014 Author Share Posted April 7, 2014 <ul id="header_links"> <li id="header_link_home" {if $page_name=='index'}class="active"{/if}><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}" >{l s='Home' mod='blockpermanentlinks'}</a></li> <li id="header_link_specialproduct" {if $page_name=='prices-drop'}class="active"{/if}><a href="{$link->getPageLink('prices-drop')}" title="{l s='All specials' mod='blockpermanentlinks'}" >{l s='Specials' mod='blockpermanentlinks'}</a></li> <li id="header_link_contact" {if $page_name=='contact'}class="active"{/if}><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='blockpermanentlinks'}" >{l s='Contact' mod='blockpermanentlinks'}</a></li> </ul> but it's not a main problem in this case im not an author of this theme so i have no idea how it is constructed, i bet on some tpl files but unfortuantely without access to theme filesystem it is a bit hard to help, especially when theme is nondefault one That helped little bit, i got one thing translated there. But the "Specials" is still there. I will contact with the theme creator and ask for help. Thank you, it helped, after doing this i was able to translate this from admin panel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now