Page 67 of 74 FirstFirst ... 17576566676869 ... LastLast
Results 661 to 670 of 740
  1. #661
    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! =)

  2. #662
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

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

  3. #663
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    @mvstudio - check here please.

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

  5. #665
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,739
    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
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #666
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: ZX Slideshow official thread

    What error do you see in the javascript console?
    That Software Guy. My Store: Zen Cart Modifications
    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.

  7. #667
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

    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.

  8. #668
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: ZX Slideshow official thread

    Approved with requests.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  9. #669
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Is there a way to resize the slideshow? I've checked config/zxslideshow and a bunch other places I thought it might be, but no luck. Right now it is too big

    1.5.7.
    fuzztrip.com

  10. #670
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by balihr View Post
    I have just submitted Zen Cart Slideshow module to the contributions section, hopefully it will get approved soon.

    It's based on the popular Nivo Slider which allows you to create your own slideshow on the main page, uses jQuery and is completely controlled from the admin - this means no more messing with code or FTP, everything is done from the admin section. It utilizes the native Banner Management system to give you full control.

    You can add up to 10 slides, but can also make your slideshow even more interesting because you have the ability to add multiple images for one banner position so each time a random image is loaded.

    There are 16 slide effects to choose from. You can also adjust how long each slide will be displayed as well as if it will pause when hovered.

    Here are some screenshots:
    Attachment 10436Attachment 10437

    I'll do my best to provide support for the module, but can't guarantee anything.
    Looking at this initial post I can see that I do not have the options to change the slideshow height or width.
    Click image for larger version. 

Name:	ooooooooooooooo.jpg 
Views:	22 
Size:	23.3 KB 
ID:	19348 Click image for larger version. 

Name:	oooooooooo.PNG 
Views:	28 
Size:	183.1 KB 
ID:	19349

    I uninstalled, then reinstalled with the same result. Thanks for any help.

 

 
Page 67 of 74 FirstFirst ... 17576566676869 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3594
    Last Post: 21 Mar 2024, 06:56 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR