Elxis CMS Forum

Support => General => Topic started by: rentasite on September 16, 2009, 12:49:55

Title: SEO PRO Itemid + Parked domain = error?
Post by: rentasite on September 16, 2009, 12:49:55

Lately i realised something not working correct. And today i found out why.

My main domain is rentasite.co.gr and i have Parked rentasite.gr on top of it. If you visit the site using the parked url www.rentasite.gr and try to click on any item from the Left top module (my main menu) it goes nowhere. Nothing from there is clickable.

Today i found out that for this dysfunction, responsible is the SEO PRO Itemid preload in the menu module's parameters. If you it's set to YES it produces the above problem. If set to NO, everything is working well.

Is this a bug or something normal ?

I will leave it for one more day as it is, so anyone can see what i mean.
Title: Re: SEO PRO Itemid + Parked domain = error?
Post by: datahell on September 16, 2009, 14:59:31
 If you disable javascript you will notice that it is working properly.
Itemid preload uses AJAX to preload the clicked menu item id. As the site URLof the parked domain is not the same as the standard use the AJAX request never gets completed.
Try this:

Open includes/js/elxis.js
Go at the end of the file (line 626)
Change this:
   isynajax.requestFile = 'includes/setsyn.php';
To this:
   isynajax.requestFile = 'http://www.rentasite.co.gr/includes/setsyn.php';

Did the problem solved?
Title: Re: SEO PRO Itemid + Parked domain = error?
Post by: rentasite on September 17, 2009, 00:30:45

Done it. But no - it does not solve the problem.