Back to top button on mobile site - by Gartenbrunnen

This topic has 12 replies, 3 voices, and was last updated 7 years, 7 months ago ago by Eva Kemp

  • Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    August 19, 2016 at 10:30

    Hello!

    Is there a possibility to add an back to top button to the idstore theme also on the mobile site?

    This would be awesome! Thanks!

    Kind regards
    Malte

    11 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 19, 2016 at 11:09

    Hello,

    Unfortunately there is no such option for mobile. Sorry.

    Best regards,
    Jack Richardson.

    Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    September 1, 2016 at 12:29

    Oh okay!

    Will there be an option in the future? Or is there a custom way to include the back to top button for the mobile page?

    Next question: After updating the theme to 4.2 the search box is gone in the header in the mobile version. Why?

    Thanksin advance!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2016 at 12:59

    Hello,

    1. Try to use this code in custom.css file:

    @media (max-width: 979px) {#back-to-top {
        display: block !important;
    }}

    2. Please add this code in custom.css file:

    @media (max-width: 979px) {#searchform .button, .visible-desktop {
        display: block !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    September 1, 2016 at 14:48

    Hello Eva!

    Thanks for your very quick answer!

    I’ve tried it – unfortunatelly both without a solution.

    Mobile Top Search

    Mobile Back To Top

    Mobile Back To Top

    Thanks again!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2016 at 14:54

    Hello,

    This is because closing } is missing in your first code.
    Correct it.

    Regards,
    Eva Kemp.

    Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    September 1, 2016 at 15:45

    Oh well 🙂 – thanks!

    Works now. Only the burger menu is doing strange things when scrolling down. Isn’t clickable when scrolling down. Please check on our site (private content).

    Thanks so much!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2016 at 15:55

    Hello,

    Please provide FTP and WP Dashboard credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    September 1, 2016 at 19:36

    Thanks – please take a look at the private content.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 2, 2016 at 10:22

    Hello,

    We recommend you to hide mobile menu on fixed header as by default fixed header is hidden for mobile view.
    You can do this with code in custom.css file:

    @media (max-width: 979px) {.fixed-header-area .et-menu-title {
        display: none;
    }}

    Regards,
    Eva Kemp.

    Avatar: Gartenbrunnen
    Gartenbrunnen
    Participant
    September 2, 2016 at 11:14

    Hello Eva!

    Thanks. I’ve added the code to custom.css – the burger menu is gone, but there is still the “.fixed-header-area”. Tho Logo is still visible when scrolling down.

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 2, 2016 at 12:42

    Hello,

    If you want to hide fixed header on mobile use this css code:

    @media (max-width: 979px) {.fixed-header-area {
        display: none !important;
    }}

    Regards,
    Eva Kemp.

  • Viewing 12 results - 1 through 12 (of 12 total)

The issue related to '‘Back to top button on mobile site’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.