prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
229 stars 127 forks source link

Footer does not expand on iphone #37

Closed johanlantz closed 5 years ago

johanlantz commented 5 years ago

On iPhone the small arrows to the right in the footer:

screenshot 2019-02-02 at 18 11 31

does not expand. It works works in other browsers and also on Android but not in iOS. Nothing happens when clicking the arrow so the footer menu options does not display.

SuperArnaud commented 5 years ago

I think your picture is not related to the bug. To fix it: classic-rocket\modules\ps_linklist\views\templates\hook\linkblock.tpl Set a <a href="#footer_submenu{$_expand_id}" instead of a

block.

Same fix for all div which has data-toggle="collapse" (eg. facets)

prestarocket commented 5 years ago

Maybe button will be better