- This topic has 8 replies, 2 voices, and was last updated 2 years, 2 months ago by Pastor Andres.
-
AuthorPosts
-
21st September 2022 at 9:22 pm #6662Pastor AndresModerator
It appears that our app css is no longer being processed at all.
Sorry, I can’t figure it out?
Maybe the old problem with the @ signs in @font??21st September 2022 at 9:47 pm #6663Andy MoyleKeymasterUpdate plugin to 3.6.26, that should do the trick!
21st September 2022 at 10:58 pm #6664Pastor AndresModeratorI’m guessing I have some further problem.
When I launch the app the css is still not applied.
But now when I refresh the busy indicator runs endlessly.21st September 2022 at 11:01 pm #6665Andy MoyleKeymasterWhat version of the app do you have? And on what device.
21st September 2022 at 11:16 pm #6666Pastor AndresModeratorMy phone is Android with app version 28.2 but we have checked another android with one version older of the app and two iPhones with different versions.
They all have the same symptom.
That’s why I was suspecting some problem related to wordpress.21st September 2022 at 11:19 pm #6667Andy MoyleKeymasterCould you goto to Settings>Debug on the plugin.
Click on “Clear Debug Log” if showing.Then make sure Debug mode is on – by clicking Toggle Debug Mode if necessary.
Try the app again to get the error
Then back to Settings>Debug And “Send Debug file to support” And sendThen I can see what the issue is.
Thanks
21st September 2022 at 11:24 pm #6668Pastor AndresModeratorJust sent.
I should mention that the busy indicator is no longer running more that a second or so.22nd September 2022 at 8:15 am #6669Andy MoyleKeymasterThe debug log didn’t come through – can you just download it and send manually. However it seems to be working now. Clicking the refresh icon at the bottom deletes the cache and downloads a fresh copy including style rules. (the html for that btw is <div id=”refresh” class=”tab-button” data-tab=”home”>↻</div>)
I’ve gone on your church with the app latest version and it downloads and installs the css (which is longggggggggg!)
But it’s not working….There’s spaces between words that make it invalid!
As an example
@font - face {
font - family: 'Inter';
font - display: swap;
src: url('https://calvaryrosarito.com/fonts/Inter.ttf') format('truetype');
font - weight: 1 999;
}
should be more like
@font-face {
font-family: 'Inter';
font-display: swap;
src: url('https://calvaryrosarito.com/fonts/Inter.ttf') format('truetype');
font-weight: 1 999;
}
Not sure why two numbers for font-weight too. That doesn’t look right.And so on. Try changing your csss getting rid of those spaces throughout.
The W3 CSS validator choked at the @font errors and gave up – https://jigsaw.w3.org/css-validator/validator
25th September 2022 at 2:32 am #6676Pastor AndresModeratorYou were correct. It was just the injected spaces. I have no idea how all of those spaces were suddenly inserted but clearing that up fixed the problem.
Thank you so very much.P.S. the error log had no errors.
-
AuthorPosts
- You must be logged in to reply to this topic.