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

Ultimate Fade-In Slidehow Support thread

Views: 30,816

Results 121 to 140 of 159
10 Jul 2012, 8:37 PM
#121
gjh42 avatar

gjh42

Black Belt

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

Ultimate Fade-In Slidehow Support thread

See posts 114 and 115 just above yours for the answer.

31 Jul 2012, 4:29 AM
#122
adduncan avatar

adduncan

New Zenner

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

Re: Ultimate Fade-In Slidehow Support thread

Hi folks. Newbie here. I've searched but haven't found a clear answer to this.
I'm using Ultimate Fade-In Slideshow on ZC 1.3.9h. (Looks great, BTW!)
However, my client wants the slideshow to ONLY appear on define_page_2 and nowhere else, especially not the front page.

The instructions say to edit this line: <?php if ($this_is_home_page) { //set any desired condition for each fadeshow ?>

But what do you change it TO to call define_page_2?

31 Jul 2012, 1:29 PM
#123
adduncan avatar

adduncan

New Zenner

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

Re: Ultimate Fade-In Slidehow Support thread

RESOLVED:

Instead of editing the setup file, I went straight into jscript_fadeshow.js and disabled the error message by commenting out this line:
alert("Error: DIV with ID ""+setting.wrapperid+"" not found on page.")

Slideshow appears where it's supposed to, no error messages on other pages.

Devel site is at wwwdot l a d y j a n e s h o e s dot com / s t o r e if anyone's interested.

15 Aug 2012, 1:35 AM
#124
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 you want the slideshow to appear only on one page, you can either edit the if() condition like

<?php if ($current_page_base == 'define_page_2') { //set any desired condition for each fadeshow
?>
``` or move the jscript_ files to the correct  module page folder, like
/includes/modules/pages/define_page_2/ 
so that they will only be processed when that page is active. This is actually a very efficient solution, as the javascript will not be loaded for pages where it is not wanted.
15 Aug 2012, 2:22 AM
#125
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

gjh42:

If you want the slideshow to appear only on one page, you can either edit the if() condition like

<?php if ($current_page_base == 'define_page_2') { //set any desired condition for each fadeshow ?>
> /includes/modules/pages/define_page_2/ 
> so that they will only be processed when that page is active. This is actually a very efficient solution, as the javascript will not be loaded for pages where it is not wanted.

Glenn - I have this mod working wonderfully on my index page - just great!! Now I want to have it also load by default on ALL Product pages, likely at the bottom but maybe elsewhere on the page however please assume at very bottom of page (I am still awaiting a response to a post about adding a text centerbox on Product pages which will help determine how I lay out Product pages ... can you assist with this as well? - not getting anywhere with it at all :( )

cheers and Many Thanks,
Mike
17 Aug 2012, 3:06 PM
#126
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

Something like this for your test will get what you are asking for: ```php

<?php if ($this_is_home_page or ($current_page_base == 'product_info')) { //set any desired condition for each fadeshow ?>
30 Aug 2012, 9:28 PM
#127
coreyalderin avatar

coreyalderin

Zen Follower

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

Re: Ultimate Fade-In Slidehow Support thread

Thanks so much for this slideshow, it is great. I am getting everything to work except for the arrows. When I click on the arrows, it jumps to the top of the page and then it does not move to the next or last image. What am I doing wrong?

site:http://www.toolsforchrist.com/shop

Thanks

31 Aug 2012, 5:52 AM
#128
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've never actually used the arrows, so I can't say for sure what is wrong. Presumably there is a setting you need to include or modify. I just packaged the slideshow for easy use in Zen Cart. You will need to look at the Dynamic Drive pages for detailed setting info for this feature.

6 Sep 2012, 10:57 PM
#129
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

Is there a demo site for this or can someone provide a link to a live site that is using this add-on?

7 Sep 2012, 12:24 AM
#130
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

Serious:

Is there a demo site for this or can someone provide a link to a live site that is using this add-on?

Ditto, am also interested in seeing this in all of its glory.

7 Sep 2012, 1:03 AM
#131
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

There are two instances of this operating in the festival site in my sig. The big one is only on the home page, while the small one appears on every page.

7 Sep 2012, 1:19 AM
#132
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

gjh42:

There are two instances of this operating in the festival site in my sig. The big one is only on the home page, while the small one appears on every page.
http://www.nyfaeriefest.com/

7 Sep 2012, 1:59 AM
#133
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

I'm working on customizing a template and was wondering if this add-on can be used to replace the header image on my site?
http://www.seriousoffroadproducts.com/

7 Sep 2012, 3:37 AM
#134
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Ultimate Fade-In Slidehow Support thread

gjh42:

There are two instances of this operating in the festival site in my sig. The big one is only on the home page, while the small one appears on every page.

Thanks, plugin looks very useful.

7 Sep 2012, 9:31 AM
#135
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

SPH:

Ditto, am also interested in seeing this in all of its glory.

https://www.sunnsand.com.au

7 Sep 2012, 10:25 AM
#136
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

Serious:

I'm working on customizing a template and was wondering if this add-on can be used to replace the header image on my site?
http://www.seriousoffroadproducts.com/

I believe it can be done by inserting the 'empty div' into the position of the current header image (instead of the current header image).

7 Sep 2012, 12:03 PM
#137
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

frank18:

https://www.sunnsand.com.au
Cool!! Looks good.
frank18:

I believe it can be done by inserting the 'empty div' into the position of the current header image (instead of the current header image).
I'll give it a shot.

7 Sep 2012, 12:52 PM
#138
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

I'm lost....
Going through the install steps I get to this:

Download, then copy and paste the full content of fadeslideshow.js into jscript_fadeshow.js, changing the line
controls: [['x.png',7,7], ['restore.png',10,11], ['loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
to match your template's foldername, like this:
controls: [['includes/templates/your_template/images/x.png',7,7], ['includes/templates/your_template/images/restore.png',10,11], ['includes/templates/your_template/images/loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
Change your_template to the foldername of your template in three places.Where the heck is the line I highlighted above?
It's not in jscript_fadeshow_setup.php or It's not in jscript_fadeshow.js

7 Sep 2012, 1:13 PM
#139
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

Serious:

I'm lost....
Going through the install steps I get to this:
Where the heck is the line I highlighted above?
It's not in jscript_fadeshow_setup.php or It's not in jscript_fadeshow.js

Haven't played with this set-up yet but maybe the 'recipe' I posted 2 years ago may help you - it is for main page only so needs modification.......

http://www.zen-cart.com/showthread.php?152373-can-t-get-Ultimate-Fade-in-slideshow-v2-1-to-work-on-main-page&p=868072#post868072

7 Sep 2012, 1:30 PM
#140
serious avatar

serious

Totally Zenned

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

Re: Ultimate Fade-In Slidehow Support thread

Thanks, but I'm just trying to find the line I hightlighted above. the rest of the instructions seem pretty straight forward.