Page 1 of 2 12 LastLast
Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    May 2011
    Location
    DELHI,INDIA
    Posts
    43
    Plugin Contributions
    1

    Default Re: ZX Slideshow official thread

    Hi I have installed the slider, enabled it but it is not showing on the main page, even tried the method in post #14 but not working, please have a look.. molwa.com

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by raj3396 View Post
    Hi I have installed the slider, enabled it but it is not showing on the main page, even tried the method in post #14 but not working, please have a look.. molwa.com
    None of the code from my slider is loading - are you sure you upload the files correctly to your template folder? Also, I've noticed that you have easy slider installed - you might have to remove it because it could cause conflicts. It's not causing it now since nothing is loaded...

  3. #3
    Join Date
    Nov 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hi Balihr,

    I've been trying your slideshow on my site and couldn't get it to work until I put it in classic folder. Now I have..

    1) An image above and behind the slideshow.
    2) I can't hid the bottom line caption and shading.
    3) The buttons are too far down (on the default theme).

    Would you mind having a look at http://awesomemoviestuff.com please and see if you can tell me what needs changing?

    Thanks

  4. #4
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    For some reason my slideshow is not changing. I have the newest version of zencart 1.5 as well as the newest version of zx 2.0.1. The slideshow shows up on my homepage like it should but doesn't change images. I created two banners, one with group slide1 and one with group slide2. I read through the forum the best I could but didn't see a solution. I apologize if this has already been mentioned. I did test and put both banners in slide1 group and refreshed a couple of times and they did both randomly appear like it should. I have both images with the same dimensions (230x307) I have put the code below in the index_home.css as mentioned in the forum to fix another issue. I could really use some advice on this issue. The site is bobs.leather.shop.com without the dots.

    Code:
    #slider {
    	width:230px;
    	height:307px;
    	margin:0 auto;
    }

  5. #5
    Join Date
    Nov 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I had the same problem initially too, Welchy until I put index_home.css into includes/templates/classic/css. I also got quite confused with naming everything, but this is what's now working for me...

    In admin:
    Configuration > Layout Settings > Banner Display Groups - Header Position 1 ... Leave blank (the same for position 2 & 3)
    Configuration > ZX Slideshow > Banner Display Groups - Slide1 ... slide 1
    Configuration > ZX Slideshow > Banner Display Groups - Slide2 ... slide 2 (Slide3, slide 3... Slide4, slide4 etc.)

    Tools > Banner Manager > New Banner
    Banner Title: (enter a title. This will be displayed with the image)
    Banner URL: (The link you want the image to lead to (if any))
    Banner Group: (type 'Slide1' into the field below the drop-down menu).
    Image: (mine is set to /home/sites/MY_SITE/public_html/banners/slide1.jpg)
    Image Target (Save To): (mine is set to /home/sites/MY_SITE/public_html/banners/)
    Click 'Update'

    Repeat the 'New Banner' steps for each image, but increment the 'Banner Group' and 'Image' each time.
    i.e.
    'Slide2' & 'slide2.jpg'
    'Slide3' & 'slide3.jpg'
    etc.

    Then try altering the themes (Configuration > ZX Slideshow) to see which you prefer.

    Well, this works for me. Hopefully it will for you too.
    Last edited by sully; 11 Feb 2013 at 02:49 PM.

  6. #6
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hello Sully,
    Thank you for your response. However it did not fix the issue. The banner display groups listed under the layout settings were already blank. I moved the index_home.css to the classic/css folder. I then confirmed that my settings under the zx configs are setup right. Everything seems to be entered correctly. And the banner shows up on the home page great as well as the description. The only thing that doesn't work is the switching to other slides. I did confirm that I have multiple banners created and each banner has its own group. One slide1,slide2, slide3 ect. Again thanks for taking time time out to reply but unfortunately this didn't fix my issue.

  7. #7
    Join Date
    Nov 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    You're welcome. Sorry it didn't work for you. I can't think of what else might help.

  8. #8
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by welchyboy View Post
    For some reason my slideshow is not changing. I have the newest version of zencart 1.5 as well as the newest version of zx 2.0.1. The slideshow shows up on my homepage like it should but doesn't change images. I created two banners, one with group slide1 and one with group slide2. I read through the forum the best I could but didn't see a solution. I apologize if this has already been mentioned. I did test and put both banners in slide1 group and refreshed a couple of times and they did both randomly appear like it should. I have both images with the same dimensions (230x307) I have put the code below in the index_home.css as mentioned in the forum to fix another issue. I could really use some advice on this issue. The site is bobs.leather.shop.com without the dots.

    Code:
    #slider {
    	width:230px;
    	height:307px;
    	margin:0 auto;
    }
    Your slideshow isn't loading because of a javascript conflict. It's explained in the documentation...
    You need to find and remove EasySlider javascript and everything should be fine.

  9. #9
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Your slideshow isn't loading because of a javascript conflict. It's explained in the documentation...
    You need to find and remove EasySlider javascript and everything should be fine.
    Hello Balihr,
    I appreciate you taking the time to assist. I followed the following thread... http://www.zen-cart.com/showthread.p...-thread/page20

    When I removed jscript_jquery.js file from /includes/templates/YOUR_TEMPLATE/jscript it started working. Thanks so much for the assistance!!!

  10. #10
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by welchyboy View Post
    Hello Balihr,
    I appreciate you taking the time to assist. I followed the following thread... http://www.zen-cart.com/showthread.p...-thread/page20

    When I removed jscript_jquery.js file from /includes/templates/YOUR_TEMPLATE/jscript it started working. Thanks so much for the assistance!!!
    Thank you for the update that you got it working after removing the conflicting file.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Frontpage Slideshow [support thread]
    By sport_billy in forum All Other Contributions/Addons
    Replies: 108
    Last Post: 10 Jul 2014, 12:41 PM
  5. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 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