Failed to load resource: … path_to_style.css
-
Hi,
Your plugin has some busted code on line
51ofultimate-hover-effects.php:wp_register_style('mystyle', 'path_to_style.css', VP_Site_GoogleWebFont::instance()->get_names());This isn’t doing anything. It just adds this to the page:
<link rel="stylesheet" id="mystyle-css" href="http://website.compath_to_style.css?ver=4.6" type="text/css" media="all">Apart from being a broken URL because of the missing slash, the file doesn’t exist to begin with.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Failed to load resource: … path_to_style.css’ is closed to new replies.