Announcement

Collapse
No announcement yet.

Back to Top - Missing on Mobile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Back to Top - Missing on Mobile

    I have searched this forum and on the web, and I am unable to find a solution to make the Back to Top icon display when viewing our levels readytheme store on a mobile device. This seems like something that should happen with the base install; however, when I view the test page, http://levels-theme.mivamerchantdev.com/, I see that the icon does not display on my mobile view on this page either.

    Can someone please point me in the right direction to help me make this icon show up on the mobile view?

    Thank you,

    Scott Bryant

    #2
    Hi Scott,

    To change this functionality, you would need to remove or comment out the following section in your User Interface -> JavaScript Resources -> scripts file at about line 169:
    Code:
    if ($(window).innerWidth() < 768) {
        return;
    }
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Thanks so much for the quick solution Matt.

      Comment

      Working...
      X