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

N

nuotio

@nuotio
About
Posts
20
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Change text color depending on carousel image
    N nuotio
    Feb 18, 2025, 12:05 PM

    I have also tried to get similar system working, but without luck. I'm using the carousel as a full-screen slider and would love to change colors of all texts when coming to a slide that uses the alternative buttons. I thought this either of these would work but no luck yet…

    <script>
    window.laytheme.on("newpageshown", function(){
    if (jQuery("div").hasClass(".alt-buttons")) {
    jQuery("._Menu").css("color", "#BA4823");
    }
    });
    </script>

    OR

    <script>
    window.laytheme.on("newpageshown", function(){
    if (jQuery(".alt-buttons")[0]){
    jQuery("._Menu").css("color", "#BA4823");
    }
    });
    </script>

    Any idea is this even possible or have I misunderstood something completely? Having an option for ie negative colored captions and numbers on certain slides would make the carousel add-on more flexible especially as there's already the option to use alternative buttons.

    Nevertheless, I understand that I'm asking a way more than what the carousel add-on is proabably meant to be, so I understand if this is not something that will ever be possible...

    Addons

  • Black to white custom arrows: Fullscreen slider
    N nuotio
    Jan 30, 2025, 9:33 AM

    Hi! Old post but I'm facing a similar challenge. I'm using a full-screen slider and have slides with light and dark backgrounds. I'd love to have an alternative negative cursor for the dark slides as it's possible on the carousel addon. Could you offer any more guidance on how to target the arrows with CSS for example? Is it possible for example to set a custom css class to a row and then change the arrows according to that row/slide? Thanks a lot in advance!

    Addons

  • Fullscreen slider pagination?
    N nuotio
    Apr 27, 2020, 12:58 PM

    Okay… If someone is someday trying something similar, I kind of got a vague idea how to pull this off. So, in short, I try to create pagination 1/3, 2/3, 3/3 etc… to a site using full-screen slider addon.

    I'm a complete newbie with jQuery/JS, so this could be tidied up for sure. But the only major thing I'm still struggling with is to count the number of elements to get the total amount of slides. Checking the number of slides with "length" works nicely on Chrome console, but when I add this to LayThemes custom head content it always returns "0".

    <script>
       var totalCount = jQuery(".fp-slide").length;
                    
        window.laytheme.on('newpageshown', function(){
           
        console.log(totalCount);
            
            jQuery(".row-0 > .row-inner > .column-wrap > .col").append("<div class='page_number'>1 / "+totalCount+"</div>");
            jQuery(".row-1 > .row-inner > .column-wrap > .col").append("<div class='page_number'>2 / "+totalCount+"</div>");
            jQuery(".row-2 > .row-inner > .column-wrap > .col").append("<div class='page_number'>3 / "+totalCount+"</div>");
        });
    </script>
    

    If someone notices some obvious thing that I'm missing to get the length work, I'd of course appreciate some quick tips! :)

    Addons fullscreenslide

  • Fullscreen slider pagination?
    N nuotio
    Apr 24, 2020, 5:16 PM

    Hi! Once again I'm here with a question... Would you have any suggestion on how to create page numbers for rows when using the fullscreen slider?

    I am basically creating a site which is just one big carousel but would like to use the fullscreen slider instead of the carousel addon, so I can better customize the layout of each slide.

    My problem is that I'd need to show numbers of each slide. I could, of course, put them there manually, but that would be a bit unpractical if I decide to change the order of the slides later.

    Thank you so much for your help and the amazing work as always!

    Addons fullscreenslide

  • Can the Previous/next buttons of the carousel be out of the images ?
    N nuotio
    Mar 12, 2020, 5:41 AM

    @mariusjopen I don't know if my example helps at all, but I replicated the above negative value hack here: http://anttonnuotio.com/testsite Arrows are nicely outside the container and everything works. This is made with an older version of the carousel plugin, with the newest one this doesn't work anymore. There the overflow is hidden, and when the buttons go past the container they're not visible anymore…

    Would really appreciate finding some solution for this! Going back to the old version for example, if that's possible…

    Thanks a lot for your help as always!!!

    Addons

  • Can the Previous/next buttons of the carousel be out of the images ?
    N nuotio
    Mar 11, 2020, 7:56 AM

    Hey! I have a similar need/problem/request! Before I was able to set the arrows outside the container with negative values. Now after the carousel updated the buttons are hidden outside the swiper-container. Is there any css hack I could use? Or as a last resort, is it possible to go back to the old carousel plugin without downgrading WP or Laytheme otherwise? ::desperate::

    Addons

  • Carousel update – text slides
    N nuotio
    Mar 3, 2020, 6:24 AM

    Exact same problem. Updated the plugin and now all text slides, which were previously aligned vertically middle, are aligned to the top. The different options don't have any effect.

    Addons

  • Another vote for some kind of news/blog functionality
    N nuotio
    Nov 28, 2019, 10:20 AM

    Dear Armin & Marius (& possibly others!) First of all, I love Laytheme and have used it successfully for many projects now. I like the simplicity, cleanliness and the fact that I can quickly and easily set up very different kind of structures and layouts, but then I can also go deep with CSS+JS customization and pretend to myself that I'd be a real coder...

    While the Laytheme keeps on getting better and better by every update I wish I could just use this theme and forget any others. But the lack of blog/news integration forces me sometimes to look elsewhere. I know this theme is designed for portfolio use and there're no false promises of anything else. Fair enough. Still, I wish you guys would someday turn this into a real jack-of-all-trades theme and surprise with a way to set up some kind of blog. Then I'd never need to go through these endless lists of shitty Wordpress themes anymore...

    One can always wish, right?

    Feedback posts dreaming news blog

  • Slow page load / question about optimizations
    N nuotio
    Dec 28, 2018, 9:53 AM

    @mariusjopen Thank you so much if you can give this a second look with Armin! On some browsers&fast connections the site loads pretty okay but on some, it seems to still take over 20 seconds. I agree that there's A LOT of images indeed, but somehow I'd need to find a way to live with them. At least they're now all heavily compressed…

    Mainly I'm wondering if there's still something I could do on the Layoptions. I'm a little bit confused with the lazyload preferences for example. I have tried to turn it on and off on the general settings and on the carousel settings and I don't notice any difference in the performance. It does seem to load all the images immediately on page load no matter what option I have enabled. What would be the best option(s) in my case?

    Thank you so much for your help and happy christmas+holidays to you as well!

    General Discussion carousel addon lazy load images

  • Slow page load / question about optimizations
    N nuotio
    Dec 23, 2018, 11:35 AM

    Btw I changed the page to load all images instantly which sounds like a bad choice, but I hope it would at least force the images to show up.

    The loading time is still at worst about 25 seconds and sometimes the images don't show up at all. :(

    0_1545564877464_Näyttökuva 2018-12-23 kello 13.32.42.png

    General Discussion carousel addon lazy load images

  • Slow page load / question about optimizations
    N nuotio
    Dec 23, 2018, 11:32 AM

    Damn… that would be extremely unfortunate. Have been using Laytheme before with different kind of sites and I really love working with the theme. I still hope there would be some way to get my site working without starting over with some new theme. (At this point of the project it would be super difficult).

    According to the description Laytheme is supposed to be a well-suited theme for portfolios, so it should presumably handle a lot of high-resolution images? I keep my fingers crossed that there would be a solution!

    General Discussion carousel addon lazy load images

  • Slow page load / question about optimizations
    N nuotio
    Dec 22, 2018, 10:40 AM

    Uh oh… I might be able to resize the images a bit, but I'm afraid that's not going to help too much. I hope there would still be something I could do in the options. The overall loading time is inevitable, but the fact that the first picture takes so much time to load is not ok at all.

    My general settings are now:

    0_1545475088417_Näyttökuva 2018-12-22 kello 12.36.10.png

    And the carousel settings:

    0_1545475120037_Näyttökuva 2018-12-22 kello 12.36.24.png

    Do you have any suggestions what I could try?

    General Discussion carousel addon lazy load images

  • Slow page load / question about optimizations
    N nuotio
    Dec 20, 2018, 11:45 AM

    Hello! This might be a bit complicated question, but I’m getting complaints from the client about the slow loading speed of their site and I don’t know anymore is there much I can do in the ”code”/options in order to increase it.

    The problem is that the front-page has A LOT of carousels with a lot of big images which obviously takes a while to load when visiting the site for the first time (even though on my tests the speeds are usually all right or at least acceptable). And therefore it might take some time for the first image to appear, which becomes a bit problematic. On a bit slower connection this might take over 20 seconds.

    My questions are:

    1. Is there any possibility to force the page to load first one specific image? (In this case the first image of the first carousel) and then first after that start to load the remaining ones. Maybe by using the first image also as some kind of placeholder perhaps or with some additional script? (haven't been able to figure out a way to do this my self…)
    2. I have now set the images to lazy load in the Lay Options, but I’ve tried also the ”Load all images of a page instantly” option without seeing that much difference in the performance. Which one, in this case, would theoretically be a better option, if my aim is to make the first image to appear as quickly as possible? The carousel addon is set to lazyload as well.

    Thank you so much if you’re able to give this a look! I absolutely love working with this awesome theme, but when getting this kind of feedback I’m getting a bit clueless about what to do.

    The page is http://janinerewell.com/work and the password: jr

    General Discussion carousel addon lazy load images

  • Problem with text slides' vertical alignment
    N nuotio
    Nov 29, 2018, 11:44 AM

    Hi! After updating the carousel addon to the latest version, texts are not anymore positioned in the middle as they use to be. And in "Lay options" -> "Vertical Alignment of Text" doesn't change anything, texts are now always aligned to the top. Unfortunately I don't remember in which version this still worked…

    Website: http://janinerewell.com/work password: jr (The text slide is the last slide on the first carousel)

    Addons

  • Cursor highlighting text on Carousel?
    N nuotio
    Oct 15, 2018, 12:34 PM

    Oh thanks for considering this as an option! Looking forward to this in the future!

    Addons

  • Cursor highlighting text on Carousel?
    N nuotio
    Oct 2, 2018, 10:45 AM

    Hi and sorry for not linking the website. I haven't yet started to implement the actual layout to wordpress+laytheme, but here's a quick example, how I would like the website to function.

    So my wish is to make the second text slide of the carousels so that user could highlight and copy texts. And therefore disable "clicking the picture goes to next slide" functionality.

    http://anttonnuotio.com/playground password: carouselTest

    Thank you so much for your help!

    Addons

  • Cursor highlighting text on Carousel?
    N nuotio
    Sep 29, 2018, 3:54 PM

    Hi! I have a site that uses a lot of carousels and on each carousel, I have text slides as a project description.

    I would need to make these texts possible to choose and copy like texts normally and disable "next" navigation on click (preferably only on desktop). Buttons as a navigation would be enough.

    Do you think this could be possible?

    Thank you!

    Addons

  • Background video error
    N nuotio
    Dec 23, 2017, 2:00 PM

    Yes, WP 4.9.1 and Lay Theme 2.4.1. As said the error on Chrome's console states that: "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()."

    Thank you for the help!

    Bug Reports fullscreenslide backgroundvideo error

  • Background video error
    N nuotio
    Dec 21, 2017, 10:05 PM

    Video bg is on the fourth slide: http://annaalanko.com/home On safari video seems to work, but not on chrome. Haven't check other browsers yet.

    Bug Reports fullscreenslide backgroundvideo error

  • Background video error
    N nuotio
    Dec 19, 2017, 9:26 PM

    Hi! My background row videos don't work very reliably (sometimes they show up, but sometimes nothing)... Getting this error from Chrome's console: "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()."

    I'm using fullscreen slider, could that be a problem?

    Thank you for your help!

    Bug Reports fullscreenslide backgroundvideo error

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Y
yelmarb
12 minutes ago
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
laytheme.com
  • Login

  • Don't have an account? Register

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