Announcement

Collapse
No announcement yet.

Quick View not popping up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quick View not popping up

    The Quick View popup is working as expected on the dev site. When I copied the code over from the dev site to the live site, the Quick View popup link doesn't trigger the popup. Instead, it goes to the product page.

    Using Firefox's Developer Tools, I'm not seeing any javascript errors but I'm also not seeing the "event listener". It's there in the dev site but not the live site.



    Did I forget anything? You can see an example here.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    If there are no code differences between the dev and the live site, you might want to make sure the JavaScript files are the same and that the live site isn't loading something older than the dev.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      If there are no code differences between the dev and the live site, you might want to make sure the JavaScript files are the same and that the live site isn't loading something older than the dev.
      I checked the openQuickView: function for the dev and for the live site - those are the same. Both scripts-bfs.js files "appear" to be the same.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Hi Leslie,

        You may need to add some debugging code to the JavaScript then to see if the click event is being fired and, if not, track down what might be causing that.
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          Originally posted by Matt Zimmermann View Post
          Hi Leslie,

          You may need to add some debugging code to the JavaScript then to see if the click event is being fired and, if not, track down what might be causing that.
          Thanks Matt, I have reached out to someone who has much more javascript foo than I have.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            I think I found it. The body ID on the dev site was js-CTGY but on the live site, it was just CTGY. I changed it, not the Quick View popup works. Now to just make sure I didn't squeeze the balloon to where something else breaks.

            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment

            Working...
            X