-
-
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:
but sadly its not working on mobile (iphone). the bottom space is much bigger. how to get this fixed?
link to site: https://doublekoek.com/royal-motors/
-
-
G gdk
sounds like the same problem I experience right now with carousel:
all gone. all empty.
-
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.
could you please help me to find out what went wrong? Is there a way to downgrade the plugin again?
-
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.
-
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.
-
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!
-
G gdk
@dani hi, did you make this work? I'm looking for the same. Which plugin / js script did you use? thank you!