Results 1 to 10 of 159

Hybrid View

  1. #1
    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.

  2. #2
    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.

  3. #3
    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

  4. #4
    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.

 

 

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