Thanks! @arminunruh
joeclarkx
Posts
-
news element spaces -
news element spacesHi, please see https://corneliabaltes.com/news/
The mobile version doesn't respect the auto phone layout values as specified in the customizer. The issue seems to be when there is a text element in row 1 and an image in row 2, the automatic phone layout doesn't include any space between these rows.
In fact, within the customizer, it adopts the correct padding. But both on mobile and a resized desktop window there is zero padding between the rows applied.
Can anything be done?
-
Initial page load MUCH slower on mobile@arminunruh Hi Armin.
I'm sorry to be bothering you with this - its just so mysterious.
I'm in Germany , Berlin - gigabit connection
Using Chrome
On Mac Chrome has no issues - even when displaying a mobile view
Phone is a modern mid-tier device -Pixel 4a
n.b. the page speed test link also simulates a mid-tier android device"Enable YouTube pause video when leaving slide (adds extra YouTube Script)" - already unchecked.
To me, it looks like it must be a difference between the android and apple platforms. But i'm not technically qualified to diagnose whats going on...
-
Initial page load MUCH slower on mobile@joeclarkx The REALLY puzzling thing (for me at least) is that a desktop window resized to mobile size doesn't have any performance issues...
Does that indicate that something changed with the mobile version of chrome?
-
Initial page load MUCH slower on mobile@arminunruh thanks. I'm not sure how Digital Ocean could help?
I'm still really struggling with this. Load time for mobile is truly awful.
I tried PageSpeed Insights:
https://pagespeed.web.dev/report?url=http%3A%2F%2Fcorneliabaltes.com%2F&form_factor=mobile
It's clear that mobile it performing much worse than desktop. There are several suggestions but I have no idea how, or if I can, implement them.
e.g.
-it seems like the first image carousel is causing a 4.2s delay on mobile, but playing with the lazy load setting has no effect.
-the youtube element included with laytheme causes a 2.97s delay
-etc
The weird thing is that mobile used to run great for this site.
I've tried all the normal troubleshooting steps. I would really appreciate it if anyone has suggestions about how I could implement anything from the PageSpeed Insights link - or any other suggestions at all!
-
News plugin list view broken by updateJust updated and the list view of the news plugin is broken:
Title will not show - only excerpt
Have switched to a column view with one column as a temp fix. This doesn't allow for the horizontal separators though
-
Initial page load MUCH slower on mobile@arminunruh I'm sitting in Berlin too... The host is digital ocean... Mega strange that you are getting a different result
-
Initial page load MUCH slower on mobile@joeclarkx just tested on iOS - on an older ipad - and page load is still several seconds... So I guess it's not an Android/Chrome thing
-
Initial page load MUCH slower on mobile@arminunruh For me the initial page load is still incredibly slow- I'm on Android
-
Initial page load MUCH slower on mobile@arminunruh Thanks for looking at this.
I have one youtube video on the page using a youtube element. Is this script you mention something that shouldn't be there?
Re: carousel lazy loading- I have this enabled. Has an update maybe broken it?
-
Initial page load MUCH slower on mobile@joeclarkx Been looking at this again and it does seem like the carousel might be breaking lazy loading on mobile.
This is a very image heavy homepage so its a big deal.
FWIW this only happening on my actual mobile - not when the viewport is resized on desktop...
-
Initial page load MUCH slower on mobile@joeclarkx Coudl it be that lazy loading is not working on mobile?
I should have also mentioned that this issue appeared recently...
-
Initial page load MUCH slower on mobileHi! http://corneliabaltes.com/ loads much slower on mobile: several seconds
I've been through all the tips to speed up the site - including checking turning off custom code and disabling plugins.
It looks like it might be the carousel plugin? Disabling this did fix the page load issue, but as much of the content is in carousels, i'm not 100% sure this is the problem- just a coincidental fix.
What else can I check or change?
-
"next News" button non-funtionalHi, I tired to add a "Next news' Button as shown in a recent Reel.
http://corneliabaltes.com/news/
See the news footer. Clicking it does nothing. Have I implemented it wrong? Or is a broken?
-
Sticky Footer not working on mobile...I'm noticing this is an issue for me too. Is this still on the list?
-
Gridder flickering@fabiandraxl ME TOO
-
Debug changing page colours (Safari)Hey Richard
Thats a great resource. I have already had a look at it and implemented what I could.
As its one particular page that I'm struggling with I'm inclined to think its some code that needs troubleshooting. I parked it for a bit, but I'll have another look. I'm guessing it may be the instagram embebd.
Best
Joe -
Debug changing page colours (Safari)Hey
Thanks so much for the reply.
Actually the home page is intentionally set to white as an overlay.
The problem I have is the that only the News page is loading slowly. Very Slowly. I have started wondering if the problem might be the instagram embed. Thats the only thing that makes it different to any of the other pages...
-
Debug changing page colours (Safari)Hi, I'm using a script to give randomised page colours.
I have a problem with safari specifically- and only on one page
http://corneliabaltes.com/
The 'News' page takes maybe a minute to return a coloured background. This is a problem as all text elements and menus on the page are white.The script is:
<script> const colors = ["#FF7575", "#D69D00", "#FF5347", "#1BDA91", "#00ABF5", "#F38816"]; window.onload = () => { const colorToSet = colors[Math.floor(Math.random() * colors.length)]; document.querySelector("body").style.backgroundColor = colorToSet; };
I don't have the technical chops to even begin troubleshooting this. Any ideas?
I have already purged cache and also tried installing jetpack CDN...
Thanks!
-
Full screen slider feature requestHello
In the full screen slider, as well as
"Give elements a max-width and max-height and center them"
I would find it very useful to also have
"Give elements a max-height NOT CENTRED" so they could still benefit from their horizontal position in the gridder but not spill off the top and bottom of the page
Is this possible, or is there another way i should rather look at doing this>?
Thanks
Joe