Page 13 of 16 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 159
  1. #121
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

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

  2. #122
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default 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?

  3. #123
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default 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.

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

    Default 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 Code:
    <?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.

  5. #125
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Ultimate Fade-In Slidehow Support thread

    Quote Originally Posted by gjh42 View Post
    If you want the slideshow to appear only on one page, you can either edit the if() condition like
    PHP Code:
    <?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.
    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
    Last edited by shags38; 15 Aug 2012 at 03:24 AM.

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

    Default Re: Ultimate Fade-In Slidehow Support thread

    Something like this for your test will get what you are asking for:
    PHP Code:
     <?php if ($this_is_home_page or ($current_page_base == 'product_info')) { //set any desired condition for each fadeshow
    ?>
    Then you need to have the empty fadeshow div appear on the product info page. Probably inserting it at the bottom of tpl_product_info_display.php will work.

  7. #127
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

    Default 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

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

    Default 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.

  9. #129
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default 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?

  10. #130
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    Quote Originally Posted by Serious View Post
    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.
    Steve
    prommart.com

 

 
Page 13 of 16 FirstFirst ... 31112131415 ... LastLast

Similar Threads

  1. v150 Ultimate SEO v3 (and v2.200) [Support Thread]
    By lhungil in forum All Other Contributions/Addons
    Replies: 1703
    Last Post: 16 Jun 2026, 02:10 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Ultimate Fade-In Slidehow help
    By discoverytdi in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Oct 2011, 01:50 PM
  5. Ultimate Fade-In Slideshow
    By Finna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Sep 2011, 12:31 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