can you check if your image does not exceed 128 * 128px?
if you're using a mac, can you restart it?
if your cursors are svg's, can you check if they contain width and height attributes? explanation: http://laythemeforum.com/topic/5190/svg-cursors-fix
actually the videos take a little long to play sometimes. maybe its because they get loaded one too many times. i just released another carousel addon update which you could try
ah i understand!!
please make the text white,
then right click the text element in the gridder,
click "set html class and id", for class enter:
difference
then in lay options -> custom css & html,
in custom css enter
.difference{
mix-blend-mode: difference;
}
u can use this version of lay theme, it already includes the fix:
https://www.dropbox.com/scl/fi/0aa178g63ekg7znq2ymro/lay.zip?rlkey=t69udtzwq48hsx427leuccr9k&st=y9v947ki&dl=0
and then dont forget to update carousel
i want to wait a little longer to release the lay update, because i need to test something more
hey!
mostly its because a hidden setting has a negative value.
if you show/hide settings by for example checking and unchecking the "show numbers" checkbox, you can find the negative values
if u cant find it:
Can you please send:
a link to this forum topic
your website address
/wp-admin/ username and password
to: info@laytheme.com
i think you need to make your carousel as wide as the whole page. so resize and place it in the gridder.
then we just make the images smaller:
.slide-inner{
transform: scale(0.7);
}