Skip to content
  • 0 Votes
    7 Posts
    788 Views
    S
    @arminunruh great, thank you!
  • Carousel random start image

    General Discussion carousel random
    6
    0 Votes
    6 Posts
    1k Views
    RichardR
    Dear @brogr Thank you for the feedback it has been noted ✅ Feature suggestion: It would be nice to have another event exposed that runs once the carousel (or all addons) are initialized. That way we wouldn't have to rely on setTimeout to access swiper. In the case of Swiper, it could use https://swiperjs.com/swiper-api#event-init. Have a great day 🌝 Richard
  • Random color background

    General Discussion backgroundcolor color random background
    20
    0 Votes
    20 Posts
    7k Views
    arminunruhA
    u can find the correct working code here: https://laytheme.com/documentation/custom-javascript.html#newpage-events <script> var colors = ["#fff", '#000', '#f0f', '#0ff', '#00f', '#ff0', '#0f0'] window.laytheme.on("newpageshown", function(){ var ix = getRandomInt(0, colors.length); var color = colors[ix]; jQuery('#grid, #custom-phone-grid, .cover-region-desktop, .cover-region-phone, #footer, #footer-custom-phone-grid').css('background-color', color); }); // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random // Returns a random integer between min (included) and max (excluded) function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } </script> @Giammi read the text at the link above, u can find out how to do that there
  • Random Background Color in Page

    General Discussion backgroundcolor page random
    1
    0 Votes
    1 Posts
    628 Views
    No one has replied
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com