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

fabiandraxlF

fabiandraxl

@fabiandraxl
About
Posts
203
Topics
47
Shares
0
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • Any options for using an external CSS-editor?
    fabiandraxlF fabiandraxl

    @arminunruh

    For now, it would also be enough and super helpful, if only the search and replace already integrated in the browser would work ... :P

    General Discussion

  • Lay Buttons: labels off-centered depending on used browser ...
    fabiandraxlF fabiandraxl

    @arminunruh

    I added the following to my custom <head> content:

    <script>
      if (navigator.userAgent.includes("Firefox") || navigator.userAgent.includes("Android")) { document.documentElement.classList.add('offcenter') }
    </script>
    

    And Custom CSS:

    .offcenter .laybutton1, .offcenter .laybutton2 {
            padding-bottom: calc(10px - .5ex) !important;
    }
    

    It works, but what is about Chrome Mobile, Samsung Browser etc ... any Ideas?
    What about the "no-chrome-no-safari" u are using in lay?

    Bug Reports

  • Any options for using an external CSS-editor?
    fabiandraxlF fabiandraxl

    @arminunruh

    Because your Interface does not include search and replace. What would be soooo helpful ... I always copy it to my editor, to search for something ...

    Also an Option for different Versions would be nice ... would be a lot easier for debugging ... etc.

    ✌️✌️✌️

    General Discussion

  • Cover + Sticky + 100VH + carousel = broken Margins
    fabiandraxlF fabiandraxl

    I solved it in the meantime with custom code, so no hurry. Would be nice if you could solve it sometime though. Have a nice vacation in the meantime and let me know if I can assist you in any way.

    Best regards,
    Fabi

    Bug Reports

  • Lay Buttons: labels off-centered depending on used browser ...
    fabiandraxlF fabiandraxl

    Hej @arminunruh

    Created this new site and I noticed, that the button labels are vertically misaligned i.e. off-centered ... i believe it has something to do with the integration of Adobe Fonts ... could it be that the browsers use different font files or something like that? I know that browser interpret and render fonts differently but something like that never happened before with any of my other lay-sites.

    Safari Looks fine, Mobile and Desktop:

    IMG_8258.PNG

    Bildschirmfoto 2023-10-24 um 02.38.25.png

    Firefox Desktop and Mobile is broken:
    Bildschirmfoto 2023-10-24 um 02.38.52.png
    Screenshot_20231024_024532_Firefox.jpg

    Chrome Desktop is fine, Mobile is broken too.

    Could you please help me soon? :) Thank you, Fabi

    Bug Reports

  • Cover + Sticky + 100VH + carousel = broken Margins
    fabiandraxlF fabiandraxl

    Seems to be more a Problem with Sticky ... added sticky to another text further down below of this page and its off-center as well.

    Bug Reports

  • HTML element not editable anymore
    fabiandraxlF fabiandraxl

    @arminunruh

    Fantastic, had that issue several times.

    Unfortunately, I haven't had the chance to write this down yet. Thanks for fixing it.❤️

    Bug Reports

  • Cover + Sticky + 100VH + carousel = broken Margins
    fabiandraxlF fabiandraxl

    Hej @arminunruh

    I created this new site, where I use all the above mentioned lay features ... but my Intro-Text (second row, after cover) is somehow miss aligned and looks strange in the backend too.

    • Margins somehow don't apply on my Intro-text?! (its off center, especially compared with the element below)
    • Additionally my backend is broken too, the Carousel (set to 100vh, fixed height) overlaps my 1 row which is also a cover row. Why?
    • The Issue seems to appear on Desktop only

    We fixed the frontend for now, with the following code on this site (#intro = second row after cover, containing intro-text):

    #intro .col {
        margin-left: 50px !important;
    }
    

    Would be nice if you could tackle that soon.

    Thank you, Fabi

    Bug Reports

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    @arminunruh

    Mhm, yes it seems that I always have to add the site via the backend ...

    Thank you.

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    @arminunruh

    Hej Armin,

    Thanks for getting into this.

    I have recreated the button and looked at the code ... when creating a new one, the Data-IDs etc. mentioned were generated ... but I have created several others in the past and the IDs etc. where not generated there either?

    Does it mean i have to redo all my buttons?

    The new one works now:
    https://fabiandraxl.com/frontpage-new/

    Thanks,
    Fabi

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    @alasdair17
    Hej,

    thank you for your response. Tested it on an other lay-page (same Digital Ocean Droplet and Setup) of mine ... there it works like a charm.

    Really Strange ... @arminunruh any ideas? :P

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    @edgrbnz

    Does it need to be called overlay?

    Bildschirmfoto 2023-09-29 um 10.48.22.png

    Like fabiandraxl.com/overlay ?

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    @edgrbnz Thank you, both set!

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl

    hej @arminunruh,

    I am experimenting on a new frontpage and also want to use the relatively new overlay feature.

    I have activated the feature and created a test overlay page (https://fabiandraxl.com/contact/) and created a button on my new frontpage [WIP] (https://fabiandraxl.com/frontpage-new/) that should open the overlay.

    Unfortunately this does not work. It just opens normally the page that I created as overlay …

    What am I doing wrong? I tried to disable custom code and plugins, but that didn't help either?

    Thank you.

    General Discussion

  • Lay 5.7.4 Kills my sites
    fabiandraxlF fabiandraxl

    @arminunruh

    Hej Armin,

    Thanks, updated everything and removed the Debug in WP-Config everything seams to work again! :P

    THANK YOU!

    Bug Reports

  • Lay 5.7.4 Kills my sites
    fabiandraxlF fabiandraxl

    Hej @arminunruh,

    Here is the screenshot, my current version on rsc-inzing.com is 5.7.0: Bildschirmfoto 2023-06-30 um 22.00.17.png

    I also tried to deactivate all custom code, did not change anything. :P

    On both sites you were and are already admin with an account on: info@laytheme.com ... will send you the rest via chat.

    Thanks for the quick response ... Fabi

    Bug Reports

  • Lay 5.7.4 Kills my sites
    fabiandraxlF fabiandraxl

    Hej Armin,

    The first page (fabiandaxl.com) I updated showed me this screen after the update:
    Bildschirmfoto 2023-06-30 um 15.18.00.png
    But I was still able to access the WP-Backend and downloaded the 5.4. from Laykeymanager ... and flashed it back. So it's still up and running ... can you please add 5.7.0 in the Manager too?

    The second site (rsc-inzing.com) was showing that is on maintenance and the WP-Backend was not accessible anymore ... some time later it automatically got back to 5.7.0 ...

    Could you please have a closer look?

    Thanks,
    Fabi

    Bug Reports

  • https://rsc-inzing.com/team/
    fabiandraxlF fabiandraxl

    @arminunruh

    Changed it to Top aligned, no difference.
    Take a look for your self ... :P

    It seams like the cubic bezier is somehow faulty ...

    Best, Fabi

    Bug Reports

  • https://rsc-inzing.com/team/
    fabiandraxlF fabiandraxl

    @arminunruh

    Hey Armin,

    I used a textbox instead of the element-grid for the second row, but this causes the same problem as above with the images, i.e. the hidden row is expanded immediately when you click on one of the two "+" on the right side of the page ... as I said for the text link, I chose the other animation which seems to work ...

    Best regards, Fabian

    Bug Reports

  • SET ROW BACKGROUND NOW NOT WORKING
    fabiandraxlF fabiandraxl

    @arminunruh

    Unfortunately this is still not fixed, if you use images or SVG Logos on a Video Row Background they don't show up until u increase the z-index manually via custom css class ... please fix it ...

    General Discussion
  • Login

  • Don't have an account? Register

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