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

Ultimate Fade-In Slidehow Support thread

Views: 30,816

Results 141 to 159 of 159
7 Sep 2012, 5:16 PM
#141
gjh42 avatar

gjh42

Black Belt

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

Ultimate Fade-In Slidehow Support thread

Because of Dynamic Drive's rules, I could not put the entire correct content into jscript_fadeshow.js. You must "copy and paste the full content of fadeslideshow.js into jscript_fadeshow.js"... fadeslideshow.js is the DD file, and that includes the line referenced.

9 Sep 2012, 5:10 PM
#142
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

shags38:

found the images :blush:
I glad you did...cuz I sure can't.
Anyone got a direct link?

9 Sep 2012, 6:05 PM
#143
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

finally found 'em.

So now I got another problem (What else is new, right?)

I've been trying to get this to work on my local copy first but i'm really struggling with it.
Latest problem is that I can get the Admin to display but not the store itself.

All I get is a black page.

Short of removing this add-on ad starting over for the 100th time, I'm a bit perplexed.

Anyone able to throw me bone..... or a clue?

14 Sep 2012, 11:53 PM
#144
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

Serious:

finally found 'em.

So now I got another problem (What else is new, right?)

I've been trying to get this to work on my local copy first but i'm really struggling with it.
Latest problem is that I can get the Admin to display but not the store itself.

All I get is a black page.

Short of removing this add-on ad starting over for the 100th time, I'm a bit perplexed.

Anyone able to throw me bone..... or a clue?

where did you find the images a link would be nice

15 Sep 2012, 2:19 AM
#145
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

The basic images are on the Dynamic Drive website. Again, their rules forbid including the images in the Zen Cart package, so everybody has to go there and download them for themselves. The location is given in the readme; look at the DD page.

25 Sep 2012, 12:24 AM
#146
coreyalderin avatar

coreyalderin

Zen Follower

Join Date:
May 2012
Posts:
137
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Is there a way to put alt tags in the images used?

Thanks

26 Nov 2012, 3:17 PM
#147
coreyalderin avatar

coreyalderin

Zen Follower

Join Date:
May 2012
Posts:
137
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

I sometimes get this error on my homepage: DIV with ID "fadeshow1" not found on page.

Does anyone know how to fix this?

Thanks
Corey

27 Nov 2012, 3:15 AM
#148
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

Not without seeing your site live. Is there anything about the content that could change on different visits to the homepage? Where exactly did you place the empty div in your files?

27 Nov 2012, 3:24 AM
#149
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

Is there a way to put alt tags in the images used? You would need to alter the javascript to use the caption for each image as an alt tag, or further customize it to have an additional field for an alt tag.

22 Jun 2013, 7:32 PM
#150
top_hatt avatar

top_hatt

Zen Follower

Join Date:
Feb 2010
Posts:
237
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

I am trying to have the slideshow display in the banner position 3 but not show on certain pages. I seem to be having trouble with the statement.

What I have is this:

<?php if (!in_array($current_page_base,explode(",",'product_info,shopping_cart,login,checkout,fec_confirmation,checkout_success')) ) { $flag_disable_banner = true; } ?>

Can you help point me in the right direction?

Any help would be appreciated.

Dave

23 Jun 2013, 2:26 AM
#151
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

