Jump to content

CMSBlock Issue


Recommended Posts

Getting a strange problem when modifying the module: CMS Block.

 

If I modify the footer details (e.g. select to display a page), then click 'SAVE' the screen goes blank and the changes are not saved. The server command issues the request but the page just goes blank.

Link to comment
Share on other sites

I did not used 1.5 ever and I am not sure if CMS page can display some css class for active navigation in "a" element. For example

 

<ul class="cms" id="cms">
   <li  id="menu0" class="parent"><a href="#" class="active">About Us</a>
	 <ul>
		 <li id="menu00"><a href="#">Cat1</a> </li>
		  <li id="menu01"><a href="#">Cat2</a> </li>
    </ul>
 </li>
   <li  id="menu1"><a href="#">Services</a></li>
</ul>

These above is only example what we want to have css and id management on cms block. In 1.4.7.x it does not shows any class if particular navigation is activated. Please do not care this post it prestashop 1.5 has already done these stuff.

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...