Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi unster,
    since the plugin have been tested and the update is only a minor update, I think there must be a different reason for this behaviour.

    What version of WP are you using?

    Can you provide a link to the pages where style are not being applied so I can inspect your code?

    Thanks,
    Daniele

    Thread Starter unster

    (@unster)

    Hi!

    It’s WP 4.3.1 and the link to the page is: xxxx
    (please remove commas ?? )

    Plugin Author Daniele De Santis

    (@danieledesantis)

    I’ll investigate this further and solve it in the new release, to solve your problem now you can open the plugin’s main file wordpress-add-custom-css.php and, on line 172, replace site_url() with get_bloginfo(‘url’), so that your line 172 is:

    wp_register_style( 'wp-add-custom-css', get_bloginfo('url') . '?display_custom_css=css' );

    Let me know if that helps

    Thread Starter unster

    (@unster)

    Started to work again, thanks! ??

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Great, you’re welcome!

    BeerandSuch

    (@beerandsuch)

    Hi

    same issue. All css mods do not work after the upgrade. Thus rolled backed to 095.

    Waiting for the new plugin version!

    Cheers

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi, this has been solved on last version

    Best,
    Daniele

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Stopped to work after last update’ is closed to new replies.