kajih Posted June 19, 2013 Share Posted June 19, 2013 Zdravím, mám takový specifický problém - en verze shopu funguje jak ma -> http://www.zni.cz/martin/en/ , česká http://www.zni.cz/martin/cs/ je rozhozená a vyžaduje zapnutí compatibility view (potom se web vizuálně spraví), nicméně zdrojový kód stránky je pořád značně pocuchaný - v cs verzi chybí DOCTYPE, podmínky pro IE jsou přesunuty do "body", stejně tak celý obsah hlavičky, ta je v cs verzi prázdná.. Evidentně to bude jen nějaká malichernost, neuzavřený tag, překlep, ale nejsem programátor a nějak s tím nemohu hnout, přemazal jsem již snad všechny css i všechny soubory v templatech verzí presty, kterou jsem našel na netu, a stále nic.. Díky za každou radu, která mě alespoň posune dál.. En kód: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="en"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="en"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="en"> <![endif]--> <!--[if gt IE 8]><html class="no-js ie9" lang="en"> <![endif]--> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title> … </title><meta content="Shop powered by PrestaShop" name="description"></meta><meta content="shop, prestashop" name="keywords"></meta><meta content="application/xhtml+xml; charset=utf-8" http-equiv="Content-Type"></meta><meta content="en-cs" http-equiv="content-language"></meta><meta content="PrestaShop" name="generator"></meta><meta content="index,follow" name="robots"></meta><link href="/martin/img/favicon.ico?1367499470" type="image/vnd.microsoft.icon" rel="icon"></link><link href="/martin/img/favicon.ico?1367499470" type="image/x-icon" rel="shortcut icon"></link><script type="text/javascript"> … </script><link media="all" type="text/css" rel="stylesheet" href="http://www.zni.cz/martin/themes/default/cache/81cb0703cbe8d07bc0f5c4c3f10bbb5b_all.css"></link><script type="text/javascript" src="http://www.zni.cz/martin/themes/default/cache/becb329b93b4aa4e5adc1654d490329d.js"></script><script type="text/javascript"> … </script><link href="http://www.zni.cz/martin/modules/feeder/rss.php?id_category=0&orderby=position&orderway=asc" title="Čokoládový dům" type="application/rss+xml" rel="alternate"></link><script type="text/javascript"> … </script></head><body id="index" class=" "><div id="page" class="container_9 clearfix"><div id="header" class="grid_9 alpha omega"> … </div><div id="columns" class="grid_9 alpha omega clearfix"> … </div><div id="footer" class="grid_9 alpha omega clearfix"> … </div></div></body></html> CS kód: <html xml:lang="cs" xmlns="http://www.w3.org/1999/xhtml"><head></head><body id="index" class=" "> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="cs"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="cs"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="cs"> <![endif]--> <!--[if gt IE 8]><html class="no-js ie9" lang="cs"> <![endif]--> <title> … </title><meta content="Shop powered by PrestaShop" name="description"></meta><meta content="shop, prestashop" name="keywords"></meta><meta content="application/xhtml+xml; charset=utf-8" http-equiv="Content-Type"></meta><meta content="en-cs" http-equiv="content-language"></meta><meta content="PrestaShop" name="generator"></meta><meta content="index,follow" name="robots"></meta><link href="/martin/img/favicon.ico?1367499470" type="image/vnd.microsoft.icon" rel="icon"></link><link href="/martin/img/favicon.ico?1367499470" type="image/x-icon" rel="shortcut icon"></link><script type="text/javascript"> … </script><link media="all" type="text/css" rel="stylesheet" href="http://www.zni.cz/martin/themes/default/cache/81cb0703cbe8d07bc0f5c4c3f10bbb5b_all.css"></link><script type="text/javascript" src="http://www.zni.cz/martin/themes/default/cache/becb329b93b4aa4e5adc1654d490329d.js"></script><script type="text/javascript"> … </script><link href="http://www.zni.cz/martin/modules/feeder/rss.php?id_category=0&orderby=position&orderway=asc" title="Čokoládový dům" type="application/rss+xml" rel="alternate"></link><script type="text/javascript"> … </script><div id="page" class="container_9 clearfix"> … </div></body></html> -- Prestashop 1.5.4.1 (testováno) IE 9 i 10 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now