Tagged: 

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

    Hi, dear Developers.

    Wordfence (WordPress Antivirus) find a problem in file: enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php at 726 line:

    static function linkpicker($element)
    		{	
    			//fallback for previous default input link elements: convert a http://www.link.at value to a manually entry
    			if(strpos($element['std'], 'http://') === 0) $element['std'] = 'manually,'.$element['std'];

    The “http://www.link.at” is not a good sample, cause it contains a suspected malware URL listed on Google’s list of malware sites. Just replace link.at on link.com or something else in next releases. Thanks.

    #746195

    Hey Bogdan,

    Please try updating to the latest version of the theme (3.8.5), it should be fixed in that version. http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

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