Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate Fade-In Slidehow Support thread

Ultimate Fade-In Slidehow Support thread

Views: 30,816

Results 41 to 60 of 159
6 Nov 2011, 3:07 PM
#41
directpc avatar

directpc

Zen Follower

Join Date:
Feb 2007
Posts:
130
Plugin Contributions:
0

Ultimate Fade-In Slidehow Support thread

Hello All,

Im just adding the slideshow to my site now, and wish to add links from each of the images, to another URL.

So the first image shows and I want customers to be able click on the image, which takes them to a new URL.

Can somebody please advise what I need to add here please
:smile:

7 Jan 2012, 8:56 PM
#42
jagall avatar

jagall

Zen Follower

Join Date:
Mar 2011
Location:
Ireland
Posts:
286
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Hi Does anyone know if this works with v1.5.0

8 Jan 2012, 12:36 AM
#43
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

jagall:

Hi Does anyone know if this works with v1.5.0

Just upgraded my site and have not had a problem.

8 Jan 2012, 1:14 AM
#44
jagall avatar

jagall

Zen Follower

Join Date:
Mar 2011
Location:
Ireland
Posts:
286
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

thanks I did get it working too. cheers.

9 Jan 2012, 1:08 AM
#45
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

jagall:

thanks I did get it working too. cheers.

No probs thought you'd be ok as it doesn't alter any of the zen core files.

7 Mar 2012, 6:35 PM
#46
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Ultimate Fade-In Slidehow Support thread

I have submitted an update to this mod with the actual v2.4 fade-in slideshow. It includes some modifications to allow multiple languages for image descriptions, and control over which page(s) the slideshow appears on, all without touching any existing ZC files except for the necessary empty div to be added in the display location.

8 Mar 2012, 9:21 PM
#47
outdoorsinteriors avatar

outdoorsinteriors

Zen Follower

Join Date:
Jan 2007
Posts:
104
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Hi All,

I downloaded Ultimate Fade In slideshow......but it is not working at all for me in Zencart 1.5. I'm new here, and hoping someone can help. I'm also using IE9. I followed the install instructions exactly, yet no joy. Any help greatly appreciated. I have 2 images that are uploaded in the correct images folder and put those into the text below. I'm really looking to have images fade in the center of my home page, and not so much in the header.

jscript_fade.js file

ar fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/imageone.jpg", "", ""] //plain image syntax
fadeimages[1]=["images/imagetwo.jpg", "", ""] //plain image syntax
fadeimages[2]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[3]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[4]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
fadeimages[5]=["images/YOUR_IMAGE.jpg", "", ""] //plain image syntax
var fadebgcolor="black"

I uploaded the tpl_header.php (below) to my folder........ includes/templates/YOUR_TEMPLATE/common

<script type="text/javascript" src="fade.js"></script> <script type="text/javascript"> //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder) new fadeshow(fadeimages, 600, 340, 0, 3000, 0 ) </script>

Thanks
OI

8 Mar 2012, 10:17 PM
#48
outdoorsinteriors avatar

outdoorsinteriors

Zen Follower

Join Date:
Jan 2007
Posts:
104
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

I was able to get it to work. I believe I had a corrupt .js file. I have 3 images and the first two display fine, but the 3rd only shows a box with a red X. I double checked the file name and all is fine there. Any advice? Also how can you center on your page off the "define_main_page"?

Thanks
OI

8 Mar 2012, 11:49 PM
#49
outdoorsinteriors avatar

outdoorsinteriors

Zen Follower

Join Date:
Jan 2007
Posts:
104
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Learning as we go here......I found out the reason my other images weren't displaying is because the images in the .js file are case senstive to the actual file name.

Thanks
OI

9 Mar 2012, 9:12 AM
#50
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Ultimate Fade-In Slidehow Support thread

jagall - Yes, the update is awaiting approval.

The updated version may be easier to display in the define_main_page area, since all you have to do is insert something like

<div id="my_fadeshow_name"></div> in the define page file. All of the javascript files will be autoloaded by Zen Cart when you install the mod.

The case sensitive script is a good example of why it is recommended to always use lowercase for filenames - it avoids errors like that.

15 Mar 2012, 8:01 PM
#51
johncrr avatar

johncrr

New Zenner

Join Date:
Mar 2012
Posts:
2
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Working on a new site V1.3.9. Ultimate fade-in is working great
except that I can't get it centered on my main page for
IE6 and 7. It is fine for all other browsers. I am using the

<center> tag suggested in this thread. The script is in tpl_index_default.php. Any ideas would be appreciated.

Thanks, John

16 Mar 2012, 11:54 PM
#52
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Is there an example of how this works ?

17 Mar 2012, 8:11 AM
#53
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Ultimate Fade-In Slidehow Support thread

windsurfer:

Is there an example of how this works ?

See the main page of https://www.chilloutfashions.com.au

21 Mar 2012, 1:21 PM
#54
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Ultimate Fade-In Slidehow Support thread

I'm not sure if this is possible, but if you install this in the header section of the page, is there a way to get it to only show up on the main (home) page and not every other page.

Check out this (my) site to see what I mean:

https://www.driftbuildstore.com

21 Mar 2012, 6:59 PM
#55
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Just put the slideshow in the define_main_page and it should only show up on the main page

21 Mar 2012, 8:17 PM
#56
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Ultimate Fade-In Slidehow Support thread

windsurfer:

Just put the slideshow in the define_main_page and it should only show up on the main page

I thought that is where I had it. i will have to check. I might have put it in the header. I'll have to look again.

21 Mar 2012, 10:46 PM
#57
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Go to Admin/tools/Defines Page Editor and select from the drop down box define_main_page.php
there you can put the code and any mods you want to do.

25 Mar 2012, 10:04 AM
#58
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Ultimate Fade-In Slidehow Support thread

outeredge2:

I'm not sure if this is possible, but if you install this in the header section of the page, is there a way to get it to only show up on the main (home) page and not every other page.

Check out this (my) site to see what I mean:

https://www.driftbuildstore.com

Take a look at **this post** - with special attention to the top of the quoted block of code where it says:

<?php
if($this_is_home_page){
?>
<script type="......(etc)...

Don't forget the closing** } **at the appropriate location in the script.

I also made a remark in that post that my slideshow was only to show on the home page - that remark is just above the code block.

Lets us know if you get stuck with this..

Frank

25 Mar 2012, 1:10 PM
#59
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Ultimate Fade-In Slidehow Support thread

I was notified that I had to revise the submission because Dynamic Drive does not allow their files to be distributed from anywhere else (so the complete file package with all edits done correctly cannot be offered). [Note that this means the current mod conflicts with their rules.] I have been on the road for two weeks, but have the package almost done with revisions... largely making the readme more complicated to describe all the things you will have to do because I can't present them already integrated. I should be able to resubmit it in a day or two.

25 Mar 2012, 1:36 PM
#60
coopco avatar

coopco

New Zenner

Join Date:
Jun 2006
Location:
Sea Lake, Australia
Posts:
81
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Thanks Glen. We do appreciate your efforts.

Just about evry addon in zen cart and osc that uses files from DD would also be in the same boat.