Great! thank you! :-)
ruwie
Posts
-
page overlay changes order of carouselFeb 7, 2025, 10:23 PM -
page overlay changes order of carouselFeb 5, 2025, 6:14 PMI'm really sorry. I can't let go of this topic. I have now updated another site of mine where everything was going great before! The same problem is now occurring there too! As soon as I click on a page overlay it destroys the slideshow that is loaded on the page I clicked from.
-
page overlay changes order of carouselFeb 5, 2025, 10:17 AMUPDATE: I have just checked again: When I click on the page overlay, the order of the images does not change but the images are skipped in the carousel. If I click the page overlay once, close it again, the slideshow jumps from image 1 directly to image 3, then to image 5... If I repeat the page overlay, the images jump from image 1 to image 4 to image 6 and so on. The more I repeat this, the fewer images are displayed... Image 1 on image 10 on image 20 etc.
-
page overlay changes order of carouselFeb 5, 2025, 9:14 AMhello,
I have a problem with the page overlay. When I open the overlay via menu, the carousels on the page below suddenly change to the start image by adding the class “is-selected” to it and all the images in it change their order. My carousel is set to fade, when the slideshow is set to slide everything works fine. Is this a bug? I have already tried everything by turning off all plugins, custom codes and css styles. The problem still exists. I hope you can help :-) -
Update Problem: Only show the first rows of the thumbnail gridMay 11, 2021, 6:45 AM@Richard
Here is the Link:
https://bit.ly/3y5KwjsBest
-
Update Problem: Only show the first rows of the thumbnail gridMay 1, 2021, 10:52 AMhave a problem after the last update:
I use the thumbnail grid to show news articles. So that not all news articles are displayed, I have limited the number by CSS and always show the first 2 rows.
This has always worked so far. Only now the .thumbnail-wrap simply move out of the parent-class and are displayed below each other. I don't understand it exactly because all suddenly all .thumbnailgrid-row after the first 2 disappear.
Example of what it looks like without CSS:
<div class="thumbnail-collection"> <div class="thumbnailgrid-row top-aligned"> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> </div> <div class="thumbnailgrid-row top-aligned"> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> </div> <div class="thumbnailgrid-row top-aligned"> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> </div> ... </div>
so everything looks right, now I want to show only the first two rows and enter the css (worked before):
div.thumbnailgrid-row:nth-child(n+3) { display:none; }
then the code breaks and it looks like this:
<div class="thumbnail-collection"> <div class="thumbnailgrid-row top-aligned"> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> </div> <div class="thumbnailgrid-row top-aligned"> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> </div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> <div class="thumbnail-wrap" style="..."></div> ... </div>
so after the first 2 rows, all thumbnail-wraps are displayed one below the other. don't really understand this if i'm honest....
is there a solution?
Best R
-
Blurry linksNov 23, 2017, 2:17 PMhey!
i would like to use the blur effect as you can see in the project thumbnails (images) but i don´t want to use it on images, i want to use it on all text-links of the website, including title, nav, project thumbnails and text.
do you think it´s possible?
i tried to give the "a:hover" class the blur effect but also the linked images get blurred now ;-) ... is there another way to make only the links blurry?
cheers r
-
No transition fullscreen sliderNov 8, 2017, 6:07 PMhey marius!
thanks for you answer!
can you please give an example how to do it?
i have some knowledge about jQuery and css but a simple hint how to use it or better what exactly i have to do would be great!i think this could be also interesting for others...
thanks in advance
-
No transition fullscreen sliderNov 7, 2017, 3:35 PMhey!
i have the same question... i have the fullscreen slider with fading effect and want to use autoplay like the carousel...
is there any possibility to use the fullscreen slider addon with autoplay function?
thanks for your reply! :-)
-
Text position: fixed in GridderJun 23, 2017, 12:58 PMhey marius,
yes i now how to put something in the header. but the problem i see is that every page gets his own navigation. i mean on one site you have the navigation "back video info" and on the next page you have "back video gallery making of info" and so on... do you think it´s possible to do it in the header? if yes, how?
thanks for your fast reply!
r -
Text position: fixed in GridderJun 8, 2017, 11:42 AMhey marius,
of course i can
http://bit.ly/2sX5pLawhat i want is that the text element in the bottom (navigation) and the title on top stay like the fixed position of the "next project" button. but the problem is that i can not put it on the footer etc. i want to manage the menu points individually for every project.
hope you can help me with it :-)
g ruven
-
Text position: fixed in GridderJun 6, 2017, 8:06 AMhi!
i have a little question. i would like to insert a sub navigation on the project sites (each individually) where you can scroll through the page, wich is in fullscreen slider mode.it´s a text element where the links are in and i would like to fix this element like the standard menu on bottom of the page. i tried it with custom css
.fixed {
position: fixed;
top: 100px;
left: 200px;
z-index: 10;
}.fixed a {position: fixed;}
and added the class to the text element on the project gridder site. but nothing changed, the text is still scrolling and not fixed.
What did I do wrong?
best r
-
multiple categoriesJun 4, 2017, 1:58 PMhi marius and armin, are there any news with the filter function? it would be great to have more than one category to eject. the sample from meiré meiré is great! i would like to use the "thumbnail grid" and want to show on the frontpage a selection of projects. it would be great if you can help! and by the way i don´t use the "next project" button, i only want a new category where i can put in selected works.
cheers r -
After updating lay-theme on wordpress, the website isn't working anymoreJan 13, 2017, 10:55 AMHelp me please!
all is away backend + frontend!!!! -
Fullsize Slider Fade OptionSep 1, 2016, 10:16 PMhey armin,
is it possible to get a fade option for the fullsize slider? maybe the same as the carousel? i tried to use this but there isn´t a function to use the carousel as a fullsize background. it would be very famos if you could help me.
cheers!
Need custom programming for your Lay Theme site?
I regularly add new features to Lay Theme for free, based on user feedback. But if you or your client need something more specific, I’m happy to offer custom paid programming tailored to your project.
Email info@laytheme.com with the subject "Custom paid programming for Lay Theme" and a short description of what you need — I’ll reply with a cost estimate.
Custom features I build often make it into future Lay Theme updates, so your idea might benefit the whole community.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it