New lower pricing for Subscriptions

50%off old price

CSS problem since last update

About Support App CSS problem since last update

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6662
    Avatar for Pastor AndresPastor Andres
    Moderator

    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??

    #6663
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Update plugin to 3.6.26, that should do the trick!

    #6664
    Avatar for Pastor AndresPastor Andres
    Moderator

    I’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.

    #6665
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    What version of the app do you have? And on what device.

    #6666
    Avatar for Pastor AndresPastor Andres
    Moderator

    My 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.

    #6667
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Could 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 send

    Then I can see what the issue is.

    Thanks

    #6668
    Avatar for Pastor AndresPastor Andres
    Moderator

    Just sent.
    I should mention that the busy indicator is no longer running more that a second or so.

    #6669
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    The 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

    #6676
    Avatar for Pastor AndresPastor Andres
    Moderator

    You 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.