Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Bug Reports
  3. scroll position after clicking project thumbnail grid category filter

scroll position after clicking project thumbnail grid category filter

Scheduled Pinned Locked Moved Bug Reports
3 Posts 2 Posters 49 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    spiralglue
    wrote on last edited by
    #1

    hello,

    i'm not sure if this is a bug or the current functionality. when clicking on a category in the filter bar in a project thumbnail grid, is there any way to make the page scroll up to the top? when clicking on a filter option at the bottom of the page, the newly filtered results load, the page is smaller due to this, and the user if stuck at the very bottom [desktop view recommended to see this, the mobile is still in progress of being built] link

    1 Reply Last reply
    0
    • arminunruhA Offline
      arminunruhA Offline
      arminunruh
      Global Moderator
      wrote on last edited by
      #2

      wow, amazing website!
      i see

      so the filter bar usually is not fixed and at the bottom. usually its at the top! this is some custom css you used for fix this at the bottom.

      so usually you wouldn't need the scroll to top!
      you can put this in lay options → custom <head> content:

      <script>
      jQuery(document).on("click", ".lay-thumbnailgrid-filter>*", function(event) {
      window.scrollTo({
          top: 0,
          behavior: 'smooth'
      })
      });
      </script>
      
      S 1 Reply Last reply
      0
      • arminunruhA arminunruh

        wow, amazing website!
        i see

        so the filter bar usually is not fixed and at the bottom. usually its at the top! this is some custom css you used for fix this at the bottom.

        so usually you wouldn't need the scroll to top!
        you can put this in lay options → custom <head> content:

        <script>
        jQuery(document).on("click", ".lay-thumbnailgrid-filter>*", function(event) {
        window.scrollTo({
            top: 0,
            behavior: 'smooth'
        })
        });
        </script>
        
        S Offline
        S Offline
        spiralglue
        wrote on last edited by
        #3

        @arminunruh ahhh yes i did not think about the default position for the filter being static at the top, that would explain why this function isn't included! lol my apologies, thank you for taking the time to look and for the script recommendation! i'm super excited about this one :)

        1 Reply Last reply
        1
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        I also code custom websites or custom Lay features.
        šŸ’æ Email me here: šŸ’æ
        info@laytheme.com

        Before you post:
        1. When using a WordPress Cache plugin, disable it or clear your cache.
        2. Update Lay Theme and all Lay Theme Addons
        3. Disable all Plugins
        4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

        This often solves issues you might run into

        When you post:
        1. Post a link to where the problem is
        2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
        3. If the problem is difficult to explain, post screenshots / link to a video to explain it
        Online Users
        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
        laytheme.com
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Recent
        • Tags
        • Popular
        • Users
        • Search