if (!in_array(
``` This says "if not in array..." 
From the pagenames, it would seem you would want to hide the banner for the listed pages, so you would use ```php
if (in_array(
``` without the !
23 Jun 2013, 12:28 PM
#152
top_hatt avatar

top_hatt

Zen Follower

Join Date:
Feb 2010
Posts:
237
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Glenn:

That's what I thought but when it didn't work I started to second guess myself. I don't know enough to have confidence in my code.

Anyway, removing the exclamation point may have fixed that part of the statement but it still does not work. I'm guessing that I am not calling out the banner correctly. I have tried banner, banners, bannerThree, and Wide-Banners all to no avail.

I would appreciate if you could guide me a little bit more.

My site is http://poolcuesexpress.com/testsite

Dave

24 Jun 2013, 3:42 AM
#153
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'm not familiar with banner function and coding, as I don't use them. Someone who has experience with them could probably answer better on this.

24 Jun 2013, 5:34 PM
#154
top_hatt avatar

top_hatt

Zen Follower

Join Date:
Feb 2010
Posts:
237
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Glenn:

Thanks for your help.

Dave

25 Aug 2013, 12:29 AM
#155
rayo avatar

rayo

New Zenner

Join Date:
Jun 2013
Location:
Sydney
Posts:
25
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Hi,

I have installed 2.4.1 and worked through the installation but nothing appears. Can anyone see where I am going wrong -

http://veganmealsdelivered.com.au/demo

Thanks

27 Aug 2013, 12:13 PM
#156
rayo avatar

rayo

New Zenner

Join Date:
Jun 2013
Location:
Sydney
Posts:
25
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Cancel that, went through it again from scratch and works now. Is good :)

28 Aug 2013, 4:52 AM
#157
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

Glad it's working now:) I didn't see anything obvious when I looked at it.

1 Oct 2013, 12:44 AM
#158
top_hatt avatar

top_hatt

Zen Follower

Join Date:
Feb 2010
Posts:
237
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

OK. I could use a guiding hand again.

I want to have a separate slideshow for each of my main categories. I got it figured out to get the same slideshow to appear in the main categories, but when I try to copy the code in includes/templates/my template/jscript/jscript_fadeshow_setup.php to create a new slideshow in one of the main category pages and insert the new div I get the following:

Error: DIV with ID fadeshow_ not found on page.

Here is the code I have been playing around with.

<?php if($category_parent) {// set any desired condition for each slideshow} ?> <?php /* if ($this_is_home_page) {$flag_disable_fadeshow2= true;//set any desired condition for each fadeshow} */ ?> <?php /* *if (!in_array($current_page_base,explode(",",'main_page,Pool_Cues,shopping_cart,login,checkout,fec_confirmation,checkout_success')) ) { * $flag_disable_fadeshow1= true;} */ ?> <script type="text/javascript"> /* Ultimate Fade-in slideshow (v2.4) * Last updated: May 24th, 2010. This notice must stay intact for usage * Author: Dynamic Drive at <http://www.dynamicdrive.com/> * Visit <http://www.dynamicdrive.com/> for full source code */ /* This content is intended to be user-modified; it simply invokes the Dynamic Drive code. Change any parameters to fit your display needs. */ var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [750, 30], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/slideshow/slide1.jpg", "/index.php?main_page=page&id=4", "", ""], ["/images/slideshow/slide2.jpg", "/index.php?main_page=page&id=4", "", ""], ["/images/slideshow/slide3.jpg", "/index.php?main_page=page&id=7", "", ""], ["/images/slideshow/slide4.jpg", "", "", ""] //<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" }) </script> <?php }?> <?php if($category_parent) {// set any desired condition for each slideshow} ?> <?php /* *if ($this_is_home_page) {$flag_disable_fadeshow2= true;//set any desired condition for each fadeshow} */ ?> <?php /* *if (!in_array($current_page_base,explode(",",'main_page,Pool_Cues,shopping_cart,login,checkout,fec_confirmation,checkout_success')) ) { * $flag_disable_fadeshow1= true;} */ ?> <script type="text/javascript"> /* Ultimate Fade-in slideshow (v2.4) * Last updated: May 24th, 2010. This notice must stay intact for usage * Author: Dynamic Drive at <http://www.dynamicdrive.com/> * Visit <http://www.dynamicdrive.com/> for full source code */ /* This content is intended to be user-modified; it simply invokes the Dynamic Drive code. Change any parameters to fit your display needs. */ var mygallery=new fadeSlideShow({ wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow dimensions: [750, 30], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/slideshow/slide1.jpg", "/index.php?main_page=page&id=4", "", ""], ["/images/slideshow/slide2.jpg", "/index.php?main_page=page&id=4", "", ""], ["/images/slideshow/slide3.jpg", "/index.php?main_page=page&id=7", "", ""], ["/images/slideshow/slide4.jpg", "", "", ""] //<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" }) </script> <?php }?>

Any help would be appreciated.

Dave

4 Feb 2017, 2:10 AM
#159
ehswift avatar

ehswift

New Zenner

Join Date:
May 2008
Location:
Amarillo, TX
Posts:
39
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Hi, I am currently working on a development site that is hosted on my computer. I want to put the ultimate fade-in slideshow or something similar in the header area directly behind the company logo. Does anyone know if this can be accomplished? I believe I was able to do this once before, but it was years ago and I don't recall how I did it.

If it can be done, what file do I edit, what code should I use and where exactly should I put it? Also it has to be responsive. I tested out version 2.6.1 which is supposed to be responsive on the home page and it seems to work fine. Normally this code gets pasted on the page where you want the slideshow to show, but how do I get it work correctly in the header?

Thanks in advance for your any help you can give.