- Posts: 1
- Thank you received: 1
Unable to change name "CALIBRA SIMPLE"
- Azim Patel
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 4 months ago #167
by Azim Patel
Unable to change name "CALIBRA SIMPLE" was created by Azim Patel
I downloaded theme but there is no option to change name "CALIBRA SIMPLE"
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 4 months ago #168
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Unable to change name "CALIBRA SIMPLE"
Hi, since it's a text logo & slogan, better to hardcode it. You can edit main index.php of template and find this and edit:azimpatel wrote: I downloaded theme but there is no option to change name "CALIBRA SIMPLE"
Code:
<div id="tophead">
<p class="line1"><a href="index.php">calibra simple</a></p>
<p class="line2">slogan go here</p>
</div>
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Azim Patel, makcim makcimov
Please Log in or Create an account to join the conversation.
- Lilya Nizamutdinova
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 12
- Thank you received: 8
13 years 3 months ago #413
by Lilya Nizamutdinova
Replied by Lilya Nizamutdinova on topic Re: Unable to change name "CALIBRA SIMPLE"
But what if the site is in another language (Russian)? Substitution in index.php on Russian words do not work.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
13 years 3 months ago - 13 years 3 months ago #417 by Trung Duong
Replied by Trung Duong on topic Re: Unable to change name "CALIBRA SIMPLE"
You can change code with:
so you can use defined text from your language file.
Thanks for using our product!
Code:
<div id="tophead">
<p class="line1"><a href="index.php"><?php echo JText::_('LOGO_TEXT') ?></a></p>
<p class="line2"><?php echo JText::_('SLOGAN_TEXT') ?>/p>
</div>
so you can use defined text from your language file.
Thanks for using our product!
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 13 years 3 months ago by Trung Duong.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Lilya Nizamutdinova
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 12
- Thank you received: 8
13 years 3 months ago #443
by Lilya Nizamutdinova
Replied by Lilya Nizamutdinova on topic Re: Unable to change name "CALIBRA SIMPLE"
Unfortunately, my knowledge does not allow me to resolve this issue before the end of itself. In other template file already exists en-GB and I can create the file itself ru_RU. There is no language file and how to figure it out I do not know. If the help would be very grateful.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 months ago #467
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Unable to change name "CALIBRA SIMPLE"
Hi,
1. Firstly, do edit as this:
2. Secondly, edit language/ru-RU/ru-RU.ini and add:
If Joomla 1.5:
If Joomla 1.7:
Thanks for using our products!
1. Firstly, do edit as this:
Code:
<div id="tophead">
<p class="line1"><a href="index.php"><?php echo JText::_('LOGO_TEXT') ?></a></p>
<p class="line2"><?php echo JText::_('SLOGAN_TEXT') ?>/p>
</div>
2. Secondly, edit language/ru-RU/ru-RU.ini and add:
If Joomla 1.5:
Code:
LOGO_TEXT=Your logo text in Russian
SLOGAN_TEXT=Your slogan in Russian
If Joomla 1.7:
Code:
LOGO_TEXT="Your logo text in Russian"
SLOGAN_TEXT="Your slogan in Russian"
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds