Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Brite
  • 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

S

samuel.t

@samuel.t
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Major Issue with theme update from v9.5.5 to v9.5.6: missing files in package
    S samuel.t

    Yes, everything will stay there. I solved the problem through database:

    1. Switch to an old theme:
      UPDATE wp_options SET option_value = 'twentytwentyfive' where option_name = 'template';
      UPDATE wp_options SET option_value = 'twentytwentyfive' where option_name = 'stylesheet';
    2. Login to Admin, delete the faulty theme
    3. Re-install Lay, activate theme
    Bug Reports

  • Major Issue with theme update from v9.5.5 to v9.5.6: missing files in package
    S samuel.t

    It broke 6 (!) client websites on my end - and not all of them had auto-updates enabled. They all paid a significant amount for the theme. This isn’t the first time it has happened. The release notes are outdated. This forum still runs on HTTP. I’m sorry to say it, but I don’t understand how such a well-known theme can get it this wrong - even though I do appreciate the maintainer’s responsiveness.

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    .single-caption now has an attribute "overflow-y: hidden". Not sure if this has been inserted with some custom CSS or is from a theme update.

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    @arminunruh : looks like another class selection is needed:

    .lay-carousel-sink .single-caption {
    overflow-y: hidden;
    }
    

    .single-caption instead of .captions-wrap

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    Are you're sure you're running the latest theme? When looking at your page, the fix with "overflow-y: hidden" is not there. When adding it manually through the developers console, the page looks fine.

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    Yep, fix works - thank you. Bug can be closed.

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    Great - I'll wait for the update and confirm once the problem is resolved.

    Bug Reports

  • Offtopic: Forum and Website not using HTTPS
    S samuel.t

    That's great, thank you very much!

    General Discussion

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    I unfortunately cannot provide a login since this is page from a customer and we don't have a testing environment setup. But I can provide any information or debug info you need. Currently, following plugins are installed:

    • BackWPup
    • Coming Soon Page, Under Construction & Maintenance Mode by SeedProd
    • InfiniteWP - Client
    • Lay Theme Carousel
    • LiteSpeed Cache
    • Simple Custom CSS
    • WP-Matomo

    None of them should cause the problem described above (also, the overflow wasn't there in past but was introduced with a recent theme update. The plugins are installed long time ago, no issues).

    Only custom CSS snippet added is the fix mentioned here in the thread.

    Bug Reports

  • Carousel caption bug
    S samuel.t

    Created a new bug report here: http://laythemeforum.com:4567/topic/5945/overflow-y-not-hidden-on-captions-wrap

    Bug Reports

  • Overflow-y not hidden on captions-wrap
    S samuel.t

    The captions have a small overflow which activates the scrollbar:

    b4a002ee-07f0-4260-99c3-9c49fb3d1aaa-image.png
    (Source: http://www.clarafanlo.com/activation, since my page is already fixed with custom CSS.)

    In my case, problem was solvable by adding custom CSS:

    .lay-carousel-sink .captions-wrap p {
    overflow-y: hidden;
    }
    

    Alternatively, I could increase the height by 1px, but that's less preferable, at least for me.

    I believe this is a theme bug, since I'm not the only one with the problem (eg. http://laythemeforum.com/user/scotty2hotty).

    Bug Reports

  • Offtopic: Forum and Website not using HTTPS
    S samuel.t

    Let's say it's "best practices", especially since I login with a password and a username - I'd like to have that secured during it's way to your servers.

    General Discussion

  • Offtopic: Forum and Website not using HTTPS
    S samuel.t

    Since I cannot find any contact form... Bit of shame that layhemeforum.com:4567 and laytheme.com are not using HTTPS ;)

    General Discussion

  • Carousel caption bug
    S samuel.t

    Hi @scotty2hotty

    Had the same issue. Think you need to hide overflow-y, not overflow-x.

    My custom CSS looks like this:

    .lay-carousel-sink .captions-wrap p {
    overflow-y: hidden;
    }

    Hope that helps!

    Bug Reports
  • Login

  • Don't have an account? Register

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