Created a first - nearly all defaults -theme but clicking on the "Valid CSS!" link at the bottom displays a page with:-

Error

Target: http://themes/chameleon/marvin/layout.css

I/O Error: The host name [themes] couldn't be resolved. Details: "themes".

Obviously a relative path, instead of an absolute path, is being passed somewhere.

CommentFileSizeAuthor
#1 drupal_org_node_246077_1.patch2.91 KBDrewMathers

Comments

DrewMathers’s picture

Status: Active » Needs review
StatusFileSize
new2.91 KB

The variable $theme_url was used instead of $themebuilder_theme_url in pagetpl.tpl.php and xhtml.tpl.php. The CSS validator feature does not appear to be enabled for Smarty or Xtemplate themes.

Note that before the CSS validator icon will work, you must change the default Website URL under themebuilder > edit > setup > Site Information. This must be done before you create your theme.

CZ’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.