Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 109
  1. #11
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by frank18 View Post
    Take care when installing this mod.

    The file SITE/includes/languages/YOUR_LANGUAGE/html_includes/YOUR_TEMPLATE/define_main_page.php needs to be merged with an existing file define_main_page.php

    Then in the same file define_main_page.php on/around line 13 the template name is hard coded:

    Code:
    <script type="text/javascript" src="includes/templates/pure_black/jscript/jscript_easySlider.js"></script>
    Suggest you update your installation instructions and possibly look at replacing the hard coded template name.
    Thank you very much for mentioning this!
    However this line is totally useless and in fact if you replace it with your actuall template directory name it will brake down the script.

    So it is safe to remove it.

    The jscript_easySlider.js is automatic loaded in the <head> section, so it is not needed to be in this file too.

    I will publish an update as soon as possible.

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

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by ngauto View Post
    sport_billy thank you for this add-on. I installed it and have it working. I have two questions though.

    1)Everything works great when I add an image but when I want to delete one of the slides I get an error message:

    "1054 Unknown column 'slideshow.image' in 'where clause'
    in:
    [DELETE FROM zen_slideshow WHERE slideshow.image='PICT00022.jpg']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."


    2)Is there a way to adjust the slide speed?


    Thanks again, this add-on was very helpful!
    Hey i am happy that you find it useful

    In order to solve this error open the file "ADMIN/slideshow.php"

    and replace line 73 which says this
    Code:
    $slideshow_query = "DELETE FROM " . TABLE_SLIDESHOW. " WHERE slideshow.image='$slide_remove'";
    with this

    Code:
    $slideshow_query = "DELETE FROM " . TABLE_SLIDESHOW. " WHERE " . TABLE_SLIDESHOW. ".image='$slide_remove'";
    I will update this to the next version i will upload.
    Thank you.

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

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by ngauto View Post
    2)Is there a way to adjust the slide speed?
    In order to adjust slide speed open templates/YOUR_TEMPLATE/jscript/jscript_easySlider.js and edit line 52.
    The speed is in milliseconds.You might have to clean your browser's cache in order to see the change effects.

    I have submitted an updated version of the module with fixed the bugs you mentioned and added the options to adjust speed and other slideshow settings at the define_main_page.php

    I hope it is ready for download soon.

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

    Default Re: Frontpage Slideshow support thread

    The updated version is available to download from here

  5. #15
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by sport_billy View Post
    The updated version is available to download from here
    Much appreciated - thank you.

    Looks like a very useful mod to me

  6. #16
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Frontpage Slideshow support thread

    Just installed it on my test server works great , just a few things the folder your_language is a bit confusing as there's no mention about renaming it also can I center the price it's over to the right of the red roundel image at the moment. will this work with fade in slide show installed I'd like to keep both if possible with the frontpage mod beneath the text.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  7. #17
    Join Date
    Jan 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by sport_billy View Post
    In order to adjust slide speed open templates/YOUR_TEMPLATE/jscript/jscript_easySlider.js and edit line 52.
    The speed is in milliseconds.You might have to clean your browser's cache in order to see the change effects.

    I have submitted an updated version of the module with fixed the bugs you mentioned and added the options to adjust speed and other slideshow settings at the define_main_page.php

    I hope it is ready for download soon.
    THANK YOU!!!!!

    I made the appropriate changes for the speed and to delete and it works flawlessly for me now.

  8. #18
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    I have installed this MOD "out of the box" and renamed the files to represent my template and admin etc, also updated the database.

    I created 3 entries (picture width 176px, height 250px) but they do not SLIDE, they apear underneath one another.

    What have I done wrong?

    Picture included

    How can I get it to display as a slideshow?

    Goshawk
    Attached Images Attached Images  

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

    Default Re: Frontpage Slideshow support thread

    Something is conflicting with JQuery.
    First of all make sure you have renamed SITE/includes/templates/YOUR_TEMPLATE with your specific template name.

    Then do you have any other jquery script loaded?
    If you want

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

    Default Re: Frontpage Slideshow support thread

    If you want send me a pm to your shop's page to see what other scripts are loaded.

 

 
Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 761
    Last Post: 15 Mar 2025, 02:00 PM
  3. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  4. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  5. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM

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