0
Welcome Guest! Login
0 items Join Now

EZ Realty mapping vs versatility_ii_sienna rokstar

  • EZ Realty mapping vs versatility_ii_sienna rokstar

    Posted 17 years 6 months ago
    • Hi Everyone,

      I just purchased and installed the EZ Realty component and I just ran into a problem. As I was setting it up I found that the mapping system does not work in IE. Whenever my page tries load IE displays an error message and stops. I've seen a few threads about this but they are all for a different template. The component allows you to use either Yahoo mapping or Google mapping. Yahoo works great with Firefox ONLY. I'll be perfectly satisfied if I can get Yahoo mapping to work in both browsers. Below is my js file. Any help is greatly appreciated!!!

      <script type="text/javascript">
      <!--//--><![CDATA[//><!--
      startList = function() {
      if (document.all && document.getElementById) {
      navRoot = document.getElementById("nav");
      for (i=0; i<navRoot.childNodes.length; i++) {
      node = navRoot.childNodes;
      if (node.nodeName=="LI") {
      node.onmouseover=function() {
      this.className+=" over";
      }
      node.onmouseout=function() {
      this.className=this.className.replace
      (" over", "");
      }
      }
      }
      }
      }
      loadEm = function() {
      startList();
      initMap();
      }

      window.onload=loadEm;
      //--><!]]>
      </script>
  • Re: EZ Realty mapping vs versatility_ii_sienna rokstar

    Posted 17 years 6 months ago
    • Any ideas?

      I'd love to get this feature working :)
  • Re: EZ Realty mapping vs versatility_ii_sienna rokstar

    Posted 17 years 6 months ago
    • do you have a link to your site?

      I did install EZrealty and I think google did a god job for it. I think It was the default option, wasn't it?
    • IT Consulting - Asesor Informatico
      www.ninjoomla.com
      Extensions, training, tips and services to support Web Developers and Site Owners.
  • Re: EZ Realty mapping vs versatility_ii_sienna rokstar

    Posted 17 years 6 months ago
    • My site is unavailable for public viewing right now.

      Not really sure what you're getting at, but thanks for trying to help :)

Time to create page: 0.051 seconds