Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21
    Join Date
    Sep 2015
    Location
    East London
    Posts
    8
    Plugin Contributions
    0

    Default Re: Rotating Image Slider [Support Thread]

    Quote Originally Posted by Digiwinkel View Post
    Amazing slideshow and highly customable.

    Allthough I found the mousewheel rotation made my main-page less accessible.
    It disabled the mousewheel so customers where not able to scroll up and down my website anymore, without clicking-sliding on the right scrollbar.


    So I disabled the mousewheel rotation by commenting the following line in de jscript file located at includes/templates/YOUR_TEMPLATE/jscript/jquery.RotateImageMenu.js.

    Change this:

    $(document).bind('mousewheel', function(e, delta) {
    if(delta > 0) {
    stopSlideshow();
    rotateImages(0);
    }
    else {
    stopSlideshow();
    rotateImages(1);
    }
    return false;
    }).keydown(function(e){
    switch(e.which){
    case 37:
    stopSlideshow();
    rotateImages(0);
    break;
    case 39:
    stopSlideshow();
    rotateImages(1);
    break;
    }
    });

    Into this:

    /*$(document).bind('mousewheel', function(e, delta) {
    if(delta > 0) {
    stopSlideshow();
    rotateImages(0);
    }
    else {
    stopSlideshow();
    rotateImages(1);
    }
    return false;
    }).keydown(function(e){
    switch(e.which){
    case 37:
    stopSlideshow();
    rotateImages(0);
    break;
    case 39:
    stopSlideshow();
    rotateImages(1);
    break;
    }
    });*/

    Now to autostart the slideshow on pageload:

    Insert this line:

    startSlideshow();

    Just above this line:

    return {init : init};
    Quote Originally Posted by atemp View Post
    Hello,

    On the home screen I can not scroll down using the mousewheel. I can on any other screen.

    Kind regards

    Anthony
    Can someone please assist me with having the main page scroll with mousewheel?

    I looked at http://www.zen-cart.com/showthread.p...Support-Thread but i am unable to open and edit the Java files in includes/templates/YOUR_TEMPLATE/jscript/.

  2. #22
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Rotating Image Slider [Support Thread]

    not sure this is still live, i'd personally will try everything I'm reading here ... I'm going to see if it improves appearance of my zen cart... i'll know where to come if I have a problem...
    Last edited by ddettore; 8 Jun 2018 at 02:17 AM. Reason: update

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Missing Image Utility/Scanner [Support Thread]
    By retched in forum Addon Admin Tools
    Replies: 59
    Last Post: 25 Aug 2024, 05:17 PM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR