Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Hi Balihr. I've had your awesome mod working on a 1.3.9h store just fine for several months thank you. However I have just installed it on a 1.5.1 that I'm having a play around with. All works fine except the configuration setting true/false to enable or disable the slider. I have seen a previous post in this thread and added the 'true' as suggested yet I still cannot switch the slider off via the configuration area. it's a testing site but I'd really like to get it sussed. www. tkdcombat. co. uk

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

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by picandnix View Post
    Hi Balihr. I've had your awesome mod working on a 1.3.9h store just fine for several months thank you. However I have just installed it on a 1.5.1 that I'm having a play around with. All works fine except the configuration setting true/false to enable or disable the slider. I have seen a previous post in this thread and added the 'true' as suggested yet I still cannot switch the slider off via the configuration area. it's a testing site but I'd really like to get it sussed. www. tkdcombat. co. uk
    Sorry for my late reply, I was sick and wasn't online...

    Since you're displaying categories on your main page, did you fix the tpl_index_categories.php or just tpl_index_default.php ?

  3. #3
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Sorry for my late reply, I was sick and wasn't online...

    Since you're displaying categories on your main page, did you fix the tpl_index_categories.php or just tpl_index_default.php ?
    it's good to see you back, I hope your better now?
    This is the piece of code I have in tpl_index_categories.php

    PHP Code:
    <!-- begin edit for ZX Slideshow -->
    <?php 
    if($this_is_home_page) {
        if (
    ZX_SLIDESHOW) { ?>
        <?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 -->

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by picandnix View Post
    it's good to see you back, I hope your better now?
    This is the piece of code I have in tpl_index_categories.php

    PHP Code:
    <!-- begin edit for ZX Slideshow -->
    <?php 
    if($this_is_home_page) {
        if (
    ZX_SLIDESHOW) { ?>
        <?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 -->
    I guess it was me who gave that code you used...

    Try this instead:
    Code:
    <?php
    if($this_is_home_page) {
            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 }
    }?>

  5. #5
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    528
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Not too sure what went wrong but I got a bordered white box after install on 1.39h with the following plugins
    (recover cart, edit orders, ty package tracker, SEO URLS, Sitmaps XML, Image Handler 2)
    The ZX SlideShow is set on flase in my admin.

    No files were overwritten so this is strange to me. Am I overlooking something?
    Thanks for the help if someone can shed some light.

    Here is the site:
    http://gelcandleswholesale.com/

  6. #6
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by spawnie69 View Post
    Not too sure what went wrong but I got a bordered white box after install on 1.39h with the following plugins
    (recover cart, edit orders, ty package tracker, SEO URLS, Sitmaps XML, Image Handler 2)
    The ZX SlideShow is set on flase in my admin.

    No files were overwritten so this is strange to me. Am I overlooking something?
    Thanks for the help if someone can shed some light.

    Here is the site:
    http://gelcandleswholesale.com/
    This is a well known bug in the module... I really need to submit an updated version...

    Find your includes/templates/classic/templates/tpl_index_default.php and change
    Code:
    <?php if(ZX_SLIDESHOW_STATUS == true) { ?>
    to
    Code:
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    Currently, the on/off switch doesn't work until you make this change.

  7. #7
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    528
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    got it! thanks!

  8. #8
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    I guess it was me who gave that code you used...

    Try this instead:
    Code:
    <?php
    if($this_is_home_page) {
            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 }
    }?>
    Perfect, thank you so much

 

 

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