rosmos123 Posted June 4, 2014 Share Posted June 4, 2014 hi everybody i want some help i added a splach page to choose language first but the error in title appear when i try sign in a new acount my website http://www.lesepicesenligne.com/ Link to comment Share on other sites More sharing options...
vekia Posted June 4, 2014 Share Posted June 4, 2014 each ajax query returns: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> <img src="splach.png" alt="" width="1531" height="643" usemap="#Map"/> <map name="Map" style="text-align: center"> <area shape="rect" coords="263,215,465,371" href="http://lesepicesenligne.com/fr/"> <area shape="rect" coords="669,220,870,366" href="http://lesepicesenligne.com/es/"> <area shape="rect" coords="1071,221,1276,370" href="http://lesepicesenligne.com/en/"> </map> </body> </html> remove this code because it causing problems. this is not right way to use code (feature) like that Link to comment Share on other sites More sharing options...
rosmos123 Posted June 4, 2014 Author Share Posted June 4, 2014 thank you but this code from a splach page named index.html the error gone if i disable freindly url or i dlet index.html Link to comment Share on other sites More sharing options...
vekia Posted June 4, 2014 Share Posted June 4, 2014 okay so the problem is related to index.html file prestashop when you hist "register" calling a "/" root dir with AJAX query, it just means that this ajax query calls index.html file insted of index.php Link to comment Share on other sites More sharing options...
rosmos123 Posted June 4, 2014 Author Share Posted June 4, 2014 ok what can i do now i want creat a splach page to choose langauge first Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2014 Share Posted June 5, 2014 if i were you i will use some modal popup window modules to display popup when someone will enter to your website. Several of modules available here allow to display popup only for first page view. Link to comment Share on other sites More sharing options...
rosmos123 Posted June 5, 2014 Author Share Posted June 5, 2014 if i were you i will use some modal popup window modules to display popup when someone will enter to your website. Several of modules available here allow to display popup only for first page view. there are free module ? Link to comment Share on other sites More sharing options...
Recommended Posts