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

Hybrid View

  1. #1
    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!

  2. #2
    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

  3. #3
    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.

  4. #4
    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)

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

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by mcpisik View Post
    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
    Hi, i can not reproduce this error. There is no trailing space or open <?php tags, and in my admin i see no errors on a fresh install of ZC 1.5. Does it work if you ignore the error? Can you upload images?

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

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by sport_billy View Post
    Hi, i can not reproduce this error. There is no trailing space or open <?php tags, and in my admin i see no errors on a fresh install of ZC 1.5. Does it work if you ignore the error? Can you upload images?
    Now that you gave us the edited file correctly and Echion has made the capital letter change, it is working thanks and the error log has stopped happening.

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

    Default Re: Frontpage Slideshow support thread

    Ok thank you both guys for mentioning errors. I could not see them at my end. I will post an updated version now.

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

    Default Re: Frontpage Slideshow support thread

    It appears my links for the slide aren't working either.
    And now I've had time to add extra slides, it only shows the border outline with no slide image.
    If I reduce it to one slide only (like a static image) then it displays.

  9. #9
    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.

  10. #10
    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

 

 
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. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 AM
  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

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