Results 1 to 10 of 84

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: can't get Ultimate Fade-in slideshow v2.1 to work on main page

    Ok got it to work... Is there a way to fix it so you dont see black borders on images that are different sizes?

  2. #2
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: can't get Ultimate Fade-in slideshow v2.1 to work on main page

    Quote Originally Posted by rxalex View Post
    Ok got it to work... Is there a way to fix it so you dont see black borders on images that are different sizes?
    You have to edit the file "fadeslideshow.js". On line 54, you'll find

    Code:
    .css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'black'})
    change to ->

    Code:
    .css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'white'})
    You can change "white" to any color you want. This works for me.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: can't get Ultimate Fade-in slideshow v2.1 to work on main page

    For best practice, here is a link to the wiki description of how to add javascript to Zen Cart pages without editing PHP files:
    http://www.zen-cart.com/wiki/index.p...s_-_Javascript

    You can have sitewide or per-page js loading by putting jscript_fadeslideshow.js in the right folder. I haven't done the whole process yet, but I believe the second js file mentioned in post 5 will also need to be modified and added to a folder. Theoretically,you could just use it as /includes/modules/pages/index/jscript_myslideshow.js, but this would probably operate on all index pages, not just the homepage. Thus, you would use it as /includes/modules/pages/index/jscript_myslideshow.php with the opening if() test to limit it to the homepage. The first script call in that file is to jquery, which may already be operative in v1.3.9 (or maybe that won't be until v2.0 - clarification from someone who knows?), so you might not need to include that.

    In all cases, you would also insert the blank div in a PHP template file as mentioned.

  4. #4
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: can't get Ultimate Fade-in slideshow v2.1 to work on main page

    Quote Originally Posted by jppp View Post
    You have to edit the file "fadeslideshow.js". On line 54, you'll find

    Code:
    .css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'black'})
    change to ->

    Code:
    .css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'white'})
    You can change "white" to any color you want. This works for me.
    this is just what I needed too!!!
    Thanks

  5. #5
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: can't get Ultimate Fade-in slideshow v2.1 to work on main page

    I've been staring at that Dynamic Drive slide show for a while and this thread is great but, I was wondering if someone could explain how to use it in an existing banner, if that's even possible.

    Thank you,
    Stephen

 

 

Similar Threads

  1. Ultimate Fade-In Slideshow
    By Finna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Sep 2011, 12:31 PM
  2. Ultimate Fade In Slideshow Problem
    By top hatt in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 21 Aug 2011, 11:54 PM
  3. Trouble with Ultimate Fade In Slideshow
    By top hatt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 9 May 2011, 05:02 PM
  4. How can I use Ultimate Fade-in slideshow v2.1 ?
    By Crunch in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 4 Feb 2010, 03:21 AM
  5. Ultimate Fade-in slideshow in ezpage
    By perkiekat in forum General Questions
    Replies: 5
    Last Post: 27 Dec 2009, 11:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg