Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    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...

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

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    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...

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

  5. #5
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    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" />

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

    Default Re: ZX Slideshow official thread

    Thank you! Added the code and it is working now!!!!! You are the best, thank you for the effort!

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

    Default Re: ZX Slideshow official thread

    Glad to hear it's working for you!

    Keep in mind that this "fix" shouldn't be considered as a good fix since css files should be loaded in the head section and not in the middle of body, so you really should check what's wrong with your template because you might have more issues with other stuff in the future...

    P.S. Keep an eye on the module, I'm preparing an update with integrated themes...

  8. #8
    Join Date
    May 2012
    Posts
    26
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Just for clarity, I had the same issue. What's interesting is that the css ~was~ loading because I could adjust values within index_home.css and they worked - just not the white space when nav was turned off. "Reloading" the css as per code insert fixed it.

    I use the most of the cherry_zen template for the record.

    Quote Originally Posted by balihr View Post
    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" />

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

    Default Re: ZX Slideshow official thread

    That won't work here - his site isn't loading ANY of the files, including the javascript for Nivo... There's a big difference because the case you quoted wasn't loading the css file only, but all other files were properly loaded...

  10. #10
    Join Date
    May 2012
    Posts
    26
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    A different issue (which I've "solved" so to speak) was in the main template css, I had hover link background set to a colour to highlight text links on the site.

    However, having a linked image in ZX flashed the whole box the same colour. Turning off hover background stopped this but obviously now I cannot have background colours on text links AND linked images in ZX.

    Any tips on how I could force background transparent on ZX links and leave the main site links as I had it?

    Cheers mate - great mod - took all of 2 minutes to install and work it into my new site.

 

 
Page 1 of 12 12311 ... 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