Hostianer scroll to top module not working.

Hello community, :shopware: I tried this tutorial https://blog.hostianer.de/shopware-scro … op-button/ have done all the steps correctly (controlled as well) Created all.less in mytheme/frontend/_public/src/less Created scroll.less in mytheme/frontend/_public/src/less/_modules index.tpl added line in mytheme/frontend/index/ Created scroll.js inmytheme/frontend/_public/src/js For some reason its not showing the button. :frowning: Best regards. :thumbup:

Did you included the scroll.less in your all.less? Also did you included the js file in your theme.php ? Make also sure to re compile your theme.

Das klappt bei mir leider auch nicht. Der Button wird einfach nicht angezeigt. Der soll ja schon vor dem js-file-Einbau zumindest zu sehen sein. Ist er aber leider nicht…

[quote=“Tanny”]Das klappt bei mir leider auch nicht. Der Button wird einfach nicht angezeigt. Der soll ja schon vor dem js-file-Einbau zumindest zu sehen sein. Ist er aber leider nicht…[/quote] Bei mir hat es ohne Probleme 1zu1 nach dem Tutorial funktioniert. Can you show me your site also @Tanny so i can have a look? Does the “a” appears in the html sourcecode? You may try to extend the block {block name=‘frontend_index_after_body’} instead of {block name=“frontend_index_page_wrap”}

@useg But in shopware 5.1 you should have this block: https://github.com/shopware/shopware/bl … ex.tpl#L18

[quote=„kayyy“]@useg But in shopware 5.1 you should have this block: https://github.com/shopware/shopware/bl … ex.tpl#L18[/quote] Hallo Kayyy, sind wir hier nicht im deutschen Forum. :sunglasses: Bei den Update von Shopware 4 auf 5.1.1 ist der Block definitiv nicht vorhanden. Ich habe jetzt mal das Installationspaket für Shopware 5.1 heruntergeladen und auch da gibt es kein Block „frontend_index_page_wrap“ in der „themes/Frontend/Bare/frontend/index/index.tpl“ Ich denke dieser wird erst mit Shopware 5.1.2 eingefügt.

@useg Tatsache … da habe ich das wohl vepennt. Steht auch in der Update.md, dass der Block erst mit 5.1.2 eingeführt wird: [quote]Added new Smarty blocks to the index/index.tpl file frontend_index_body_classes frontend_index_page_wrap frontend_index_header_navigation frontend_index_container_ajax_cart frontend_index_content_main[/quote]

I testify that my problem is solved and i thank you for communicating in English. Best regards. :thumbup:

Zuerst mal Danke für den “Button” :wink: Ich habe die less von Uwe genommen, soweit passt es :slight_smile: Aber: Z.B. im Listing verschwindet der Button bei “Zuletzt gesehen” hinter den Bildern. “.cd-top” könnte hier noch einen hohen z-index gebrauchen - ich habe mal 9999 genommen.

1 „Gefällt mir“

@sonic Danke für den Hinweis. Dann passe ich den Artikel mal an :slight_smile: