Jump to content

Problem z arkuszami css (cache?) - Bootrsap theme 1.6


Recommended Posts

Mam problem z arkuszami styli w defaultowym szablonie presta 1.6

 

A mianowicie: nie widać zmian (w plikach css), które wprowadziłem.

Mam włączona kompilację szablonów, cache wyłączony.

 

Generalnie sprawa wygląda tak, że po wyczyszczeniu cache (przyciskiem w adminie) czasem widzę zmiany od razu, a innym razem dopiero po jakimś czasie.

 

We wcześniejszych wersjach sklepu takich problemów nie miałem :/

 

 

Link to comment
Share on other sites

jeżeli masz te opcje wyłączone (cache i ccc) i kompilację włączoną - znaczy, że problem jest poza prestashop,

najprawdopodobniej serwer z którego korzystasz posiada jakiś wewnętrzny cache.

 

dodatkowo, problem możę być też związany z przeglądarką, która pamięta stare pliki. po wprowadzeniu zmian w css, spóbuj odświeżyć stronę z czyszczeniem cache, tj ctrl+f5

Link to comment
Share on other sites

  • 3 weeks later...

happens to me as well when compiling cache misses me the script and css, and put it manually in the header and also works well 

<head><link href="{$content_dir}themes/default-bootstrap/css/modules/blocktopmenu/css/menu.css" rel="stylesheet" type="text/css">
<link href="{$content_dir}themes/default-bootstrap/css/modules/blocktopmenu/css/menu_superior.css" rel="stylesheet" type="text/css">
<link href="{$content_dir}themes/default-bootstrap/css//modules/blocktopmenu/css/superfish-modified.css" rel="stylesheet" type="text/css">
<script src="{$content_dir}/modules/blocktopmenu/js/hoverIntent.js"></script>
<script src="{$content_dir}modules/blocktopmenu/js/superfish-modified.js"></script></head>

is not the server is ready for prestashop on localhost also fails

in blocktopmenu.php

$this->context->controller->addJS($this->_path.'js/hoverIntent.js');
		$this->context->controller->addJS($this->_path.'js/superfish-modified.js');
		$this->context->controller->addCSS($this->_path.'css/superfish-modified.css');
				$this->context->controller->addCSS($this->_path.'css/menu_superior.css');
				$this->context->controller->addCSS($this->_path.'css/menu.css');

post-319618-0-83251200-1402413584_thumb.jpg

Edited by Ron morales (see edit history)
Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...