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

G

gdk

@gdk
About
Posts
36
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cant click on project index links on mobile
    G gdk

    on mobile it doesnt work to click on the project index image links: https://doublekoek.com/

    Bug Reports

  • Spacing around Video incorrect
    G gdk

    @Richard hi, yes sadly it still doesnt work

    Bug Reports

  • Koekkoek — Photography & Direction Portfolio
    G gdk

    Hi, I just redesigned my page using image hover mostly.

    https://doublekoek.com

    lots of love, Daniel

    Showcase

  • Spacing around Video incorrect
    G gdk

    Hi, I embed a video (vimeo) and make 1% space on top and 1% on bottom (black).

    It works fine in safari on desktop:

    Screenshot 2021-11-28 at 19.58.37.jpg

    but sadly its not working on mobile (iphone). the bottom space is much bigger. how to get this fixed?

    IMG_0237FE6CACF9-1.jpeg

    link to site: https://doublekoek.com/royal-motors/

    Bug Reports

  • Empty page / no images shown after Carousel Plugin update
    G gdk

    solved after upgrading laytheme + wordpress too.

    Bug Reports

  • addons make my web white plain
    G gdk

    sounds like the same problem I experience right now with carousel:

    https://gebhart.dk/c/monday/

    all gone. all empty.

    Addons

  • Empty page / no images shown after Carousel Plugin update
    G gdk

    My portfolio is based on the Carousel plugin. I just updated the Carousel plugin to Version 1.6.4. - Now no more images are shown and my portfolio is completly empty.

    https://gebhart.dk/c/monday/

    could you please help me to find out what went wrong? Is there a way to downgrade the plugin again?

    Screenshot 2020-06-05 at 10.56.16.jpg

    Bug Reports

  • z-index not working
    G gdk

    I have a problem with positioning my text in front of my images. Somehow z-index is not working. Even if I set it to 100 the text will be placed in the background after my images.

    The text appears only very quickly when loading and disappears after that in the background.

    http://koekkoek.xyz/horse-boys-for-helmut-lang

    on the top left you can see "Denim Campaign for HELMUT LANG — Accra, Ghana 2020" for 1 second when loading.

    General Discussion

  • Sound on hover / mose over
    G gdk

    somehow this only works if I jump onto another site and go back to my site with the back function of my browser.

    General Discussion

  • Sound on hover / mose over
    G gdk

    Hi, I try to play a mp3 which pronounces my name when I hover over it. Therefor I try to use this script:

    <script>
    
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){
    var s1 = new Audio("http://koekkoek.xyz/wp-content/uploads/2020/05/kuckuck.mp3");
    jQuery("#note1").mouseover(function() { playme(s1); });
    
    function playme(n) {
    n.play();
    }
    
    });
    
    </script>
    

    and put it inside my post here as like this:

    <span id="note1">[ˈkʊkʊk]</span>
    

    but it doesnt work at all. Where exactly do I have to place the js code? Inside the custom html / header?

    thats the site I try to integrate it: http://koekkoek.xyz/info

    thank you!

    General Discussion

  • Mouseover sounds
    G gdk

    @dani hi, did you make this work? I'm looking for the same. Which plugin / js script did you use? thank you!

    General Discussion

  • page padding only for specific mobile pages
    G gdk

    Screenshot 2020-05-04 at 21.38.12.jpg

    thats the desktop site with paddings as I set them for the site...

    General Discussion

  • page padding only for specific mobile pages
    G gdk

    hi, for my main page its cool not to have any paddings on the sides with my mobile page:

    Screenshot 2020-05-04 at 21.32.04.jpg

    but for the other pages it would be great to have paddings.

    Screenshot 2020-05-04 at 21.31.41.jpg

    it works very well with the page paddings on top and everywhere for the desktop site. but the mobile site just ignores my top-paddings. how to fix that?

    website: http://koekkoek.xyz

    General Discussion

  • Turn around of drop-down menu / sub menu
    G gdk

    thank you - i fixed it:
    https://gebhart.dk/2020/sex-toys-for-office-magazine/

    General Discussion

  • Turn around of drop-down menu / sub menu
    G gdk

    Hi, my menu is on the bottom right corner and I used @Armin-Unruh css code to make it drop down. Sadly I would need to have the drop-down the other way around. No drop-down but rather a pop-upwards. Is that possible?

    Screenshot 2020-04-30 at 20.58.41.jpg image url)

    thats the css I use

    /*submenu*/
    nav.primary .sub-menu li{
        display: block;
        position: relative;
    }
    .sub-menu{
        padding-top: 10px!important;
        opacity: 0;
        transition: opacity 200ms ease;
        -webkit-transition: opacity 200ms ease;
        pointer-events: none;
        position: absolute;
    }
    nav.primary li:hover .sub-menu{
        opacity: 1;
        pointer-events: auto;
    }
    /**/
    
    General Discussion

  • embedding font does not work
    G gdk

    @mariusjopen said in embedding font does not work:

    <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
    Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Hi Marius - I have the same problem with Chrome and did try your solution but it doesnt work for me. Any idea?

    https://gebhart.dk/wp-commerce

    it works fine with Safari, but not in Chrome.

    best, Daniel

    Bug Reports

  • Laytheme V3 footers issue
    G gdk

    @arminunruh dear armin - im using this construct of website which only works with your old version - https://gebhart.dk/wp-commerce

    General Discussion

  • modify html code of site title
    G gdk

    thank you armin!

    General Discussion

  • modify html code of site title
    G gdk

    Hi,

    I would love to add a div around my site title in order to make its font color the inverse color of my current background image.

    this can be achived with css "mix-blend-mode: difference". but I will need to put my title into a new div for that. in which file can I find the html code for site title "sitetitle-txt-inner"?

    thank you!

    General Discussion

  • Laytheme V3 footers issue
    G gdk

    sadly it didnt work for me at all. I did the update and also try !important. @arminunruh

    General Discussion
  • Login

  • Don't have an account? Register

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