oh that could be it! thank you! I have to take a look
borbold
Posts
-
pictures load delayed, even though they're just a few kbMar 22, 2024, 2:45 PM -
pictures load delayed, even though they're just a few kbMar 21, 2024, 5:04 PMHello,
I am recently in the progress of updating my website and it seems like that sometimes pictures wont show or just load in very late. I checked the sizing, and the pictures are just a few kb big. So that can't be the issue right?
https://www.maximilianborchardt.de/
I also tried lazy loading on/ off, but no difference.
Is there anything I could have missed?
Thank you in advance!
MB -
Small "bump" and scrollbar problem with overlay menuFeb 1, 2024, 2:31 PMThank you Armin, that worked just fine!
-
Small "bump" and scrollbar problem with overlay menuJan 31, 2024, 5:50 PMHello,
I am into rebuilding my portfolio and came across an little annoying error.
everytime I click the menu, the scrollbar disappears (because there is no content to scroll anymore right?) but then the responsive design forces to "readjust" all the images in the background. That visual "bump" does not look very great... here you can see it: https://youtu.be/yfxV7d-HRRo
does anyone has an idea how I could fix this issue?
thank you in advance!
m -
Photography Portfolio – Maximilian BorchardtMar 1, 2021, 9:37 AMI am not quite happy with my slider on mobile yet, but I will figure it out I think :)
-
HTML5 Play/Pause hover won't work correctly in Element GridFeb 25, 2021, 11:31 AM@borbold https://bloqmagazin.de/#team
thats the clickable videos that I originally wanted to play on hover
-
HTML5 Play/Pause hover won't work correctly in Element GridFeb 25, 2021, 11:19 AM@Richard-K
Hey Richard! Thank you so much for asking. Sadly I didn't had any luck yet. I tried a lot more and then I just let it be
But the page released you can have a look at what I mean: https://bloqmagazin.de/
all the best
-
Photography Portfolio – Maximilian BorchardtFeb 24, 2021, 11:00 AMHey Guys,
still a few things here and there I am not quite happy with. Especially for the mobile version.
https://www.maximilianborchardt.de/
Let me know what you think :-)
-
HTML5 Play/Pause hover won't work correctly in Element GridJan 17, 2021, 3:30 PMAt first: thank you for your quick reply armin!
I see! But I am afraid its not solving my problem... When I turned autoplay off no videos are playing at all, not even when I am hovering them. That was functioning before
So I want still images, but when hovering them I want the video to play. I tried different codes by now but I end up with the same two results every time.
- still video, not playing at all
- hover video function works, but I have to hover the image once so it freezes once
Any further ideas?
I'm afraid I have to really start learning jQuery to solve stuff like this. In my head I know what could be the problem, but I can't express it properly with code by myself.
For example would it be possible to do a workaround by replacing the "play by click" function with the hover function?
-
HTML5 Play/Pause hover won't work correctly in Element GridJan 12, 2021, 10:54 PMHello,
I was trying to implement a code mentioned in another thread. This one:
<script> window.laytheme.on("newpageshown", function(){ jQuery('video').each(function(){ this.pause(); }); jQuery('video').on('mouseenter', function(){ this.play(); }); jQuery('video').on('mouseleave', function(){ this.pause(); }); }); </script>
It does function kinda properly pausing when I am not hovering them, but when I am entering the page the videos are all already playing. They should already been loading as paused right from the beginning and should only be playing when I am hovering them, right?
The elements I am using are in an element grid, could this be the problem?
Also I am using another code I found to create a onepager menu, but as I removed it the problem above stayed the same.I can't post the URL public, but I can send it via message if someones up to my problem. :-)
Thank you!
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it