Title: Multisite &#8211; Error on loading CSS
Last modified: January 26, 2022

---

# Multisite – Error on loading CSS

 *  Resolved [yanngarcia](https://wordpress.org/support/users/yanngarcia/)
 * (@yanngarcia)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/)
 * Version 7.9.1
 * Hello,
 * On a multisite, the widget css file can’t be loaded (back and front)
    The errors
   are in file wp-reviews-plugin-for-google.php, lines 44 & 48: `wp_register_style('
   ti-widget-css-google', content_url() .'/uploads/'. $trustindex_pm_google->getCssFile(
   true), [], null);`
 * The returned url is _domain-name.com/subsite/wp-content/uploads/trustindex-google-
   widget.css_.
    This doesn’t work as the css file is generated here _domainname.
   com/subsite/wp-content/uploads/**sites/[ID-SUBSITE]/**trustindex-google-widget.
   css_.
 * I temporarily fixed this by changing lines 44 & 48 by `wp_register_style('ti-
   widget-css-google', wp_upload_dir()['baseurl'] . '/' . $trustindex_pm_google-
   >getCssFile(true), [], null);`
 * It could be nice to fix that on a next update.
 * NB: exact same problem on the tripadvisor reviews widget.
    -  This topic was modified 4 years, 4 months ago by [yanngarcia](https://wordpress.org/support/users/yanngarcia/).
      Reason: styling

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [tomwolf](https://wordpress.org/support/users/tomwolfhun/)
 * (@tomwolfhun)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/#post-15305298)
 * Hello [@yanngarcia](https://wordpress.org/support/users/yanngarcia/) ,
 * Next week’s update will solve this problem. Please give us some days and thank
   you for your efforts.
 * We will write here if it is done.
    Thank you again, Tom Trustindex
 *  Plugin Support [Adam from Trustindex](https://wordpress.org/support/users/adam140299/)
 * (@adam140299)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/#post-15314595)
 * Hello [@yanngarcia](https://wordpress.org/support/users/yanngarcia/)!
 * We have solved the problem, you can check it by upgrading your plugin to the 
   newest version of it.
 * Thank you for your patience!
 * Feel free to write to us, if you need further assistance,
    Adam Trustindex
 *  Thread Starter [yanngarcia](https://wordpress.org/support/users/yanngarcia/)
 * (@yanngarcia)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/#post-15314645)
 * Hello Adam,
 * It’s working with this new version 7.11.
 * Thank you!
 *  Plugin Support [Adam from Trustindex](https://wordpress.org/support/users/adam140299/)
 * (@adam140299)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/#post-15314858)
 * We are glad to hear this.
 * Thank you for your reply!
 * Best regards,
    Adam Trustindex

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multisite – Error on loading CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp-reviews-plugin-for-google/assets/icon-256x256.png?rev
   =2721569)
 * [Widgets for Google Reviews](https://wordpress.org/plugins/wp-reviews-plugin-for-google/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-reviews-plugin-for-google/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 4 replies
 * 3 participants
 * Last reply from: [Adam from Trustindex](https://wordpress.org/support/users/adam140299/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/multisite-error-on-loading-css/#post-15314858)
 * Status: resolved