CSS and JS includes Break
-
In Ulitlity.php on line 72:
You want to use
get_bloginfo('wpurl')
instead ofget_bloginfo('url')
.When WordPress is installed in a sub-directory JS and CSS includes break because your are making calls relative to the document root rather than the WordPress directory.
Despite this issue, I reviewed a number of similar plugins and yours was the easy choice.
- The topic ‘CSS and JS includes Break’ is closed to new replies.