car magazine template version 1.0
Best Joomla template with unique design which fits perfectly with car, gaming, business, portal or blog type websites
- GK User
- Sun Sep 05, 2010 11:27 am
I use car magazine template version 1.0. Is there any problem to load the latest version? Do I loose any data?
-
- Junior Boarder
- teitbite
- Sun Sep 05, 2010 11:42 am
Hi
It depends on what changes did You make. But I always recomend to make a backup and try to update. At the end You should copy all off Your changes to the tamplate.
It depends on what changes did You make. But I always recomend to make a backup and try to update. At the end You should copy all off Your changes to the tamplate.
-
- Moderator
- GK User
- Sun Sep 05, 2010 4:56 pm
At the end You should copy all off Your changes to the tamplate.
you mean to copy the template.css to the new one?
you mean to copy the template.css to the new one?
-
- Junior Boarder
- teitbite
- Mon Sep 06, 2010 2:09 pm
Hi
No, no. I mean all changes You've done to the appropriet file after upload.
But as mentioned template_css.css file is the best for holding all css modifications.
No, no. I mean all changes You've done to the appropriet file after upload.
But as mentioned template_css.css file is the best for holding all css modifications.
-
- Moderator
- GK User
- Mon Oct 18, 2010 12:26 am
Hi there.
Which is the exact way to upgrade car magazine template to version.2 ?
Do I have to uninstall the version.1 and after install version.2 ?
Should works without any conflict?
Which is the exact way to upgrade car magazine template to version.2 ?
Do I have to uninstall the version.1 and after install version.2 ?
Should works without any conflict?
-
- Junior Boarder
- teitbite
- Tue Oct 19, 2010 9:05 am
Hi
Please make a backup of the old template and than please simply replace it.
Please make a backup of the old template and than please simply replace it.
-
- Moderator
- GK User
- Tue Oct 19, 2010 9:19 am
Thanks for Quick response.
Done!
How do I change the "written by" text?
I tried from language/el-GR/el-GR.com_content.ini but nothing happened
Done!
How do I change the "written by" text?
I tried from language/el-GR/el-GR.com_content.ini but nothing happened
-
- Junior Boarder
- GK User
- Tue Oct 19, 2010 2:14 pm
ok
changed!
changed!
-
- Junior Boarder
- GK User
- Tue Nov 09, 2010 2:12 pm
Hi Omath,
I am trying to use the Car Magazine template too.
Can you help me and advise me how, after disabling the logo, I can input text instead of the logo? There doesn't seem to be any text field withing the template admin panel...
Thank you,
Ross
I am trying to use the Car Magazine template too.
Can you help me and advise me how, after disabling the logo, I can input text instead of the logo? There doesn't seem to be any text field withing the template admin panel...
Thank you,
Ross
-
- Junior Boarder
- GK User
- Tue Nov 09, 2010 4:36 pm
please mail me joomla panel access and i take a look and see if i can figure it out
-
- Platinum Boarder
- GK User
- Wed Nov 10, 2010 4:14 pm
Hi,
can you please reply very briefly if Car Magazine & World News templates have the ability to input text instead of logo,
Thank you,
Ross
can you please reply very briefly if Car Magazine & World News templates have the ability to input text instead of logo,
Thank you,
Ross
-
- Junior Boarder
- GK User
- Wed Nov 10, 2010 5:21 pm
if I understand your question...yes they have...
-
- Junior Boarder
- GK User
- Wed Nov 10, 2010 5:37 pm
Hi thanx for replying,
I do not see a text field next to to the DISABLED logo, like the newer templates.
Where do you go to input the text or how do you do it,
Thank you,
Ross
I do not see a text field next to to the DISABLED logo, like the newer templates.
Where do you go to input the text or how do you do it,
Thank you,
Ross
-
- Junior Boarder
- GK User
- Thu Nov 11, 2010 12:12 am
in template tab in TWN you can put text...in Car Magazine there is an option to view logo as image or not.
-
- Junior Boarder
- teitbite
- Fri Nov 12, 2010 10:51 am
Hi
You are right. There is no such option. To make the logo a text You need to manualy put it in code replacing:
with for example:
and set the style for this at css.
In Car magazine You will find it in index.php and in TWN in layout/bloks/gk_header.php
You are right. There is no such option. To make the logo a text You need to manualy put it in code replacing:
- Code: Select all
<a id="logo<?php echo ($logo_as_image) ? '' : '_styled'; ?>" href="./">
<?php if($logo_as_image) : ?>
<img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/style1/logo.png" alt="Logo" />
<?php endif; ?>
</a>
with for example:
- Code: Select all
<a id="logo_styled" href="./">LOGO TEXT</a>
and set the style for this at css.
In Car magazine You will find it in index.php and in TWN in layout/bloks/gk_header.php
-
- Moderator
15 posts
• Page 1 of 1