benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 206 forks source link

Top anchor modification #875

Open Ivo72 opened 4 years ago

Ivo72 commented 4 years ago

Hi,

The top anchor is allways redirecting to the main page / top page of a TYPO3 installation.

I would suggest to adapt ScrollTop.html as follows (including the page link):

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
  <f:link.page class="scroll-top" title="{f:translate(key: 'scrolltop', extensionName: 'bootstrap_package')}" section="top">
    <span class="scroll-top-icon"></span>
  </f:link.page>
</html>

Like that, you get a smooth scroll to the current page.

Best regards and thank you for your great work!

gilbertsoft commented 4 years ago

Thanks for your suggestion, will check this...