glad to know that..ha33y wrote:Looking much better now qahar
well done and thank you!
One more ting how can i edit the footer text as shown below, I can checked every tpl and footer file i can think of but cannot find where it is hidden?

footer text always on footer.tpl
I open your site moment ago, and i think it's solved right?
hmm... had you check footer.php on controller or may be the language? may be you make change thereha33y wrote:no, if you notice I made adjustments to the footer text but the original is still at the end repeating from somewhere else i cant find where, any ideas?
hahaha no that is me playing with it now, i didn't know how to get the © cause i am not good with html, but now i have found it © ha...anyway I have reversed the text as you see it now, not really the way it should read but it will do for now. If you think where else this line of text could be hiding or being redirected from i would appreciate your ideas.
Thank you so much for your beautiful design, help and dedication. i really do appreciate it.
and thanks to all for your input too.
It would be nice to resolve this silly issue though for peace of mind, so open to any other ideas suggestions.
Thanks guys
peace !
Thank you so much for your beautiful design, help and dedication. i really do appreciate it.
and thanks to all for your input too.
It would be nice to resolve this silly issue though for peace of mind, so open to any other ideas suggestions.
Thanks guys
peace !
of course i will for you my friend, it is a lovely template, but would you please answer my question...
did you intend for the footer to be controlled by the "store name" section in General settings?
The problem is that it should really read Navi Audio Systems © all rights reserved, NOT the other way around. But the way this happens now i cannot change it.
Can anything be done about this ?
did you intend for the footer to be controlled by the "store name" section in General settings?
The problem is that it should really read Navi Audio Systems © all rights reserved, NOT the other way around. But the way this happens now i cannot change it.
Can anything be done about this ?
For people who have problem with the search button, Qahar already explained how to change the width value. But in some cases you need to make it bigger (for instance when you select the Hungarian language). But then the language and currency selector will go down. To fix this change this in the stylesheet.css:
Change this:
Into this:
and change this:
into this:
When you use different languages and you like to have About Us and Features in your header you have to edit catalog/view/theme/default2free/template/common/header.tpl
Change this:
To this:
I changed the language Arabic (ar) into Dutch (nl). When you want to add more languages just copy and paste this
Change the $lang ==' in the language you need. Change the tekst in the text you want
Qahar, you did a great job with this template
I have a question about my change which I discribe above. When I put caracters like ó and Ü in the information_id i get a block in the header in IE and in Chrome a ?(questionmark)
For instance
gives R?lunk as a result in Chrome. Do you know how I can change this?
Martin
Change this:
Code: Select all
#search {
Width:520px;
padding-top: 1px;
padding-left: 10px;
color: #222;
font-weight: bold;
float: left;
Code: Select all
#search {
padding-top: 1px;
padding-left: 10px;
color: #222;
font-weight: bold;
float: left;
Code: Select all
#lang_cur {
width: 350px;
float: right;
Code: Select all
#lang_cur {
width: 300px;
float: right;
Change this:
Code: Select all
<!-- difference menu per language -->
<?php if ($lang =='en') { ?>
<a href="index.php?route=information/information&information_id=4">About Us</a>
<a href="index.php?route=information/information&information_id=7">Features</a>
<?php } else if ($lang =='ar') { ?>
<a href="index.php?route=information/information&information_id=7">Features</a>
<a href="index.php?route=information/information&information_id=4">About Us</a>
<?php } ?>
Code: Select all
<!-- difference menu per language -->
<?php if ($lang =='en') { ?>
<a href="index.php?route=information/information&information_id=4">About Us</a>
<a href="index.php?route=information/information&information_id=7">Features</a>
<?php } else if ($lang =='nl') { ?>
<a href="index.php?route=information/information&information_id=4">Over ons</a>
<a href="index.php?route=information/information&information_id=7">Aanbevolen</a>
<?php } ?>
Code: Select all
<?php } else if ($lang =='nl') { ?>
<a href="index.php?route=information/information&information_id=4">Over ons</a>
<a href="index.php?route=information/information&information_id=7">Aanbevolen</a>
Qahar, you did a great job with this template

I have a question about my change which I discribe above. When I put caracters like ó and Ü in the information_id i get a block in the header in IE and in Chrome a ?(questionmark)
For instance
Code: Select all
<a href="index.php?route=information/information&information_id=4">Rólunk</a>
gives R?lunk as a result in Chrome. Do you know how I can change this?
Martin
Last edited by Plugje on Sat Oct 09, 2010 5:21 am, edited 1 time in total.
Thanks. Something to do when I have an hour spare then.... My CSS is getting better but I like to have enough time in case I get it wrong.qahar wrote:turn it off by remove on home.tpl, but you need to change the stylesheet to split it into 2, not three.gavin m wrote:Just a quick question, ont he thre boxes at the bottom, is it configurable to only show 2? So, if I didn't want 'SPECIALS' can I turn it off and the other 2 adjust to fill the space?
Thanks

Thanks for giving nice tutorial for other users martin, i think im forgot to put it on documentation.Plugje wrote:For people who have problem with the search button, Qahar already explained how to change the width value. But in some cases you need to make it bigger (for instance when you select the Hungarian language). But then the language and currency selector will go down. To fix this change this in the stylesheet.css:
Code: Select all
<a href="index.php?route=information/information&information_id=4">Rólunk</a>
gives R?lunk as a result in Chrome. Do you know how I can change this?
Martin
May be you can use ó = ó and ü = ü (refference)
Yes, but its not support RTL yet.Plugje wrote:Is it possible in the commercial version of the template to have the category also on the left part like in the free version? On the demo site you only can choose the category with the drop-down menu.
Who is online
Users browsing this forum: No registered users and 1 guest