Mobile menu on one-page template

Home Forums Porto – Responsive HTML5 Template Mobile menu on one-page template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045677
    videoimmaginesrl
    Participant

    Hi, first of all, thank you for your work, this template is really useful!

    I’m trying to figure out how to make the mobile menu of the one page demo work on mobile.

    I’m using the One Page Demo as a base https://www.okler.net/previews/porto/9.9.3/index-one-page.html

    At the moment, the mobile menu does not follow the page when scrolling down (does not stay at the top), which makes navigating around the website a little difficult (you have to scroll back to the top to get to the menu).
    Also, the “back to top” arrow doesn’t show up on the mobile version.

    Can you help me implement the mobile menu and “back to top” arrow?
    Many thanks!



    Template Version: https://www.okler.net/previews/porto/9.9.3/index-one-page.html
    #10045678
    Support
    Keymaster

    Hello, thanks for your purchase.

    1) You need to change the option “stickyEnableOnMobile” in the HTML to “true”

    2) To make the “back to top” button to work in mobile only, add this:

    (css/custom.css)

    @media (max-width: 991px) {
    	html .scroll-to-top.hidden-mobile {
    		display: block !important;
    	}
    }

    Best Regards.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.