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

F

frittata_studio

@frittata_studio
About
Posts
24
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • scroll Overflow on mobile is not working
    F frittata_studio

    Hello guys,

    quick question, I am trying to prevent the bounce when the end of the page has been reached.

    I have added this is custom css:

    html {
        background-color: #FF8200;
        scroll-behavior: smooth;
        overflow: hidden;
        height: 100%;
    }
    body {
        -webkit-font-smoothing: antialiased;
        overflow: auto;
        height: 100%;
    }
    

    and it seems to works fine on desktop, but if I keep the same code for mobile as well, it does not seems to work in the same way as per desktop.

    It basically remove the option to refresh the page when user will scroll up and also keep the bounce effect.

    Do you have any idea how I can remove it for mobile as well?

    Thank you so much

    https://frittatastudio.co.uk/

    General Discussion

  • Carousel caption bug on mobile
    F frittata_studio

    @arminunruh Thanks for the update, appreciated

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio

    Do you guys know why it does that just for the mobile?

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio

    @frittata_studio up

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio

    @arminunruh sorry, here the link: https://frittatastudio.co.uk/projects/

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio

    Hello,

    I have applied
    mix-blend-mode: difference;
    to this:
    .lay-carousel-wrap.sink-ontop .lay-carousel-sink-parent

    it seems to work on desktop, but when I switch to mobile it loads just the first two captions and then the copy reverts to white.

    Any idea why?

    Thanks!

    Bug Reports

  • show image on text hover
    F frittata_studio

    @alasdair17 :'''')

    General Discussion

  • show image on text hover
    F frittata_studio

    Basically this is the idea behind it:

    http://jsfiddle.net/JVDFc/

    General Discussion

  • show image on text hover
    F frittata_studio

    Hello guys,

    I have tried using the code released in the forum, but they do not seems to work.

    Basically I would like to hover on a text and show an image.
    I have followed a guide here in the forum and it seems to work in way, when I click (or I hover) it appears a search functionality (?) not sure where it comes from.

    So not sure if there is an updated way to achieve this result.

    Thank you so much

    General Discussion

  • full width space in navbar / menu and evenly distribute menu items to fill out whole navbar
    F frittata_studio

    Fixed!

    In case someone needs it:

    nav.primary{
        width: 97.5vw;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap
    }
    
    nav.primary ul{
        display: flex;
        justify-content: space-between;
        flex: 1;
    }
    
    General Discussion

  • Toggle for language
    F frittata_studio

    Hello guys,

    someone could help me design a toggle to switch between the languages please?

    Something like this
    Screenshot 2023-04-19 at 14.41.34.png

    Need Custom Coding for Lay Theme? Find 3rd Party Developers here.

  • full width space in navbar / menu and evenly distribute menu items to fill out whole navbar
    F frittata_studio

    @arminunruh sorry Armin, quick question

    I edited the code in this way in the end:

    nav.primary{
        width: 95%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    
    nav.primary li{
        display: block;
        padding-right: 9vw;
        padding-left: 9vw;
    }
    

    But there is still something strange in that, basically, I would like to have the first text aligned to the margin left and the last voice in the menu should be aligned at the margin right.

    If you look the navbar at this moment, they are all evenly spaced but they are all centered.

    Screenshot 2023-04-19 at 11.12.29.png
    Screenshot 2023-04-19 at 11.12.03.png

    There is a way to update it?

    Thanks!

    General Discussion

  • prevent horizontal scroll on mobile (overflow-x: hidden)
    F frittata_studio

    I found a solution, I had to remove the overflow on the navbar

    General Discussion

  • safari and chrome row height different
    F frittata_studio

    Hei guys,

    do you know why on Safari the carousel, which is set to 100vh, does not reach the full height of the browser? In chrome it seems to work correctly.

    I show you the two screenshots (bottom of the screen)

    Chrome
    Screenshot 2023-04-19 at 10.54.08.png
    Safari
    Screenshot 2023-04-19 at 10.54.02.png

    Bug Reports

  • prevent horizontal scroll on mobile (overflow-x: hidden)
    F frittata_studio

    Hello guys,

    Just a quick question, I am trying to prevent the mobile version to move horizontally on the browser.

    Adding the overflow-x: hidden; in the html works only for desktop.

    Do you guys know how to do it for mobile as well?

    Thank you so much

    General Discussion

  • full width space in navbar / menu and evenly distribute menu items to fill out whole navbar
    F frittata_studio

    @arminunruh Fantastic, thank you so much for your help

    General Discussion

  • full width space in navbar / menu and evenly distribute menu items to fill out whole navbar
    F frittata_studio

    @arminunruh not sure if this is correct, but doing the code in this way it does the job:

    nav.primary{
    width: 100%;
    display: flex;
    }
    
    nav.primary li{
    width: 32vw;
    display: flex;
    justify-content: space-between;
    }
    

    What do you think?

    General Discussion

  • full width space in navbar / menu and evenly distribute menu items to fill out whole navbar
    F frittata_studio

    Hi @arminunruh

    thank you for that, I tried it and it does not seem to work, I show what I got: Screenshot 2023-04-07 at 11.59.25.png

    General Discussion
  • Login

  • Don't have an account? Register

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