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
30
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Webpage blank
    E evey_k

    @Armin-Unruh @arminunruh šŸ‘†

    Bug Reports

  • Webpage blank
    E evey_k

    Hey there Armin,

    I have an issue since yesterday on my webpage being blank.
    I did emptied my cache, and also found out that when I deactivated the carousel plugin, the webpage works again. I also did update all the plugins and the theme.

    Can I ask what do I do next to troubleshoot this?
    Here's my website: www.futurprimitiv.org

    Bug Reports

  • Mobile layout bigger and scrolling disable
    E evey_k

    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

    @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

    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

    @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

    @mariusjopen can you pls advise?

    General Discussion

  • Mix-blend-mode for Header Text
    E evey_k

    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

    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

    @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

    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

    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

    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

    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

    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

    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

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

  • Don't have an account? Register

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