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

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?
    F fabiandraxl
    Oct 24, 2023, 8:09 AM

    @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 ...
    F fabiandraxl
    Oct 24, 2023, 8:06 AM

    @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?
    F fabiandraxl
    Oct 24, 2023, 12:52 AM

    @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
    F fabiandraxl
    Oct 24, 2023, 12:49 AM

    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 ...
    F fabiandraxl
    Oct 24, 2023, 12:46 AM

    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
    F fabiandraxl
    Oct 12, 2023, 4:06 PM

    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
    F fabiandraxl
    Oct 12, 2023, 3:58 PM

    @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
    F fabiandraxl
    Oct 12, 2023, 3:48 PM

    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?
    F fabiandraxl
    Oct 12, 2023, 3:25 PM

    @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?
    F fabiandraxl
    Oct 2, 2023, 10:29 AM

    @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
    Sep 29, 2023, 12:55 PM

    @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
    Sep 29, 2023, 8:51 AM

    @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
    Sep 29, 2023, 8:45 AM

    @edgrbnz Thank you, both set!

    General Discussion

  • Overlay, am I too stupid?
    fabiandraxlF fabiandraxl
    Sep 29, 2023, 7:35 AM

    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
    Jul 4, 2023, 6:09 PM

    @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
    Jun 30, 2023, 8:05 PM

    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
    Jun 30, 2023, 1:30 PM

    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
    May 31, 2023, 6:58 AM

    @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
    May 22, 2023, 10:57 AM

    @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
    May 22, 2023, 10:19 AM

    @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

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
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