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

E

evey_k

@evey_k
About
Posts
28
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Mobile layout bigger and scrolling disable
    E evey_k
    Sep 6, 2023, 7:29 PM

    Here are all my CSS & HTML settings (with errors):
    Screenshot 2023-09-06 at 21.28.51.png Screenshot 2023-09-06 at 21.28.47.png Screenshot 2023-09-06 at 21.28.39.png Screenshot 2023-09-06 at 21.28.33.png Screenshot 2023-09-06 at 21.28.25.png Screenshot 2023-09-06 at 21.28.18.png

    General Discussion

  • Mobile layout bigger and scrolling disable
    E evey_k
    Sep 6, 2023, 7:24 PM

    @arminunruh Hello Armin, thanks for your feedback!

    When i turn off my CSS & HTML, the stylised pointer for my carousel will not work anymore.

    Now, the CSS & HTML is switched off but i don't see any improvement on my mobile viewport width.

    Somehow, i remember when i built my website some years back, i did not have this problem with the mobile viewport width.

    I wonder if it has to do with Laythemes Updates / HTML tech change.

    Additionally, now — my videos on mobile are not playing automatically anymore. This happened about two weeks ago, and i didn't make any change with my settings.

    Could you please help to log in and check these two problems? I really have no idea how i could fix both of these problems since it's really an advanced issue.

    If you agree to this, I can send to you my login info per private message.

    Thanks again for your assistance,
    Evey

    General Discussion

  • Mobile layout bigger and scrolling disable
    E evey_k
    Sep 5, 2023, 10:08 AM

    Hello!

    I have a question and hope someone here in the forum could help me.

    My viewport (on mobile) seems larger and isn't fixed. (attached image)

    Where do i change the mobile, so that it is fixed and not scrollable horizontally?

    Evey

    IMG_3642.PNG

    General Discussion

  • Mix-blend-mode for Header Text
    E evey_k
    Jan 27, 2021, 9:04 PM

    @Richard-K Is there a possibility for you or an expert from Laytheme to look into this? is paying fee the only solution?

    General Discussion

  • Mix-blend-mode for Header Text
    E evey_k
    Jan 25, 2021, 3:31 PM

    @mariusjopen can you pls advise?

    General Discussion

  • Mix-blend-mode for Header Text
    E evey_k
    Jan 23, 2021, 10:02 PM

    Hi there,

    I have a tricky situation here with the mix-blend-mode which i am trying to achieve with the header text on the image.

    i have managed to solve the sitetitle and menubartitle, however it is so much more trickier to do so with the header text.

    Currently, i have set my background white.

    And i have tried many variations of the css and at the moment it is this:

    div.col .no-offset .push-2 .span-12 .align-middle .no-parallax .type-text,
    .text .lay-textformat-parent ._h5 {
    mix-blend-mode: difference;
    }

    Here is the link to my page:
    https://eveykwong.com/home-2

    I am inexperienced in coding. But i believe i am almost there with the CSS as i think i am not getting the CSS Selector right. Please advise!

    Thank you!

    General Discussion

  • Carousel not showing up when put up
    E evey_k
    May 15, 2020, 11:12 AM

    Hey @mariusjopen, i think i got it fixed. Similar to sarah's situation, the new version updates are located in another section of the menu. Sorry about this inconveniences, thank you very much for your time!

    Addons

  • Carousel not showing up when put up
    E evey_k
    May 12, 2020, 5:45 PM

    @mariusjopen For this particular website i didn't install any curstom JS Code.
    What else do you think could be wrong?

    Evey

    Addons

  • Carousel not showing up when put up
    E evey_k
    May 7, 2020, 7:14 PM

    Hi @mariusjopen @Marius, i have had this problem recently with my website futurprimitiv.org/learn-practice/, where my carousel is not showing up (actually the whole page becomes empty/invisible) after i put it up.

    It was working previously and i wonder if there's a system change without laytheme?

    This is how my layout look like on the editing status.

    My carousel is uploaded to the latest version, and I wonder what could be wrong.

    Would you be kind to help me out?

    Thanks in advanced!

    Screen Shot 2020-05-07 at 21.10.09.png

    Addons

  • Jquery media height
    E evey_k
    Apr 6, 2020, 11:18 AM

    Sorry @mariusjopen I'm not sure if the solution you brought up solved the problem. My content pages with the spacing between text and images are also affected now when on tablet and phone scale (see screenshots)

    It looks to me that perhaps the ratio of the images / carousel needs to be fixed by the height regardless of mediums (iPhone/iPad/Desktop)

    Ok desktop version
    ok.png

    Not Ok desktop version
    not-ok.png

    Ok phone version
    phone_ok.png

    Not Ok phone version
    phone_not_ok.png

    General Discussion

  • Jquery media height
    E evey_k
    Apr 4, 2020, 10:14 PM

    We are almost there... the layout doesn't break anymore. However, when browser scaled to iPhone size, the picture becomes fullscreen, which it shouldn't. Only the desktop and tablet should be on fullscreen. Is there a possibility to make an exception like this? (see pic A)

    B is the status quo

    B.png

    A.png

    General Discussion

  • Jquery media height
    E evey_k
    Mar 31, 2020, 10:19 AM

    Hey @mariusjopen,

    Thanks for the feedback!
    i just removed the jqueries, the only css which are left for desktop is :
    .carousel-full {
    height: 100vh;
    }

    .lay-carousel.sliding {
    height: 100vh;
    }

    .col .lay-carousel img.h100 {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    }

    .flickity-viewport {
    height: 100vh;
    }

    For general CSS:
    button.flickity-prev-next-button.next {
    top: 54vh;
    }

    button.flickity-prev-next-button.previous {
    top: 54vh;
    }

    And mobile:
    button.flickity-prev-next-button.next {
    top: 22vh;
    }

    button.flickity-prev-next-button.previous {
    top: 22vh;
    }

    Other than the layout breaking apart, same thing is also affecting the left/right arrows when browsers are scaled.

    General Discussion

  • Jquery media height
    E evey_k
    Mar 30, 2020, 7:25 PM

    On a side note:
    I have no idea / experience with JQuery. This is only my guess that the height needs to be fixed. fyi

    General Discussion

  • Jquery media height
    E evey_k
    Mar 30, 2020, 7:19 PM

    Hi @Armin-Unruh @arminunruh,

    I have been trying to get help from colleagues of yours and somehow both of them are not able to help (never replied or attend to my problem constructively). I therefore asking you personally:

    My carousel height is making my layout break. I have tried the Jquery Media lines to fix the height but it is still not working and i have no idea what i've done wrong.

    On pic no.2 is my problem whereby between the carousel and the pic thumbnail has a gap. This only happens when i scale it down between 1053px-729px.
    On pic no.3 is when the UI is fine.

    I would really appreciate it if i could get finally a constructive feedback from you.

    Here is my website: https://eveykwong.com/

    Thank you!

    Screen Shot 2020-03-30 at 21.08.48.png Screen Shot 2020-03-30 at 21.08.19.png Screen Shot 2020-03-30 at 21.08.11.png Screen Shot 2020-03-30 at 21.05.59.png

    General Discussion

  • D3.js - Does Laytheme support it?
    E evey_k
    Mar 22, 2020, 6:07 PM

    Hi @Armin-Unruh,
    May i ask if Laytheme supports Javascript in general, and also if it supports javascript such as D3.js for data visualization?

    I have been unable to find threads on this on the forum. But i read a thread externally that apparently laytheme doesn't support javascript at all.

    I look forward to hearing from you on this,

    Evey

    General Discussion

  • Carousel button doesn`t open the media screen. Can`t add carousel.
    E evey_k
    Feb 28, 2020, 2:42 PM

    @mariusjopen got it fixed, never mind, thank you!

    Addons

  • Carousel button doesn`t open the media screen. Can`t add carousel.
    E evey_k
    Feb 26, 2020, 11:59 AM

    @mariusjopen Hi Marius, could you please look into my problem above? I've written to you twice and haven't got any reply regarding the matter. Pls see my login details per PM.

    Appreciate it!

    Addons

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