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
    Jun 2, 2023, 2:34 PM

    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
    May 16, 2023, 4:51 PM

    @arminunruh Thanks for the update, appreciated

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio
    May 15, 2023, 1:57 PM

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

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio
    May 11, 2023, 11:50 AM

    @frittata_studio up

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio
    May 8, 2023, 1:56 PM

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

    Bug Reports

  • Carousel caption bug on mobile
    F frittata_studio
    May 5, 2023, 9:38 AM

    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
    May 4, 2023, 8:26 AM

    @alasdair17 :'''')

    General Discussion

  • show image on text hover
    F frittata_studio
    May 3, 2023, 3:40 PM

    Basically this is the idea behind it:

    http://jsfiddle.net/JVDFc/

    General Discussion

  • show image on text hover
    F frittata_studio
    May 3, 2023, 9:28 AM

    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
    Apr 19, 2023, 6:07 PM

    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
    Apr 19, 2023, 1:41 PM

    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
    Apr 19, 2023, 10:12 AM

    @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
    Apr 19, 2023, 10:06 AM

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

    General Discussion

  • safari and chrome row height different
    F frittata_studio
    Apr 19, 2023, 9:55 AM

    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
    Apr 17, 2023, 2:38 PM

    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
    Apr 12, 2023, 10:01 AM

    @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
    Apr 7, 2023, 11:08 AM

    @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
    Apr 7, 2023, 10:59 AM

    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

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
E
ericcodina
9 minutes ago
S
slartislart
14 minutes ago
S
sophes
24 minutes ago
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