Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #397070

    I get following error it i check for validation:
    Error Line 26, Column 164: Bad value //fonts.googleapis.com/css?family=Open+Sans:400,600|Open+Sans+Condensed:300,700 for attribute href on element link: Illegal character in query: not a URL code point. …y=Open+Sans:400,600|Open+Sans+Condensed:300,700′ type=’text/css’ media=’all’/>

    Syntax of URL:
    Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.

    Warning Line 106, Column 72: Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073) …=”#” aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’></…

    Can you tell me if this is an error or just not valid.

    #397272

    Hi,

    Try the following, open /enfold/framework/php/class-style-generator.php and look for line:

    if(!empty($this->google_fontlist)) $this->google_fontlist .= "|";
    

    Replace it by this:

    if(!empty($this->google_fontlist)) $this->google_fontlist .= "%7C";
    

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.