TOPIC: Unable to change name "CALIBRA SIMPLE"

Unable to change name "CALIBRA SIMPLE" 11 years 5 months ago #167

  • azimpatel
  • azimpatel's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
  • Karma: 0
I downloaded theme but there is no option to change name "CALIBRA SIMPLE"
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 5 months ago #168

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
azimpatel wrote:
I downloaded theme but there is no option 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:
<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 administrator has disabled public write access.
The following user(s) said Thank You: azim2703, makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 4 months ago #413

  • ln2121
  • ln2121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 8
  • Karma: 0
But what if the site is in another language (Russian)? Substitution in index.php on Russian words do not work.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 4 months ago #417

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
You can change code with:
<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!
Last Edit: 11 years 4 months ago by trungdt.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 4 months ago #443

  • ln2121
  • ln2121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 8
  • Karma: 0
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 4 months ago #467

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

1. Firstly, do edit as this:
<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:
LOGO_TEXT=Your logo text in Russian
SLOGAN_TEXT=Your slogan in Russian

If Joomla 1.7:
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Unable to change name "CALIBRA SIMPLE" 11 years 3 months ago #500

  • ln2121
  • ln2121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 8
  • Karma: 0
Thanks, I figured out. Very good templates!
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.108 seconds