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 🙂 )
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! 🙂
Hi
same issue. All css mods do not work after the upgrade. Thus rolled backed to 095.
Waiting for the new plugin version!
Cheers
Hi, this has been solved on last version
Best,
Daniele