I was also looking for this, thank you Armin for the solution.
Keffer
Posts
-
remove underline link on special text format -
Carousel & captions@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 & captionsLooking further in the code, it seems there is a line that putting the margin at 0 :
-
Carousel & captionsHello,
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 update@arminunruh thank you !
-
phone Menu broken after updateAfter checking out on the inspector, it seems it's the "flex" on the nav.laynav that causing troubles.
-
phone Menu broken after updateHello,
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?Alright 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?I'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 modePart 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?Thank you so much for this.
-
Dark modeHello 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?Hello @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 captionsSame here too, last version of LayTheme and Wordpress.
-
Multi images for the intro@arminunruh Thank you
-
Multi images for the introHello 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 captionThank you Marius,
Could it be a suggestion for a new update of Lay Theme ?
Thank you
-
Category in project thumbnail captionHello everyone,
One simple question : Is it possible to add the category of the project in the project thumbnail caption ?
Thank you