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

S

simonnelli

@simonnelli
About
Posts
22
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    Thanks, tested vh, shv, lvh and dvh. dvh still works best and only breaks when manually revealing the menu bar. Works as intended when the menubar is hidden or revealed by scrolling.

    General Discussion

  • PRAIse
    S simonnelli

    Just wanted to congratulate and thank Armin and his team for their hard work.

    I've never came across a better maintained, documented and supported theme than this.
    The possibilities are endless with the theme, the help documents are very well written and easily discoverable. Even when doing custom solutions to a site, Armin and his team is willing to help for free on this forum even after YEARS of purchasing the theme.

    I'm genuinely impressed and will keep to recommend your theme to friends and colleagues!

    Simon

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli
    .fp-section, .fp-slide, .fp-tableCell{
    height: 100dvh!important;
    }
    .row._100vh, .row._100vh.empty, .fp-section, .fp-slide, .fp-tableCell, .row._100vh .row-inner, .row._100vh .column-wrap, .row._100vh.empty .row-inner, .row._100vh.empty .column-wrap, ._100vh, .fullpage-wrapper{
    min-height: 100dvh!important;
    }
    

    I've set it to this, works most of the time as i'd wish. Only when revealing the menubar again, the image is shifted upwards (showing white margin on bottom) and cropped at the top. I can live with it, but if you have a hint on how to improve it I'd be happy to test :)

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    @arminunruh said in Fullscreen slider Dynamic viewport iPad:

    can you try this css please:

    .fp-section, .fp-slide, .fp-tableCell{
    height: 100svh!important;
    }
    

    i just realized i set all browser height containers to 100svh, but this is the only one that is set to 100lvh

    Tried 100svh (see above), then 100dvh: works best. Only revealing the menubar in scrolled view (no menubar) doesn’t resize the images correctly. This could be improved, but I can live with it.

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    Looks correct with menubar:

    76a317c4-a25d-49a5-bc20-ae0ff3e30fdb-image.jpeg

    Actual site: https://simonnelli.com

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    Verified on actual device. Now it behaves the other way round: looks correct unscrolled (with menubar), scrolled (without menubar) the images are cut off on top.

    f5fe96b7-8308-4c9a-bd3d-7ea060e4df34-image.jpeg

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    @arminunruh

    @arminunruh said in Fullscreen slider Dynamic viewport iPad:

    can you try this css please:

    .fp-section, .fp-slide, .fp-tableCell{
    height: 100svh!important;
    }
    

    i just realized i set all browser height containers to 100svh, but this is the only one that is set to 100lvh

    This seems to fix it thanks! I was only able to verify it on iPad Simulator (Xcode) as I left my iPad at the office and won't have access to it for few days.

    Will check on the actual device when I get to the office, but will leave the custom css live so you can check? Will you implement this fix in an update of the theme?

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    When scrolled it looks correct:

    IMG_0379.jpeg

    General Discussion

  • Fullscreen slider Dynamic viewport iPad
    S simonnelli

    I’m having issues with the dynamic viewport on Safari on iPad:

    When using full screen slider in full browser height the images are only shown without border (as intended) when the site was scrolled before and parts of the safari menubars are hidden

    I tried to set

    .fp-tableCell {
        height: 100dvh;
    }
    

    But this doesn’t seem to work..any ideas?

    https://simonnelli.com

    IMG_0377.jpeg

    General Discussion

  • "set image" button for Custom Mouse Cursor not working in fullscreen slider settings
    S simonnelli

    switched to english --> works :)
    switched back to german --> doesn't work

    Bug Reports

  • Thumbnails not showing in layers menu
    S simonnelli

    done, thanks!

    Bug Reports

  • "set image" button for Custom Mouse Cursor not working in fullscreen slider settings
    S simonnelli

    I have this issue too!

    Bug Reports

  • Thumbnails not showing in layers menu
    S simonnelli

    I notices that the thumbnails do not show up in the layers menu on my install. The menu works still fine, it's just less convenient that seeing what layer is selected :)

    CleanShot 2024-12-16 at 14.47.22@2x.png

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    @arminunruh Thanks, sent the info by mail!

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    @arminunruh could you take a look? Thanks!

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    Seems like this is related to the menu item. When building the site menu with "pages" this bug occur. When linking to the site with an individual link, the bug doesn't occur.

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    /sif/ isn't the permalink but the root of the site (as long as i'm still building the site, afterwards it will be moved to the web root / )

    Redid a second page with project thumbnail grid. The same effect happens.

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    Hello Armin

    Thanks for getting back to me so quickly.

    I checked both points, but none is the case.

    Bug Reports

  • Always Sort by Date only on second load
    S simonnelli

    When using the new option Always Sort by Date in Project Thumbnail Grid it doesn't work when visiting the page my selecting it in the menu. On reload or direct visit by deeplink it works.

    Example: visit https://simonnelli.com/sif, then click Archiv. Reload the page and look at the thumbs changing sorting

    Bug Reports

  • Retina SVG Cursors with mix-blend-mode
    S simonnelli

    When using the SVG Cursors in Fullscreen Slider they get rendered blurry on retina Screens in Safari (Firefox and Chrome work fine).

    I've found a website based on Lay theme which found a smart way to use a SVG cursor that renders sharp in Safari and works with mix blend mode.

    https://www.polytechnic.works/

    Can somebody help on how to implement this? I'd like to use it with left/right arrows in Fullscreen slider Addon :)

    General Discussion
  • Login

  • Don't have an account? Register

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