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

Global Moderators

Forum wide moderators

Private

Posts


  • text when hover over image
    arminunruhA arminunruh

    actually there is a new way to do this thats easier.
    simply put text on the images using the new settings in the sidebar:
    https://laytheme.com/documentation/gridder-elements.html#text-on-image

    and use this CSS to make them appear on hover:

    html.no-touchevents .lay-text-on-element-overlay{
    opacity: 0;
    transition: opacity 300ms ease;
    }
    
    html.no-touchevents .col:hover .lay-text-on-element-overlay{
    opacity: 1;
    }
    
    General Discussion

  • Carousel not showing up
    arminunruhA arminunruh

    Can you please send:

    • a link to this forum topic
    • your website address
    • /wp-admin/ username and password
      to: info@laytheme.com
    Bug Reports

  • Text animation glitchy on safari mobile
    arminunruhA arminunruh

    i see!
    there is this setting:

    image.png

    Bug Reports

  • Randomize Row on page load
    arminunruhA arminunruh
    <script>
    window.laytheme.on('newpageshown', function() {
        // Select the parent container of the rows
        var container = jQuery('.grid-inner'); 
        
        // Select all the row divs and convert the jQuery object to a true Array
        var rows = container.children('.row').get();
    
        // Fisher-Yates Shuffle Algorithm
        for (var i = rows.length - 1; i > 0; i--) {
            var j = Math.floor(Math.random() * (i + 1));
            var temp = rows[i];
            rows[i] = rows[j];
            rows[j] = temp;
        }
    
        // Re-append the shuffled rows back to the container
        jQuery.each(rows, function(index, row) {
            container.append(row);
        });
    });
    </script>
    

    add this to lay options -> custom css & html -> custom <head> content

    General Discussion

  • site title move to back
    arminunruhA arminunruh

    wow, amazing photos!

    you could try this css:

    .lay-sitewide-background-video{
    z-index: -2!important;
    }
    

    that is in case you set the video background here in customizer as a site wide video background:
    c8a596af-8cbd-401c-aef7-bf948edf721a-image.png

    General Discussion

  • Variations swatches plugin conflict with lay theme
    arminunruhA arminunruh

    ah the imagehover addon you mean mmh
    im writing it down

    Shop / WooCommerce

  • Numbers with decimals
    arminunruhA arminunruh

    yea no need to record a video, this is still on my todo list :D

    Bug Reports

  • Project overlay – reduce delay
    arminunruhA arminunruh

    sure, set this setting to "immediate"

    image.png

    also enable this in lay options:

    image.png

    General Discussion

  • Carousel: bugs, feature requests / autoplay Video: controls for battery saving mode, PLaceholder image, Custom cursor behavior
    arminunruhA arminunruh

    this is great!! thanks for sharing

    for the next update, the videos in the carousel will contain the poster attribute:

    image.png

    you will need to update both lay theme and the carousel addon for this to work

    Addons

Member List

arminunruhA arminunruh
CyberSlayersC CyberSlayers
RichardR Richard
Armin UnruhA Armin Unruh
mariusjopenM mariusjopen
  • Login

  • Don't have an account? Register

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