-
fabiandraxl
Hej @Richard,
I have sent you the login data, thank you very much.
I am also working on another page. I have set up the same scenario here for test purposes, and the problem is exactly the same.
On this page you can also see a bar at the bottom of the page, if you open the page with Safari on iPhone.
https://algorithmicwalking.com/test
-
fabiandraxl
Hey @Richard @arminunruh ,
It has happened to me several times now that I change the layout for mobile and publish it again and again to evaluate the page live. Annoyingly, the backend always refreshes and jumps back to the desktop layout.
Would it be possible to optimise the backend in such a way that you could stay with the mobile layout or possibly also with the scroll position (row that I edited last) that you edited last?
Thanks in advance,
Fabi 😘 -
fabiandraxl
Hej @Richard,
I don't know about you, but I have this problem on every iPhone I use. Attached is a photo of my colleague's screen as proof.
This page is built with the fullpageslider at 100vh:
And this page is a "normal" Laytheme page with rows (the first row should be 100vh).
In the second screenshot, the bar at the bottom is no longer white because I changed the background color from white to grey, but the bar remains.
If you want I cloud setup up an account for you, to get deeper into this?
Best regards and thanks in advance, Fabi
-
fabiandraxl
Hej @arminunruh,
Unfortunately, when I activate the footer on all pages, I can currently only select one language. I have installed Polylang, but automatic switching is not possible.
Is there another solution for integrating the footer on the single product page via PHP?
Thanks in advance,
Fabi -
fabiandraxl
Did you have another chance to look at the whole thing? Is there anything that can be done?
Unfortunately, I'm running out of time with this project and would otherwise have to find a completely different solution.
Many thanks in advance,
Fabi -
fabiandraxl
Hej Laypeople,
For a new lay project I would like to have other page transitions like for example on this Site. Is it possible to intervene with custom code so that the fade transitions are changed or removed on page changes?
Thanks,
Fabi -
fabiandraxl
Finally fixed the Code:
Here is the working JS:
<script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ if(type == "page" && obj.id == 19,36){ var today = new Date(); var month = (today.getMonth()+1+"").padStart(2,'0') var year = today.getFullYear(); var date = month+'/—/'+year var element = jQuery('a#year'); element.html(date); } }); </script>
CSS:
#year { width: 100%; height: auto; }
and HTML:
<a id="year" class="_Default" href="https://michaelplessl.com/index/"></a>
Hope this should help someone in the right direction. :P
Best,
Fabi -
fabiandraxl
Hello again,
I have just spoken to my developer friend again and he also says that this is a problem caused by Laytheme. It also varies in severity depending on the iPhone version and browser used.
It looks like you are setting different values for each device, which means I would have to adjust the values for each device and overwrite yours?
Please tell me there is a simpler solution?
Best regards and many thanks,
Fabian -
fabiandraxl
Yeaaaah! Thank you very much. Works wonderfully, my page now meets all data protection criteria. 🥳
Would it be possible to integrate this function directly into the slideshow in the gridder instead of in the general settings? I am currently working on a page where I would like to sporadically use Youtube videos in the carousels ...
Thaaanks,
Fabi -
fabiandraxl
Hej @Richard,
Thanks for the info, I'll take a closer look at the tool.
Unfortunately, the bar is definitely visible on my phone (iPhone X) and my colleague's phone (iPhone 13 mini) :/
There is also a white strip at the top edge where the notch is.
What else can I do? Unfortunately, I'm slowly getting desperate ...
Best regards,
Fabi