ok we resolved the problem:
in file wp-content/themes/sweetdate/framework/options/defaults.php
oryginal:
if(!defined(‘SQUEEN_OPTIONS_URL’)) {
define(‘SQUEEN_OPTIONS_URL’, site_url(str_replace($fslashed_abs, ”, $fslashed_dir)));
i change this:
if(!defined(‘SQUEEN_OPTIONS_URL’)) {
define(‘SQUEEN_OPTIONS_URL’, site_url(str_replace($fslashed_abs, ‘/’, $fslashed_dir)));
the problem only occurs on one hosting (home.pl)