Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

K

Keffer

@Keffer
About
Posts
32
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • remove underline link on special text format
    K Keffer

    I was also looking for this, thank you Armin for the solution.

    General Discussion

  • Carousel & captions
    K Keffer

    @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.

    Bug Reports

  • Carousel & captions
    K Keffer

    Looking further in the code, it seems there is a line that putting the margin at 0 :

    screenshot 2024-11-30 à 17.26.31.jpg

    Bug Reports

  • Carousel & captions
    K Keffer

    Hello,

    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

    screenshot 2024-11-28 à 13.36.03.jpg screenshot 2024-11-28 à 13.36.14.jpg

    Bug Reports

  • phone Menu broken after update
    K Keffer

    @arminunruh thank you !

    General Discussion

  • phone Menu broken after update
    K Keffer

    After checking out on the inspector, it seems it's the "flex" on the nav.laynav that causing troubles.

    screenshot 2.jpg

    General Discussion

  • phone Menu broken after update
    K Keffer

    Hello,

    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

    website.jpg

    General Discussion

  • Dark mode — is it possible?
    K Keffer

    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>
    
    General Discussion

  • Dark mode — is it possible?
    K Keffer

    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.

    General Discussion

  • Dark mode
    K Keffer

    Part 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.

    General Discussion

  • Dark mode — is it possible?
    K Keffer

    @Hayo-Gebauer

    Thank you so much for this.

    General Discussion

  • Dark mode
    K Keffer

    Hello 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 !

    General Discussion

  • Dark mode — is it possible?
    K Keffer

    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 ...

    General Discussion

  • Can't add or edit image captions
    K Keffer

    Same here too, last version of LayTheme and Wordpress.

    Bug Reports

  • Multi images for the intro
    K Keffer

    @arminunruh Thank you

    Feedback

  • Multi images for the intro
    K Keffer

    Hello 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

    Feedback

  • Category in project thumbnail caption
    K Keffer

    Thank you Marius,

    Could it be a suggestion for a new update of Lay Theme ?

    Thank you

    General Discussion

  • Category in project thumbnail caption
    K Keffer

    Hello everyone,

    One simple question : Is it possible to add the category of the project in the project thumbnail caption ?

    Thank you

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search