Recent content by keraweb

  1. K

    Full CDN without the need of iframes

    Hi @blackwat3r, This all depends on your implementation. You can use the JS code to extend your current code. In my case it was a Magento template and that is the code you see in the example. I'll explain the code a bit: <?php if ( strpos( $_360path, 'http' ) !== false ): ?> Here it checks...
  2. K

    Full CDN without the need of iframes

    This is not a support question It's simply a topic for anyone who want's everything external without the use of iFrames. I've accomplished this by adding a simple PHP script in the root of my website: filename: external_config_loader.php <?php $url = $_GET['xmlurl']; $info = pathinfo( $url...
  3. K

    [Resolved] Responsive problems in Magento

    Hi again, Just wanted to let you know that it all works fine now. There we're some more conflicts with the CloudZoom functions that overlapped the class selectors. After fixing these to unique selectors for both CloudZoom and Webrotate360 everything worked great. We got the Pro version now and...
  4. K

    [Resolved] Responsive problems in Magento

    Hi! Thanks for your quick reply. "The full-screen function is not available in the free version of the product at this time." Didn't know that but won't be a problem. I believe my client already have ordered a licence today. After getting the licence the plan is to have all webrotate files on...
  5. K

    [Resolved] Responsive problems in Magento

    Hi, We have setup a testsite for a new shop in which we want to use the 360 tools. I've installed the plugin etc and did a template merge for media.phtml to have both the hover-zoom and 360degree functions available. Example page: http://fenfshops.keraweb.nl/draagtassen ... -2420.html Now I...
Top