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

H

Hans Pelle

@Hans Pelle
About
Posts
36
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Carousel numbers alignment
    H Hans Pelle

    Okay, I resolved part of my question myself :-) Seems like the load thing with the carousel captions is caused by specific "Transitions when Navigating" settings. When using "Up" under Revealing Transition captions load wired but using "Fade" works fine.
    Stil can't figure out how to align the numbers... :)

    General Discussion

  • Carousel numbers alignment
    H Hans Pelle

    Hi

    I'm using the carousel and im trying to align numbers to bottom of viewport and last line of my captions. Can't get it to work

    Heres a link:
    http://hanspellejart.dk/space-10-pop-up-event-copy/

    i tried using this:

    .captions-and-numbers-not-same-position .sink-with-numbers-and-captions .lay-carousel-sink .numbers {
        position: fixed !important;
        bottom: 16px !important;
    }
    

    Also numbers are disappearing when scaling my browser window? And when loading the page seems like captions load in the "original" place and then jumps down to the fixed position where i placed the captions with css overwrite. Is there anything to about this?

    Thanks
    Hans [link text](link url)

    General Discussion

  • Project index - Truncate
    H Hans Pelle

    Hi again

    Made it work - it was just a matter of adding !important to white-space: normal;

    Thank you, and happy new year!

    General Discussion

  • Project index - Truncate
    H Hans Pelle

    Hi @arminunruh

    Thank you for your answer
    That css snippet gives the rows with overflow a scrollbar. You have any other suggestions :)?

    Best,
    Hans

    General Discussion

  • Project index - Truncate
    H Hans Pelle

    Hi,

    Just updated to latest Lay theme now the shared css is not working anymore...?

    https://schonningjart.dk/

    Best,
    Hans

    General Discussion

  • Project index - Truncate
    H Hans Pelle

    Hi Armin,

    Yes, it works! Thank you so much!

    Best,
    Hans

    General Discussion

  • Project index - Truncate
    H Hans Pelle

    Hi,

    When using "project index" Lay Theme automatically truncate sentences if they are too long.
    Here is an example:
    https://schonningjart.dk/forside-test/
    Lay Theme cuts sentences when below 1660 px vw. Is there a way to change this? So instead of truncated sentences it's just two lines or how many needed?

    Best,
    Hans

    General Discussion

  • Customized Project Thumbnail Grid
    H Hans Pelle

    Hi Armin

    Thank you for your reply :)
    Okay I'll try that.

    Thanks
    Hans

    General Discussion

  • Customized Project Thumbnail Grid
    H Hans Pelle

    SJ-design-01.jpg
    Hi

    I would like to achieve same layout as attached image demonstrates :)
    I can easily do this layout layout by just manually placing Project Thumbnail's one by one but then i'm not able to use the filtering? Or can I add a Thumbnail Grid Filter outside a Thumbnail Grid?
    I can get the filtering by using the Thumbnail Grid but then I guess I need to do some custom CSS to get the layout I want? Or is there a work around?

    Regards,
    Hans

    General Discussion

  • scroll-behavior: smooth;
    H Hans Pelle

    @Richard

    I just updated laytheme, now everything works. Som maybe a bug from older version of laytheme.

    Best
    Hans

    General Discussion

  • Anchor links mobil
    H Hans Pelle

    @Richard

    I just updated laytheme, now everything works. Som maybe a bug from older version of laytheme.

    When you buy and download laytheme seems like you are getting a old version 3.7.1 ( i think) newest/current version is 4.1.0.

    Maybe download package should be updated :-)

    Best
    Hans

    General Discussion

  • Anchor links mobil
    H Hans Pelle

    Hi Richard

    thank you for your answer (again)

    Anchor links does not working when removing all the code related to smooth scrolling, so to me it seems like two problems not related? But i guess you know that better than me :-) ?

    Best,
    Hans

    General Discussion

  • scroll-behavior: smooth;
    H Hans Pelle

    Hi Richard

    Thank you for your answer :-)

    When adding the JS from the post you linked to then "scroll to top" stops working...

    Would it help to disable the code used for the "scroll to top" and then only use html {scroll-behavior: smooth;} ?

    Best,
    Hans

    General Discussion

  • scroll-behavior: smooth;
    H Hans Pelle

    Hi
    i'm working on this site http://nytforumforskrift.dk/forside. I'm using for my anchor links

    html {
       scroll-behavior: smooth;
    }
    

    seems like this code is interfering with the how the intergrated "scroll to top" works? when using scroll-behavior: smooth; "scroll to top" does not work very smooth. Is there a work around this?

    Best,
    Hans

    General Discussion

  • Anchor links mobil
    H Hans Pelle

    Hi

    i'm working on this site http://nytforumforskrift.dk/forside. My anchor links does not work on mobil?

    I tried to remove all my custom code but it's still not working ?

    Best,
    Hans

    General Discussion

  • Text alignment
    H Hans Pelle

    Hi Richard & Armin

    No worries :-)
    It's working after the update. Thank you so much for the help and thank you for Laytheme.

    Best,
    Hans

    Bug Reports

  • Text alignment
    H Hans Pelle

    Hi

    I am working on this site: https://test.schonningjart.dk/information-2-2/

    I keep having issues with editing text and the placement of the text. When i move my text in the gridder and update it's not placed correctly. Look at attached screenshots.

    When i inspect this seems to be the problem?

    @media
    code_text (min-width: 601px)
    #grid .push-4:first-child 
    {margin-left: 33.566666666667px; }
    
    

    placement of text editor.png

    placement of text live 01.png

    Also text is sometimes cropped wired?

    Screenshot 2021-11-15 at 19.08.03.png

    I tried to remove all my custom css and deactivate all plugins, but text still acts the same.

    Best,
    Hans

    Bug Reports

  • Carousel image alignment
    H Hans Pelle

    Hi

    Working on this site: https://test.schonningjart.dk/
    Is there a way to left-align all images in the carousel?
    I want all images to start 16 px from the edge of the left side of the viewport

    I tried with:

    .lay-carousel-slide{
        transform: translateX();
    }
    

    That does not work, can you help me?

    Best,
    Hans

    General Discussion

  • Intro - Reappearing every time you go back to frontpage
    H Hans Pelle

    šŸ™šŸ™šŸ™šŸ™

    That worked
    Thanks!!

    General Discussion
  • Login

  • Don't have an account? Register

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