dklemmt / contao_dk_mmenu

Implementation of mmenu as extension for Contao Open Source CMS
15 stars 16 forks source link

Anchor links are death #50

Closed Cleanerrr closed 4 years ago

Cleanerrr commented 4 years ago

Hi, I have navigation with anchors (one-page), and until responsive version, everything working normally. But the problem are mmenu items. I use followed way for anchor menu: -create a Contao page with external redirection to the main page and anchor link ({{link_url::2}}#anchor) -create an anchor for each item (#anchor) Usually this wan working normal, but now I have a problem with death links. Each anchor link not working anymore. I tried also with full path, without tags (example: https://github.com/#anchor), but in this case, anchor links working, but main links not working. Anybody any suggestion? Thank you

Cleanerrr commented 4 years ago

I solved the problem. Seems like problem with Contao core. I updated core packages, and now everything working.