Page 1 of 8 123 ... LastLast
Results 1 to 10 of 767

Hybrid View

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

    Default Re: ZX Slideshow official thread

    You're missing the CSS file... Check if you forgot to upload it. It should go to includes/templates/RI_TEMPLATE_07/css/

  2. #2
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I have this one installed (includes/templates/RI_TEMPLATE_07/css/index_home.css), I also tried to followed the advice above by yeroen. This did not help. Any other ideas please?

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    For some reason, that CSS file is not loading on your home page... Try disabling minify under Configuration->CSS/JS loader for starters.

    P.S. Don't forget to install Image Handler...

  4. #4
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I have disabled minify, and also just uploaded Image Handler 3 for my version of Zen Cart. Yes, for some reason this is still not picking up the CSS (just checked in Firefox). What could be the reason?

  5. #5
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Honestly, I'm not sure. Can you test with classic template so we can rule out a template issue? Don't forget you'll need to upload the template files to your /classic/ directory...

  6. #6
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    OK, you can check, this works fine with the classic template. So this is a template issue? Is there anything else you could possibly think off? I really like your module, would love to use it!

  7. #7
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Yup, obviously template related. Unfortunately, I have no way of knowing what's causing it.

    A KISS method of fixing it would be to copy all content of index_home.css and paste it into your stylesheet.css - if you're OK with loading the extra (unnecessary) line of css throughout the site.

    Another way would be to add the following to your includes/templates/RI_TEMPLATE_07/templates/zx_slideshow.php as the first line:
    Code:
    <link rel="stylesheet" type="text/css" href="<?php echo($template->get_template_dir('index_home.css',DIR_WS_TEMPLATE, $current_page_base,'css'). '/index_home.css'); ?>" media="screen" />

  8. #8
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I am a web designer and I create a lot of Zen Carts. I loved the idea of this module and installed it to a 1.5.0 cart to use as a basic new client install. Some of my clients will want to use this slide show feature, and some will not. So it is crucial that the ability to turn the slide show off actually works. It doesn't! Most like up to this point, everyone show has installed this module didn't notice the problem because they planned to actually use it! Anyway, I found the error in the code. In the tpl_index_default.php file, there is the following line:
    <?php if(ZX_SLIDESHOW_STATUS == true) { ?>
    I changed that line in two tiny ways to:
    <?php if (ZX_SLIDESHOW_STATUS == 'true') { ?>
    and now I can turn off the slide show in admin/configuration/zx slideshow as it was designed to do. Posting this here so the author can correct the code, or other users who need to turn it off, can do so :)

  9. #9
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by seattleannie View Post
    I am a web designer and I create a lot of Zen Carts. I loved the idea of this module and installed it to a 1.5.0 cart to use as a basic new client install. Some of my clients will want to use this slide show feature, and some will not. So it is crucial that the ability to turn the slide show off actually works. It doesn't! Most like up to this point, everyone show has installed this module didn't notice the problem because they planned to actually use it! Anyway, I found the error in the code. In the tpl_index_default.php file, there is the following line:
    <?php if(ZX_SLIDESHOW_STATUS == true) { ?>
    I changed that line in two tiny ways to:
    <?php if (ZX_SLIDESHOW_STATUS == 'true') { ?>
    and now I can turn off the slide show in admin/configuration/zx slideshow as it was designed to do. Posting this here so the author can correct the code, or other users who need to turn it off, can do so :)
    Thank you for pointing this out. I've already noticed that and it's changed in the new update (which will support themes). I'm still preparing it, but it's not ready yet because paying clients have precedence. Since nobody asked why it's not working, I didn't feel it needs to be mentioned... ;)

  10. #10
    Join Date
    May 2012
    Location
    Glasgow, Scotland
    Posts
    1
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Thanks balihr, works great... Looking forward to your update...

 

 
Page 1 of 8 123 ... 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. 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