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

R

Remco van Dun

@Remco van Dun
About
Posts
62
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Carousel - Always scrolling
    R Remco van Dun

    Maybe use a marquee element with just images?

    General Discussion

  • scroll effect
    R Remco van Dun

    Hi,

    you mean just a fixed image?

    That would be

    .fixed {
    position:fixed;
    }

    and give that image in your gridder a rightclick > class called fixed

    General Discussion

  • Carousel click on desktop but slide on mobile
    R Remco van Dun

    Ok!
    Thanks for getting back to me, I'll leave it for now or check again after some updates.

    General Discussion

  • Random intro image
    R Remco van Dun

    With some help of a friend I've found a (hacky) way.
    Although it requires a fully transparent .png to be set in your customize > intro
    Because without a file, it won't trigger the intro feature? And a normal image will of course cover up your random set intro images...

    in Custom HTML at bottom:

    <script>
     
    var images = [
            'http://yourwebsite.com/image1.jpg', 
            'http://yourwebsite.com/image2.jpg', 
            'http://yourwebsite.com/image3.jpg' ];
        
    var randomImage = Math.floor(Math.random() * images.length)
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){
            
    if (obj.id == 1) 
    {
    var mediaWrap = jQuery(".mediawrap");
    mediaWrap.css("background-image", "url('" + images[randomImage] +"')");
    mediaWrap.css("background-size", "cover");
    }  
    
        });
    </script>
    
    General Discussion

  • Thumbnail Image aspect Ratio
    R Remco van Dun

    Would love this, very useful :)

    Feedback

  • Left/Right Padding on Mobile version for Horizontal Lines in grid
    R Remco van Dun

    @Richard

    Thanks again for your help, that seems to have done the trick!

    Bug Reports

  • No content after migration
    R Remco van Dun

    To anyone reading and clarify a bit more:
    When you drop all the files from your phpmyadmin and replace them with the new .sql, realise the password you now need to enter is the password you used on your earlier website build and not a password you may have set for the new hosting location.

    Installation Problems
  • Login

  • Don't have an account? Register

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