- Posts: 28
- Thank you received: 0
Using the Top Panel
-
Patsyish
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago #16016
by Patsyish
Using the Top Panel was created by Patsyish
Hi
As always, thanks for all the great questions on this forum and the incredible support from Hot Joomla Templates (not to mention the patience!!).
Can anyone tell me if you can customize the text for "Open" on the Top Panel? Instead of "Open" can you make it say something like "Click Here for Special Offers" etc.?
Many thanks,
Patsy
As always, thanks for all the great questions on this forum and the incredible support from Hot Joomla Templates (not to mention the patience!!).
Can anyone tell me if you can customize the text for "Open" on the Top Panel? Instead of "Open" can you make it say something like "Click Here for Special Offers" etc.?
Many thanks,
Patsy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16035
by ivan.milic
Replied by ivan.milic on topic Re: Using the Top Panel
Open index.php of template. You would see line like this:
Just change open put to something else.
Then open templates\hot_chameleon\js\toppanel.js
Note this line:
Change Close and Open words.
Refresh
Code:
<div id="sub-panel"><a href="#" id="toggle"><span id="shText">Open</span></a></div>
Just change open put to something else.
Then open templates\hot_chameleon\js\toppanel.js
Note this line:
Code:
state = (state == 'Close' ? '<span id="shText">Open</span>' : '<span id="shText">Close</span>');
Change Close and Open words.
Refresh
Please Log in to join the conversation.
-
Patsyish
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
12 years 9 months ago #16118
by Patsyish
Replied by Patsyish on topic Re: Using the Top Panel
Thanks for the info and sorry if this is a silly question but do I open index.php from inside my server or from inside my Joomla Admin?
(Don't want to mess anything up!!)
Thanks!!!
(Don't want to mess anything up!!)
Thanks!!!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16128
by ivan.milic
Replied by ivan.milic on topic Re: Using the Top Panel
That if file like any other, just edit it as you like. You can install xExplorer (new version) because it presents code very nicely.
Please Log in to join the conversation.
-
Patsyish
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
12 years 9 months ago #16130
by Patsyish
Replied by Patsyish on topic Re: Using the Top Panel
Thanks Is that eXtplorer?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16166
by ivan.milic
Replied by ivan.milic on topic Re: Using the Top Panel
yes, sorry eXtplorer
Please Log in to join the conversation.
Time to create page: 0.305 seconds