- Posts: 11
- Thank you received: 0
backgroud slideshow
-
jokool
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 4 months ago #12609
by jokool
Replied by jokool on topic Re: backgroud slideshow
; added in index.php in hot_chameleon template directory
<?php if($scrollToLoad) { ?>
<!-- scrollTo -->
<link rel="stylesheet" href="<?php echo $template_path ?>/css/scrollTo.css" type="text/css" />
<script type="text/javascript" src="<?php echo $template_path ?>/js/scrollTo.js"></script>
<?php } ?>
<?php { ?>
<script type="text/javascript" src="<?php echo $template_path; ?>/js/animbg.js"></script>
<?php } ?>
</head>
and here it is the changes I do:
var imgArr = new Array( // relative paths of images
'templates/hot_chameleon/images/bg/bg1.jpg',
'templates/hot_chameleon/images/bg/bg2.jpg',
'templates/hot_chameleon/images/bg/bg3.jpg',
'templates/hot_chameleon/images/bg/bg4.jpg'
);
but still not work
<?php if($scrollToLoad) { ?>
<!-- scrollTo -->
<link rel="stylesheet" href="<?php echo $template_path ?>/css/scrollTo.css" type="text/css" />
<script type="text/javascript" src="<?php echo $template_path ?>/js/scrollTo.js"></script>
<?php } ?>
<?php { ?>
<script type="text/javascript" src="<?php echo $template_path; ?>/js/animbg.js"></script>
<?php } ?>
</head>
and here it is the changes I do:
var imgArr = new Array( // relative paths of images
'templates/hot_chameleon/images/bg/bg1.jpg',
'templates/hot_chameleon/images/bg/bg2.jpg',
'templates/hot_chameleon/images/bg/bg3.jpg',
'templates/hot_chameleon/images/bg/bg4.jpg'
);
but still not work

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12610
by ivan.milic
also check paths before:
this is not regular service that could be provided on forum if sill you have no luck you can request custom job so i could do it for you.
Replied by ivan.milic on topic Re: backgroud slideshow
Code:
<?php
<script type="text/javascript" src="<?php echo $template_path; ?>/js/animbg.js"></script>
?>
also check paths before:
this is not regular service that could be provided on forum if sill you have no luck you can request custom job so i could do it for you.
Please Log in to join the conversation.
-
felipergueza
Inactive member -
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
13 years 4 months ago #12783
by felipergueza
Replied by felipergueza on topic Re: backgroud slideshow
What would be the cost of this project on my site?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12807
by ivan.milic
Replied by ivan.milic on topic Re: backgroud slideshow
Post message using "Report To Moderator" and leave contact email
Please Log in to join the conversation.
Time to create page: 0.079 seconds