Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by gohealth View Post
    A jquery mess! I like that... not. I think I have gone about implementing add-ons, following instructions and each may use a different version. It does look a mess and I agree trying to debug this is a nightmare. I'm running with Balihr right now on getting the CORS error corrected as it may just be running around between www and the non-www server request.

    Thanks for the feedback. I feel I'm closing in on the issue with your assistance.

    Chris
    i think the CORS error should be easy to fix.... you guys can figure that out... although it looks easy enough to try and remove the www from both definitions in the configure file.

    that HOWEVER is not the problem you are posting about. if you look at the console using developer tools you have the CORS error in both places; and yet one url the slider works, and the other url, the slider does not.

    it is ENTIRELY possible that by removing the www and hopefully addressing the CORS error, the slider may work.... although i'm not sure why that world work....

    as i previously stated, debugging jquery can be tricky, especially if you have limited experience...

    here is the jquery error/loop....

    Click image for larger version. 

Name:	Screenshot from 2018-09-08 16-48-57.jpg 
Views:	187 
Size:	19.0 KB 
ID:	18023

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #2
    Join Date
    Nov 2011
    Location
    Brisbane, Australia
    Posts
    35
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by carlwhat View Post
    i think the CORS error should be easy to fix.... you guys can figure that out... although it looks easy enough to try and remove the www from both definitions in the configure file.

    that HOWEVER is not the problem you are posting about. if you look at the console using developer tools you have the CORS error in both places; and yet one url the slider works, and the other url, the slider does not.

    it is ENTIRELY possible that by removing the www and hopefully addressing the CORS error, the slider may work.... although i'm not sure why that world work....

    as i previously stated, debugging jquery can be tricky, especially if you have limited experience...

    here is the jquery error/loop....

    Click image for larger version. 

Name:	Screenshot from 2018-09-08 16-48-57.jpg 
Views:	187 
Size:	19.0 KB 
ID:	18023

    best.
    I see what you mean now and understand having taken a look at the developer tool. With jquery being the issue, I'm in over my head! If anyone has any further thoughts on this issue, open to hear them... otherwise, think it is time to seek some help from an someone who can debug this for me. I'll try the template guys first, but think this will just get passed back from support as my issue. As I said, I have implemented a number of add-ons myself and don't think they are playing together well at this stage from a jquery standpoint. Thanks again! Chris

  3. #3
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by gohealth View Post
    I see what you mean now and understand having taken a look at the developer tool. With jquery being the issue, I'm in over my head! If anyone has any further thoughts on this issue, open to hear them... otherwise, think it is time to seek some help from an someone who can debug this for me. I'll try the template guys first, but think this will just get passed back from support as my issue. As I said, I have implemented a number of add-ons myself and don't think they are playing together well at this stage from a jquery standpoint. Thanks again! Chris
    First thing I would do is delete jquery and get a true version which would have a line like this at the top... /*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ not like yours.. which is a stripped down version of something... which may work for what they was striped for and not much else! The amount of scripts you have loading may require more from jQuery then what you have now...

    personally I use version 3 and load just after my css to make sure it gets set before any scripts that require it.. I use the latest versions of owl carousel without any issues.
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: ZX Slideshow official thread

    This does seem to be caused by the template coding, although it's quite surprising - ZX Slideshow is integrated with A LOT of TemplateMonster's templates and works fine so I'm not sure why this template would be an exception... But, then again, it's TM so I'm surprised that I'm surprised...

    First, change your configure files to have https on all lines:
    Code:
    define('HTTP_SERVER', 'https://www.bareprotein.com.au');
    define('HTTPS_SERVER', 'https://www.bareprotein.com.au');
    Next, I'm not sure how that template was coded, but it seems to have div class="slider" and the jQuery is triggered on #slider so it's kinda confusing. Maybe it's just because part of the code isn't loaded at all.

    If you want, feel free to PM me and I'll be happy to look into this because at this point I'm really curious.

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

    Default Re: ZX Slideshow official thread

    OK, so... After a few PMs, we found it. And, folks, sit down and leave the popcorn so you don't choke... As always, the simplest thing was the answer. There's an old and IMHO obsolete* setting in Banner Manager that lets you choose whether to display a banner on SSL or not. In this case, it was set to No so the ZX Slideshow did load, but had no images to display since all of the banners were disabled on SSL pages. So, simply enabling the banners to show on SSL did the trick and the slides are now showing up...

    *obsolete = due to the now must-have constant SSL connection, this setting is no longer needed

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    OK, so... After a few PMs, we found it. And, folks, sit down and leave the popcorn so you don't choke... As always, the simplest thing was the answer. There's an old and IMHO obsolete* setting in Banner Manager that lets you choose whether to display a banner on SSL or not. In this case, it was set to No so the ZX Slideshow did load, but had no images to display since all of the banners were disabled on SSL pages. So, simply enabling the banners to show on SSL did the trick and the slides are now showing up...

    *obsolete = due to the now must-have constant SSL connection, this setting is no longer needed
    Wow, nice detective work!

  7. #7
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

    Default Re: ZX Slideshow official thread

    Hi,

    The jscript_jquery-1.7.1.min.js is having loading issues with the mobile menu. In my case there's no issue on homepage, product listing page, but when you go to a specific item (product info page), the menu doesn't load properly.

    How should I go around this?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

 

 

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