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

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Frontpage Slideshow [support thread]

    This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
    No core files altered.
    Tested for zen cart 1.3.8, 1.3.9

  2. #2
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    257
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by sport_billy View Post
    This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
    No core files altered.
    Tested for zen cart 1.3.8, 1.3.9
    Hi looking forward to trying this mod just wondering whether it works on 1.5 though, have installed but nothing happening in the admin end?

  3. #3
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Hey thanks for trying.
    As mentioned in the instructions it is only tested for 1.3.8 and 1.3.9 versions.

    I just saw your post and tried it at 1.5 version and i see that the only that is not working is the display of "Slideshow" in admin->tools menu.

    You can still access it by typing youradmin/slideshow.php
    Then from there i think that everything works as in previous versions of ZC.
    If you insert an image it will display on your shop's frontpage.

  4. #4
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    I added the neccessary files to make it compatible with 1.5 version of Zen Cart.
    I uploaded it at the addons section and it is waiting approval.

  5. #5
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    257
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Cheers for that sport_billy, I tried the direct url and it comes up so uploaded images but they are not appearing on the site for some reason, just the text slide image?

  6. #6
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Maybe your pictures are way too larger than the dimensions of the slideshow.
    Try a picture around 450 x 300 pixels or change the dimensions through the css file to fit your needs.

  7. #7
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    257
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    hi sorry got it working, the images do seem to upload for me so when I do it manually it works

  8. #8
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Thanx for the module.

    Can you please help me removing space between slideshow and the free shipping banner i have on my site.

    http://itdealshub.com/

    I tried to edit define_main_page.php but cant find the thing to edit.
    I dont like the space between slideshow and banner kindly suggest a fix.

    Thanx

  9. #9
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Installed on my current rebuild (starting from scratch instead of updating), works great!
    Would it be possible to integrate a play/pause button?
    Maybe something like THIS.

    Thanks

  10. #10
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by itdealshub View Post
    Thanx for the module.

    Can you please help me removing space between slideshow and the free shipping banner i have on my site.

    http://itdealshub.com/

    I tried to edit define_main_page.php but cant find the thing to edit.
    I dont like the space between slideshow and banner kindly suggest a fix.

    Thanx
    Open your stylesheet.css file and find #columnCenter (should be line 86), and add some padding to the top.
    You currently have:
    Code:
    #columnCenter {
    padding: 0 10px;
    background: white;
    }
    The 0 10px makes it so there is zero padding top and bottom and 10px right and left.

    Try this:
    Code:
    #columnCenter {
    padding: 10px;
    background: white;
    }
    Hope this helps
    Last edited by mikestaps; 15 Feb 2012 at 10:49 PM. Reason: add code suggestion to try

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 429
    Last Post: 19 May 2013, 12:25 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum All Other Contributions/Addons
    Replies: 987
    Last Post: 15 May 2013, 09:03 PM
  3. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 40
    Last Post: 8 Dec 2010, 03:08 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
  •