In the latest PHP versions there is a deprecation warnings:Creation of dynamic property CSF_Field_image_select::$field is deprecated
So the file admin/csf/classes/field.class.php should be updated like that:
public mixed $field;
public mixed $value;
public mixed $unique;
public mixed $where;
public mixed $parent;
public function __construct( $field = array(), $value = ”, $unique = ”, $where = ”, $parent = ” ) {
$this->field = $field;
$this->value = $value;
$this->unique = $unique;
$this->where = $where;
$this->parent = $parent;
}
And then in admin/csf/fields/typography/typography.php we need to add mixed to the $value:
public mixed $value = array();
Hope this helps and be included in the future releases.
]]>Hello, it’s not working for me.
It says that i need to Viber Out call and not chat with the agent. Since it’s not on my contact list.
Well all users will not have that phone number on their lists.
plugin Viber chat — Chat and support floating layouts and buttons for viber It doesn’t work on smartphone and tablet
]]>