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

    This has nothing to do with ZX Slideshow. You have an error somewhere in your other files, probably tpl_main_page.php or html_header.php which is causing the layout to break. This is very likely incorrect file encoding or something like that. I'd suggest comparing your files to the original file set to see what went wrong.

    As for image size, no, size is up to you. Slider is responsive so it will adjust image width to the parent container size, but it IS recommended to prepare images before uploading and make sure you use images with the exact same dimensions. If you use different size images, the slider will automatically adjust images, both width and height, so the content below it might seem like it's jumping up and down with each slide.

  2. #2
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: ZX Slideshow official thread

    Question.

    We have the code for the slider in the define main page, that way if we need to add other promotions below it, the task is easy to accomplish. The define main page is pulled from the mytemplate/common/tpl_main_page.php which is wrapped around the statement if($this_is_home_page) to make it work only on the front page. So far and for years we thought that was it, of course until today.

    I noticed an URL pointing to a product page in a weird way byvalenti.com/index.php?products_id=39 (it should be byvalenti.com/index.php?main_page=product_info&cPath=8_42&products_id=39) and when I checked it out I noticed the slider, which shouldn't have displayed because that's not the main page, does display.

    Is there any other way to force the slider from not showing when visitors "play" with my website in this manner?

    Thank you for the help! =)

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

    Default Re: ZX Slideshow official thread

    This is not related to ZX Slideshow and to be honest, I'm not sure how to resolve it. It's actually a bug in Zen Cart, I'm just reporting it and we should wait for someone smarter than me to figure it out. Smarter than me... Ha, it's not like I placed the bar high...

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

    Default Re: ZX Slideshow official thread

    @mvstudio - check here please.

  5. #5
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    This is not related to ZX Slideshow and to be honest, I'm not sure how to resolve it. It's actually a bug in Zen Cart, I'm just reporting it and we should wait for someone smarter than me to figure it out. Smarter than me... Ha, it's not like I placed the bar high...
    Don't sell yourself short! You're awesome! Thank you! I didn't even think it could be a ZC bug. On my way to check the link out. Have an awesome Saturday!

  6. #6
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I find that zx slideshow doesn't display at all if the version of jquery loaded is 3.0 or newer.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: ZX Slideshow official thread

    What error do you see in the javascript console?
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: ZX Slideshow official thread

    Well... Luckily, you can't see me blushing here... We've mentioned this before and I just blamed Nivo being old and no longer maintained and didn't look into it. This was primarily because I had planned a brand new version of the plugin based on a different slider, but never got to it.
    I just tried it on a vanilla 1.5.6c and one look at the console and the clue was staring at me...

    At the time the plugin was built, this was okay, but things have changed and jQuery has deprecated some functions.
    Code:
    jQuery(window).load(function() {
    This is old and no longer works. So, we need to use the new version:
    Code:
    jQuery(window).on("load",function(){
    This is from includes/templates/YOUR_TEMPLATE/templates/zx_slideshow.php line 4.

    Plugin update submitted and awaiting approval. In the meantime, you can just replace that one line.

 

 

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