• Resolved MartinCV

    (@martin7ba)


    About 10 mins after I import Starter Tempalate from Astra (where this plugin is also coming as part of) the CSS color variable name is getting parsed as u002du002d instead of –. This happens only in some blocks.

    There is color: var(–ast-global-color-5) and works fine first 10 mins. Then for some reason it moves to color: var(u002du002dast-global-color-5)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MartinCV

    (@martin7ba)

    I added temporary fix which is not good, but nothing else to do.

    In file class-uagb-post-assets.php in print_stylesheets I added

        $this->stylesheet = str_replace( 'u002du002d', '--', $this->stylesheet );
    Plugin Support mohsinbsf

    (@mohsinbsf)

    Hi @martin7ba,

    Thanks for getting in touch with us.

    I am unable to replicate the issue. Could you please check by turning off all third-party plugins? It’s possible that a third-party plugin is causing the problem. Also, don’t forget to clear all caches, including the server-side cache.

    Please give this a try and let me know the outcome.

    Have a nice day!

    Plugin Support mohsinbsf

    (@mohsinbsf)

    Hi?@martin7ba,

    It’s been long since we heard from you. I am going ahead to mark this as resolved.

    Please feel free to open a new thread in case of any other queries.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Parse wrong’ is closed to new replies.