• Resolved technicalx

    (@technicalx)


    try setting 2020 theme backgrounds to dark so the text goes light.
    turn on inline CSS and it seems to totally remove the existing inline classes that 2020 theme created. Is it overwriting them?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Optimocha

    (@optimocha)

    Hey @technicalx,

    We’re looking into it, thanks for bringing this to our attention! Let us do some tests and we’ll get back to you soon.

    Thread Starter technicalx

    (@technicalx)

    My theory is that themes using the same style name will not work.

    wp_enqueue_style( ‘themerain-style’, get_stylesheet_uri(), array(), null );
    wp_add_inline_style( ‘themerain-style’, themerain_get_custom_css() );

    Plugin Author Optimocha

    (@optimocha)

    @technicalx we’ve resolved this issue on version 4.1.0 which will be released soon. Stay tuned! ??

    Thread Starter technicalx

    (@technicalx)

    sweet, just in time for two website launches ??

    Thread Starter technicalx

    (@technicalx)

    @optimocha when is it likely to go live on wp addons?

    Plugin Author Optimocha

    (@optimocha)

    @technicalx if you mean the WP Plugin Repository, this week (hopefully). Our work load over at Optimocha is a bit in the extremes right now, so we’re having a hard time completing the SBP v4.1 release and we don’t want to rush things and cause fatal errors :).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Inline CSS does not work for 2020 theme’ is closed to new replies.