I was also looking for this, thank you Armin for the solution.
Keffer
Posts
-
remove underline link on special text formatFeb 19, 2025, 4:47 PM -
Carousel & captionsDec 9, 2024, 11:56 PM@arminunruh Thank you for the precision, i'm always using the "general caption", maybe it will make sense to have the same parameters even for the one under plugin's ?
On the editor it is showing the "good" behaviour, so it's not synchronised with the final result and so i didn't look for a different parameter.
-
Carousel & captionsNov 30, 2024, 4:27 PMLooking further in the code, it seems there is a line that putting the margin at 0 :
-
Carousel & captionsNov 28, 2024, 12:42 PMHello,
There is a bug when placing a caption under a carousel, the margins are not working properly on the website, but only on the editor.
Last version of Laytheme, no other plugins, no additional CSS, and on all browsers.
Examples attached.
Thank you
-
phone Menu broken after updateDec 22, 2023, 2:04 AM@arminunruh thank you !
-
phone Menu broken after updateDec 21, 2023, 1:48 AMAfter checking out on the inspector, it seems it's the "flex" on the nav.laynav that causing troubles.
-
phone Menu broken after updateDec 21, 2023, 1:12 AMHello,
It seems that the phone menu is now broken since the last update, it's making a straight line rather than the normal state as being vertical.
I've tried to play with the options to see if it was something from there, but same results, in every browsers too.
Best
-
Dark mode — is it possible?Jul 29, 2023, 3:39 PMAlright after some tests i've found the solution to have the dark/light mode synchronised.
<!-- Darkmode Code --> <script> if (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches){ jQuery("body").addClass("dark-mode-on"); } window .matchMedia("(prefers-color-scheme: dark)") .addEventListener("change", function (e) { const colorScheme = e.matches ? "dark" : "light"; console.log(colorScheme); if (colorScheme === "dark") { jQuery("body").addClass("dark-mode-on"); } else { jQuery("body").removeClass("dark-mode-on"); } }); </script>
-
Dark mode — is it possible?Jul 29, 2023, 12:46 PMI'm lost trying to put this in motion so a last question :
I would love to add the dark mode in automatic mode in your code, when the system is changing, the website is changing too, without having to refresh.
The example :
https://codepen.io/daelity/pen/zgNdZj
https://stackoverflow.com/questions/56393880/how-do-i-detect-dark-mode-using-javascript
https://www.section.io/engineering-education/watch-for-system-dark-mode-using-js-css/Thank you anyone for the help.
-
Dark modeJul 24, 2023, 11:49 AMPart of the answer is there http://laythemeforum.com:4567/topic/3802/dark-mode-is-it-possible/15
It would still be amazing without having to "code" anything.
-
Dark mode — is it possible?Jul 24, 2023, 11:47 AMThank you so much for this.
-
Dark modeJul 21, 2023, 1:01 PMHello everyone,
Coming back with the "Dark mode" subject as i didn't really found any solutions yet, and not confortable with code and Java.
Armin or the team, are you planning to add an option for this feature ? Where we can choose the parameters on the customize panel directly ?
Thank you again for the work !
-
Dark mode — is it possible?Jul 21, 2023, 12:48 PMHello @Hayo-Gebauer
By any chance can you give the code you used for your website ?
Trying to get there but i'm not a code pro ...
-
Can't add or edit image captionsMay 15, 2023, 12:05 PMSame here too, last version of LayTheme and Wordpress.
-
Multi images for the introDec 18, 2019, 4:46 PM@arminunruh Thank you
-
Multi images for the introDec 3, 2019, 2:35 PMHello all,
Just an idea that might be said earlier: to have the possibility of showing the picture or video from a selection of multiple elements for the intro feature, randomly picked on every openings.
It can had a "fresh" or "new" feeling when regular visitors come to the website often.
Thank you
-
Category in project thumbnail captionNov 10, 2019, 1:50 PMThank you Marius,
Could it be a suggestion for a new update of Lay Theme ?
Thank you
-
Category in project thumbnail captionNov 6, 2019, 9:37 PMHello everyone,
One simple question : Is it possible to add the category of the project in the project thumbnail caption ?
Thank you
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