Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tintin192

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mat
  • Gender
    Male

tintin192's Achievements

  1. Hi Guys. We're using the contrib and it's working fine. Just recently, we've started to do some A/B testing using Google's Website Optimizer and we've found that OSCThumbs stops working properly on the 'variant page'. The contrib is continuing to work fine on the original page. The variant page is an exact copy of the original page, but with some Google script code just under the <head> tag. You can see this code below, but it's JS, and shouldn't have any effect on OscThumb. On the variant page, Oscthumb is failing to show the images as animated pop-ups, it just opens the images in new pages. Does Oscthumb have any settings that depend on the name of the page that the contrib appears on? Would changing this page make the settings not valid? One last thing - in FF Firebug, we see the following error $("div#fancy a").fancybox is not a function Clearly this is the problem, but *why* is fancybox not a function - it works just fine in the original page? Any help much appreciated.... Google Website Optimzer JS code below.... <!-- Google Website Optimizer Tracking Script --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['gwo._setAccount', 'UA-xxxxxxxx-2']); _gaq.push(['gwo._trackPageview', '/xxxxxxxxxx/test']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End of Google Website Optimizer Tracking Script -->
×
×
  • Create New...