Page 8 of 11 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 109
  1. #71
    Join Date
    Oct 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Hello its there a way to display the slideshow on every page, I mean on categories pages, product information etc.
    And another thing its possible to place the slideshow at all width of my template?

    Thanks in advance.

  2. #72
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Great plugin thanks! I have installed and works great. However, I wanted to change the location and moved the code from 'define_main_page.php' to inside the navMainWrapper div in tpl_header.php. The slide show works but I have managed to break the admin. I am sure there is just a broken page reference or something. Is there an easier way to change the location of the slide show output?

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

    Default Re: Frontpage Slideshow support thread

    Hello everybody!

    I have updated the slideshow and submitted it to the plugins section. It is currently awaiting for approval and i believe that in the next days it will be available.

    It is more flexible and easily configurable with a responsive design so you do not have to edit any code.

    I have moved the code from 'define_main_page.php' to 'tpl_index_default' so it does not break in case you want to edit the contents of the file via the define pages menu.

    Release Notes:
    Redesigned the whole slideshow, it now has responsive design among the other changes.
    Added new slideshow library - Flexslider by WooThemes.
    Added configuration options via admin panel such as speed, caption and more.
    Updated to latest jQuery version ( 1.9.1 )

    As the previous version, it is compatible with Zen Cart versions 1.3 and 1.5

    You will find detailed installation instructions inside the package and also upgrade instructions in case you are having a previous version of the plugin installed.
    Last edited by sport_billy; 15 Apr 2013 at 04:28 PM.

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

    Default Re: Frontpage Slideshow support thread

    Hello again. The update is available to download through the official page here

    If you find any problems report them here.

    Thank you!

  5. #75
    Join Date
    Jan 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Hi

    I have installed this mod but can't get it to work. It doesn't display on my page.

    In the tpl_index_default.php I noticed it references a file that does not exist, see below:
    Code:
    <!-- begin edit for ZX Slideshow -->
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    	<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php } ?>    
    <!-- end edit for ZX Slideshow -->
    There is no file called zx_slideshow.php in the download. If I try and change this from zx_slideshow.php to frontpage_slideshow.php it then shows an error.

    I am using a new install of zencart v1.5.1

    Any help greatly appreciated.

    Thanks

  6. #76
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Hi sportbilly,
    I've just tried to update to the new one posted, but nothing is showing on front page.
    The old one was working. Have done the uninstall of old, with sql files supplied.
    It appears to be working in admin under both Configuration and Tools menus and upload of image states it worked.
    Have chosen an image of just 200 wide for testing and have the module enabled in config.
    Anyone else tried upgrading?
    (edit: have just seen someone else has posted with trouble, will keep updated if I find a fix)
    Last edited by mcpisik; 22 Apr 2013 at 07:45 AM.

  7. #77
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    PHP Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/abc.co.nz/admin/frontpage_slideshow.php:47) in /home/abc/public_html/abc.co.nz/admin/includes/functions/general.php on line 21

    I've looked on line 47, but not sure if something is incorrect.
    PHP Code:
    echo '<table border="0" width="100%" cellspacing="2" cellpadding="1" align="center">' "\n"
    Info I've searched suggests this error can be related to echo statements.
    (http://www.zen-cart.com/content.php?...s-already-sent)
    But I don't know the fix
    (no extra space at start or end)

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

    Default Re: Frontpage Slideshow support thread

    Hi, it seems i accidentally included a wrong 'tpl_index_default.php' file from another slideshow plugin.

    To make it work, please open includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php


    And at line 18 change from

    Code:
    <!-- begin edit for ZX Slideshow -->
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    	<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php } ?>    
    <!-- end edit for ZX Slideshow -->
    to this:

    Code:
    <!-- begin edit for Frontpage Slideshow -->
    <?php
    if (FRONTPAGE_SLIDESHOW_STATUS == 'true') { ?>
    <?php require($template->get_template_dir('frontpage_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/frontpage_slideshow.php'); ?>
    <?php }?>
    <!-- end edit for Frontpage Slideshow -->
    I will post an update to the plugins section asap.
    Last edited by sport_billy; 22 Apr 2013 at 08:11 AM.

  9. #79
    Join Date
    Jan 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Hi

    I had already tried that but I get this message: WARNING: An Error occurred, please refresh the page and try again. Also the text added to define page editor is not showing.

    Thanks

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

    Default Re: Frontpage Slideshow support thread

    Then something went wrong during the installation. If you already had a previous version make sure you followed all the instructions.

    To find out the error please open your /logs folder and open the last .log file created to see any errors from there.

 

 
Page 8 of 11 FirstFirst ... 678910 ... 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