- Posts: 34
- Thank you received: 1
Change logo and Season link (and cp?)
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
11 years 3 weeks ago - 11 years 3 weeks ago #34691
by RuneMykle
Change logo and Season link (and cp?) was created by RuneMykle
Hi,
A couple of quick questions to this lovely little template;
1. Logo
I just want to change the name, but can't for the love of god find where to! So where do I do this?
2. Season Link
For my need, a "season change" isn't needed, so I'd like to change the link "Change season" to an article page down on the page.
Basicly I'd just like to keep the first background picture, and then have the user skip to the main portion of the page if he want's to. So where to, what file to edit?
Also;
3. While setting up my page I've stumbled upon some files that indicate that there's a "Control panel" for the template. (A folder with 5 styles in it as an example), but I can't find anywhere in my backend where to change this. All I find is the template manager where I can edit the files (Css's etc).
Am I completely blind or is this just something that was meant to be, but never happened?
Site is not online, but let me know if you need an account.
Running Joomla 3.2
A couple of quick questions to this lovely little template;
1. Logo
I just want to change the name, but can't for the love of god find where to! So where do I do this?
2. Season Link
For my need, a "season change" isn't needed, so I'd like to change the link "Change season" to an article page down on the page.
Basicly I'd just like to keep the first background picture, and then have the user skip to the main portion of the page if he want's to. So where to, what file to edit?
Also;
3. While setting up my page I've stumbled upon some files that indicate that there's a "Control panel" for the template. (A folder with 5 styles in it as an example), but I can't find anywhere in my backend where to change this. All I find is the template manager where I can edit the files (Css's etc).
Am I completely blind or is this just something that was meant to be, but never happened?
Site is not online, but let me know if you need an account.
Running Joomla 3.2
Last edit: 11 years 3 weeks ago by RuneMykle. Reason: Added site info
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34696
by ivan.milic
Replied by ivan.milic on topic Change logo and Season link (and cp?)
This is recent fix for j3.2 :
www.hotjoomlatemplates.com/blog/news/289...blem-with-joomla-3-2
maybe thts why you don't see template options. When you replace file and enter template options form template manager, refresh few times with ctrl+F5 . Logo is changed under template options. "Features->Logo And Slogan"
Season image module is custom HTML module in position "header1", go to module manager locate it, and enter it to edit it's HTML
www.hotjoomlatemplates.com/blog/news/289...blem-with-joomla-3-2
maybe thts why you don't see template options. When you replace file and enter template options form template manager, refresh few times with ctrl+F5 . Logo is changed under template options. "Features->Logo And Slogan"
Season image module is custom HTML module in position "header1", go to module manager locate it, and enter it to edit it's HTML
Please Log in to join the conversation.
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
- Posts: 34
- Thank you received: 1
11 years 3 weeks ago #34742
by RuneMykle
Replied by RuneMykle on topic Change logo and Season link (and cp?)
Great, that fixed the cp problem and I managed to fizx my logo with no probs.
But the html wont do what I wanna
When I change the html sniplet inside the module:
to what I want it to do, the normal link dissapears, leaving only the h1 part of the html and nothing more:
But the html wont do what I wanna
When I change the html sniplet inside the module:
Code:
<h1>En stemme for fremtiden*</h1>
<div class="subtext">* klikk for å gå rett til avstemming</div>
to what I want it to do, the normal link dissapears, leaving only the h1 part of the html and nothing more:
Code:
<h1>En stemme for fremtiden*</h1>
<p><a href="#avstemming">* klikk for å gå rett til avstemming</a></p>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34756
by ivan.milic
Replied by ivan.milic on topic Change logo and Season link (and cp?)
You can then delete all content of
templates\hot_one_page\library\logo.php
then put your code
templates\hot_one_page\library\logo.php
then put your code
Please Log in to join the conversation.
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
- Posts: 34
- Thank you received: 1
11 years 3 weeks ago #34758
by RuneMykle
Replied by RuneMykle on topic Change logo and Season link (and cp?)
No, look, you don't understand what I want to do
it's not regarding the logo, it's regarding the javatrigger (I suppose?) that makes the image change. I want that to link to another place on the page and not change image..
The div class="subtext" part.. look at my original post:
Poorly explained, I know, but again;
I just want to change the "Change season" link/trigger to an article instead of changing image..
it's not regarding the logo, it's regarding the javatrigger (I suppose?) that makes the image change. I want that to link to another place on the page and not change image..
The div class="subtext" part.. look at my original post:
2. Season Link
For my need, a "season change" isn't needed, so I'd like to change the link "Change season" to an article page down on the page.
Basicly I'd just like to keep the first background picture, and then have the user skip to the main portion of the page if he want's to. So where to, what file to edit?
Poorly explained, I know, but again;
I just want to change the "Change season" link/trigger to an article instead of changing image..
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34768
by ivan.milic
Replied by ivan.milic on topic Change logo and Season link (and cp?)
So in that same file:
templates\hot_one_page\library\logo.php
you will see <a> tags, modify: href="index.php" with href="#your_page_anchor"
templates\hot_one_page\library\logo.php
you will see <a> tags, modify: href="index.php" with href="#your_page_anchor"
Please Log in to join the conversation.
Time to create page: 0.139 seconds