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

G

giselach

@giselach
About
Posts
31
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CHANGE BACKGROUND PROPERTIES
    G giselach

    done! thanks!

    General Discussion

  • mobile version is not working
    G giselach

    it works now ! it had to do with the background image i guess.. but now it loads suuuper slow the desktop version

    Bug Reports

  • Extremely slow loading times of images & html5 videos
    G giselach

    Hello!!!

    my site is loading real slow ! i have evrything up to date and n external plugins. i hv custom css and html, and when i turn it off it seems to go faster, whatshouli do??

    https://chimaeren-verlag.de/

    thanks in advance!

    General Discussion

  • mobile version is not working
    G giselach

    hello I am working on this site http://chimaeren-verlag.de/

    and while the desktop version is working (still WIP) the mobile version does not. I have the latest version of lay theme and everything is up to date. IMG_3F132042C70A-1.jpeg

    any help? Thankss

    Bug Reports

  • CHANGE BACKGROUND PROPERTIES
    G giselach

    I have done it already but now in the mobile version it pops sort of an error:
    IMG_F2CF32CE5A8D-1.jpeg

    I cannot see it badly on desktop/customizer but when I am at mobile (chrome) it fails

    now the image is a png.

    tha website is http://chimaeren-verlag.de/

    General Discussion

  • CHANGE BACKGROUND PROPERTIES
    G giselach

    helly Armin! thanks for your answer!! i guess that when you say to use pointer-events:none; you referring just for the background, but how can I specify that is just for the image and not for everything that lies within the body{} section?

    General Discussion

  • ACTIVE STATES on menu
    G giselach

    Re: CSS issues for active state on menu links
    Hello I am trying to create an active state for my menu items, so the user knows at what page they are. I am trying. to write a Css code in:

    nav.primary li:active{
    text-indent:25% !important;
    }

    but it doesn't seem to be working,

    any help?

    General Discussion

  • Character style in a text block
    G giselach

    hello!

    thanks for you answer!, yes, I got there, but in the "text formats" page and while creating a character style I cannot set a shift in the baseline grid (sub/superindex) or a different line height. I did a custom Css that says:

    .Author{
    baseline-shift: 3em !important;
    }

    .Title{
    baseline-shift: super !important;
    }
    (title and author being the character styles that I created in the text formats)

    nothing changes when I apply these character styles in the text editor

    any solutions?

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

  • Character style in a text block
    G giselach

    Hello!

    I am trying to change the line height in one single word of a text.

    so far I have created a text style for each (one for the main text and another for the word). but when I try to change the style of that specific word in the text editor —by selecting the word and choosing another style— the whole text changes its format.

    how can I create a character style??

    thanks!

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

  • CHANGE BACKGROUND PROPERTIES
    G giselach

    Hello I am trying to change the properties of my background image (which is now a svg). I thought about giving it a class, but I really don't know how. what I want to achieve is a mix of something like this:
    https://ausstellungsraum.ch/
    https://rijksakademie.nl/en/open-archive

    either make the svg transparent and with shadows or having. a transparent svg that mimics the "web's content"

    Thanks!!!!

    General Discussion

  • white typeface on dark background
    G giselach

    Hello I am trying to make my typeface color turn white on dark backgrounds and black on lighter backgrounds. any ideas? :-)

    so far i've used this :

    function hexToRgb(hex) {
    const hexCode = hex.charAt(0) === '#'
    ? hex.substr(1, 6)
    : hex;

    const hexR = parseInt(hexCode.substr(0, 2), 16);
    const hexG = parseInt(hexCode.substr(2, 2), 16);
    const hexB = parseInt(hexCode.substr(4, 2), 16);
    // Gets the average value of the colors
    const contrastRatio = (hexR + hexG + hexB) / (255 * 3);
    
    return contrastRatio >= 0.5
        ? 'black'
        : 'white';
    

    }

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

  • link with fullscreen background image on hover
    G giselach

    Hello Richard, thanks again for your patience. Tough nut to crack… this i know, I actually have it in 100%fand 120% from the beginning, but as it stays for “maximum” it can still go smaller! Any other ideas?

    EF17E0F5-59B6-4407-9D9B-23365C7B4853.png

    General Discussion

  • link with fullscreen background image on hover
    G giselach

    @Richard Hello Richard ! thanks for the answer,

    but actually that's what I did long ago and seems not to affect the hover image, so, i'm quite stuck there.

    Ideally we should just make the .lay-imagehover-region to scale and adapt to the screen size. But it's just not happening. When I tagged .lay-imagehover-region img it just changed it's position, got smaller and couldn't control it anyway ...

    General Discussion

  • link with fullscreen background image on hover
    G giselach

    @Richard regarding the hovered image, how can I make it appear fullscreen? I know I should go for the same method you've just told me, 100vh and 100vw, but then I guess the image has it's own dimensions so either would appear as "cut" or incomplete. Also every hover image has its own id, is there a way to set a white background for all hovered images ?

    so every time I hover an element that has a hover image set, it's background is white.

    General Discussion

  • link with fullscreen background image on hover
    G giselach

    @Richard said in link with fullscreen background image on hover:

    font-size:5vh;

    Dear Richard!!!! now it worked! THANKS A BUNCH!!!!!! :-)

    General Discussion

  • Responsive Footer
    G giselach

    @Richard but this option you are highlighting was not enabled, I've enabled it now but nothing has changed.

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

  • link with fullscreen background image on hover
    G giselach

    Hello @Richard thanks for the answer,!!!

    although it still does not seem to work. now it's scaling down every time I resize the screen size, yes but in terms of width, not height. any other suggestions??

    General Discussion

  • Responsive Footer
    G giselach

    Hello Richard! yes it is a sticky footer!

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

  • link with fullscreen background image on hover
    G giselach

    Hello, I was wondering if someone had any new ideas in order to solve the issue, Thanks :)

    General Discussion

  • Responsive Footer
    G giselach

    Hello! I posted a few days ago, and I was wondering if someone could help me on this matter, I'm a bit lost. I'd be super grateful !!!

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

  • Don't have an account? Register

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