agileminds Posted May 1, 2012 Share Posted May 1, 2012 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 More sharing options...
30ml Posted May 1, 2012 Share Posted May 1, 2012 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 More sharing options...
clampon Posted June 11, 2012 Share Posted June 11, 2012 Agileminds, I have the same problem. Could you eventually solve it? Link to comment Share on other sites More sharing options...
Recommended Posts