@arminunruh thank you !
Keffer
Posts
-
phone Menu broken after update -
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
-
Memberful featureActually there is a shortcode function, here is it for information : https://memberful.com/help/integrate/services/wordpress/wordpress-shortcodes/
It's clearly cannot work as the shortcode cannot be divided into the grid and put content in the middle, and the shortcode is not working inside a Text content or a HTML box.
Just one question : It is possible to put back a page or a post as something independant from Lay Theme ? Like a basic Wordpress element non associated with the theme.
Thank you again.
-
Memberful featureThank you Marius, will look at it.
Best
-
Memberful featureHi everyone,
I'm looking right now to propose a membership on my website. I've found Memberful, a external version of Patreon (from the same company) made for Wordpress and Stripe.
Everything went cool until you need to have a "membership" included space into pages. The plugin editor show off well, but of course it's not recognize on the grid.
I wonder if there is any solution to implement the Memberful section into the Laytheme grid.
Screenshot attached.
Thank you, bye.
-
Link style in carousel captionI've just corrected it with adding a CSS but i would love to have it back without touching the code. Thank you very much.
-
Link style in carousel captionNot anymore on my side, like the last time, but it was resolved with the update. No move on my side, still the same configuration and browsers, it's not working on all.
-
Link style in carousel captionHi there
The last update Version 1.3.5 broked the perfect correction you have done to the carousel links.
Thank you