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

joshsenderJ

joshsender

@joshsender
About
Posts
30
Topics
8
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • Transition when navigating triggers twice in overlay
    joshsenderJ joshsender

    I kindof like how it looks without a transition lol - so keeping it off! BUT I did test the overlay links with a transition and it WORKS! Whatever you did fixed it!

    Bug Reports

  • Transition when navigating triggers twice in overlay
    joshsenderJ joshsender

    Removing the transition css from the links in the overlay stop the overlay load animation from triggering again. Interesting!

    Bug Reports

  • Transition when navigating triggers twice in overlay
    joshsenderJ joshsender

    HAH! That worked! That's what I get for revising this site over the years and leaving old code all over the place.

    alt text

    I'll dig through all the custom code and find whatever's doing it! THANK YOU ARMIN!

    Bug Reports

  • Transition when navigating triggers twice in overlay
    joshsenderJ joshsender

    Mousing over a link within an overlay is making the "Transition when Navigating" to trigger again. I tested it on my macbook as well.

    http://joshsender.com

    Try mousing over a link in "About/Contact" overlay to see.

    alt text

    Bug Reports

  • Invert effect text on background
    joshsenderJ joshsender

    not a lay theme person, just trying to help:

    You can add "mix-blend-mode: difference" as css to the site title and nav:
    image.png

    .sitetitle, .laynav, .project-arrow, .mobile-title {
        mix-blend-mode: difference;
    }
    

    ^ css you want to add! But the text needs to be WHITE to properly invert (so make your nav and title link colors white.

    General Discussion

  • project overlay conflicts with page overlay
    joshsenderJ joshsender

    spun up a test site to try the new project overlay (what an amazing feature!! THANK YOU!!): https://cheen.dreamhosters.com/

    The 2022 and 2021 open project overlays. The (read more) button opens a page overlay.

    If you open a project with an overlay (click 2022 or 2021), THEN try opening a page overlay (read more) button, the page overlay no longer opens in an overlay.

    Bug Reports

  • collapse row bug
    joshsenderJ joshsender

    Yah, adding that I don't see the "collapse row" option when right clicking a row:
    image.png

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    @arminunruh For now disabling the WP Fastest Cache.

    Thank you SO MUCH for all the work on the overlay. its super super cool :pray:

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    @arminunruh Ooooh - tried that but to no avail! Also just commented out that whole janky scrolling script and the issue still happens if the WP Fastest Cache plugin is enabled. Cleared cache through the plugin as well! I swear!

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    @joshsender No settings within WP Fastest Cache can be toggled for it to work. It has to be off or the Overlays load below the page and won't work.

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    Figured it out! It's the plugin: WP Fastest Cache.

    Disabled and it works without the fix. Heads-up because I know that plugin is recommended in the https://laytheme.com/documentation/speeding-up-your-website.html documentation.

    6bbfd987-1e01-4ec2-b278-5e217a952a35-image.png

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    url: joshsender.com

    Bug Reports

  • OVERLAY NOT OPENING ON MACBOOK/CHROME
    joshsenderJ joshsender

    Overlay pages are loading at the bottom of the page and cut off: 97235b62-0dc7-4ca1-8ec3-18a03ab2447b-image.png
    Screenshot shows: when you scroll all the way to the bottom all the overlays included in the page are stacked below the page content.

    To fix I had to add:

    
    /* overlay fix */
    .lay-overlay {
        top: 0;
        position: fixed;
        z-index: 9999;
        display: none;
    }
    .lay-overlay-bg {
        z-index: 9998;
        top: 0 !important;
        position: fixed;
    }
    .lay-overlay-bg.lay-show-overlay-bg {
        width: 100%;
        height: 100%;
    }
    .lay-show-overlay {
        display: block;
    }
    

    An OK fix but now you can't scroll always within the overlays. It's a weird bug - it doesnt happen in Edge on Windows, or Firefox on Mac. But Chrome it's happening on both.

    Bug Reports

  • Gridder doesn't work after Updating
    joshsenderJ joshsender

    Adding to this to say I had the same problem on gallery.institute - grid elements were all wonky, many flushed to the left, or completely flipped around, as in the example below -
    7a5517b3-2a32-4ba1-8aae-18a906c5f6a3-image.png 2b23e8f6-fa63-4968-a2d8-1db94ab84dab-image.png

    Replacing the theme with these older files worked in the meantime!

    Bug Reports

  • Bug when moving elements (f.e. images) in grid
    joshsenderJ joshsender

    @timperangel This also happens to me all the time! Sometimes, I can adjust for it by moving the cursor super super supppperr slowly while I'm dragging.

    Bug Reports

  • Vimeo in video carousel blank (and all following carousels)
    joshsenderJ joshsender

    Issue URL: https://joshsender.com/home-3/#you-never-know-how-the-past-will-turn-out
    Hey! Loving the new updates and everything yall do on Lay Theme. I noticed an issue when I tried to add a Vimeo video to a carousel- the video and every carousel after is totally blank, like, scroll down on the page and those blank white spaces underneath each project title is a carousel! Hopefully this test url helps! <3

    Page with vimeo video OUSTIDE of carousel (and working fine): https://joshsender.com/home/#you-never-know-how-the-past-will-turn-out
    Issue screenshot (blank carousel below text)
    b5295457-5a0a-4435-9b7f-23aca8cee18d-image.png
    Back-end screenshot: e5e156ba-e5e3-4f1a-ac39-d8df3366900e-image.png

    Bug Reports

  • Gridder Elements moving to left
    joshsenderJ joshsender

    Hey Richard,

    I made a duplicate of the site and deleted all plugins and custom code and am able to re-create the issue:

    See test page: https://staging.joshsender.com/2022-test/test-2/

    c9f3aef5-d1a5-4fe7-ad4f-7b4ce207ebb7-image.png

    48fe5df0-c9f2-4eeb-8d91-712f43ab2c9b-image.png

    Bug Reports

  • Gridder Elements moving to left
    joshsenderJ joshsender

    Hey hey, having some trouble with elements not positioning in the Gridder. Example at the bottom of https://staging.joshsender.com/2022/#about

    Gridder elements are flushing to the left (as though there's no space on the left. Elements do position properly when in a Stack container that is full width though:

    Back-end:
    85208ace-a3b9-4fcd-b1c9-ffaf1eac58df-image.png

    Front-end:
    9d85899b-a2fb-4321-8d66-13526c34e370-image.png

    Bug Reports

  • Customizer Blank (since 3.7.4 update)
    joshsenderJ joshsender

    Looks like it's updated in 3.7.5! Thanks!

    Bug Reports

  • Customizer Blank (since 3.7.4 update)
    joshsenderJ joshsender

    Email i received with wordpress catching the error:

    In this case, WordPress caught an error with your theme, Lay Theme.

    First, visit your website (https://gallery.institute/) and check for any visible issues. Next, visit the page where the error was caught (https://gallery.institute/wp-admin/customize.php?return=%2Fwp-admin%2Fadmin.php%3Fpage%3Dmanage-htmlcssoptions) and check for any visible issues.

    Please contact your host for assistance with investigating this issue further.

    If your site appears broken and you can't access your dashboard normally, WordPress now has a special "recovery mode". This lets you safely login to your dashboard and investigate further.

    (url removed)

    To keep your site safe, this link will expire in 1 day. Don't worry about that, though: a new link will be emailed to you if the error occurs again after it expires.

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.7
    Current theme: Lay Theme (version 3.7.4)
    Current plugin: (version )
    PHP version 7.3.27

    Error Details

    An error of type E_ERROR was caused in line 93 of the file /home/joshsend/gallery.institute/wp-content/themes/lay/customizer/customizer.php. Error message: Uncaught Error: Call to undefined function wc_get_page_permalink() in /home/joshsend/gallery.institute/wp-content/themes/lay/customizer/customizer.php:93
    Stack trace:
    #0 /home/joshsend/gallery.institute/wp-includes/class-wp-hook.php(292): Customizer->add_woocommerce_script('')
    #1 /home/joshsend/gallery.institute/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(Array, Array)
    #2 /home/joshsend/gallery.institute/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #3 /home/joshsend/gallery.institute/wp-admin/customize.php(170): do_action('customize_contr...')
    #4 {main}
    thrown

    Bug Reports
  • Login

  • Don't have an account? Register

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