Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
SEO PRO Itemid + Parked domain = error?
« previous
next »
Print
Pages: [
1
]
Author
Topic: SEO PRO Itemid + Parked domain = error? (Read 4606 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
SEO PRO Itemid + Parked domain = error?
«
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.
Logged
Rent a Site
|
Lelevose
datahell
Elxis Team
Hero Member
Posts: 10356
Re: SEO PRO Itemid + Parked domain = error?
«
Reply #1 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?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: SEO PRO Itemid + Parked domain = error?
«
Reply #2 on:
September 17, 2009, 00:30:45 »
Done it. But no - it does not solve the problem.
Logged
Rent a Site
|
Lelevose
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
SEO PRO Itemid + Parked domain = error?