- Posts: 14116
- Thank you received: 1639
How the Hot One Page template works
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 9 months ago #27030
by ivan.milic
Replied by ivan.milic on topic How the Hot One Page template works
just replace images under:
templates/hot_one_page/images/custom/
templates/hot_one_page/images/custom/
Please Log in to join the conversation.
-
JohnSmithers
Inactive member - Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 8 months ago #27460
by JohnSmithers
Replied by JohnSmithers on topic How the Hot One Page template works
I replaced the two images under "custom" but now I get a blank welcome page; what should I try now?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27462
by ivan.milic
Replied by ivan.milic on topic How the Hot One Page template works
How did you replace them so that happened. So you have two new images with exact same name.extension? - rigth
Please Log in to join the conversation.
-
JohnSmithers
Inactive member - Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 8 months ago #27483
by JohnSmithers
Replied by JohnSmithers on topic How the Hot One Page template works
1. I tried it again to make sure. Yes I removed the town summer and winter and replaced with two .jpg images with filezilla in the custom/images folder; got a white screen.
2. I put the town summer and winter back; pictures came back to the web page.
3. I repeated 1 again; got a white screen.
2. I put the town summer and winter back; pictures came back to the web page.
3. I repeated 1 again; got a white screen.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27498
by ivan.milic
Replied by ivan.milic on topic How the Hot One Page template works
Ok but are the names of your images same as of that two. If you want other names see index.php of template at bottom:
you can there change image names.
Code:
<script type="text/javascript">
jQuery(".subtext").toggle(
function () {
jQuery('.fullwidth').css('background-image','url(<?php echo $template_path; ?>/images/custom/town_winter.jpg)');
},
function () {
jQuery('.fullwidth').css('background-image','url(<?php echo $template_path; ?>/images/custom/town_summer.jpg)');
}
);
</script>
you can there change image names.
Please Log in to join the conversation.
-
JohnSmithers
Inactive member - Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 8 months ago #27521
by JohnSmithers
Replied by JohnSmithers on topic How the Hot One Page template works
Hi
Tried that and still not working; on two separate browsers.
Should I try something else?
Tried that and still not working; on two separate browsers.
Should I try something else?
Please Log in to join the conversation.
Time to create page: 0.207 seconds