File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/header-inner.php
<?php
/* banner-php */
?>
<div class="content">
<?php
$rotate_bg = get_post_meta(get_queried_object_id(), "_cmb_rotate_bg_id", true);
?>
<?php if( !empty(wp_get_attachment_image( $rotate_bg, 'full', '', array('class'=>'respimg'))) ) { ?>
<div class="bg-animate<?php if(domik_get_option('rotate_on')) echo ' rotate-off';?>"><?php echo wp_get_attachment_image( $rotate_bg, 'full', '', array('class'=>'respimg') );?></div>
<?php }elseif( domik_global_var('rotate_bg', 'url', true) ) { ?>
<div class="bg-animate<?php if(domik_get_option('rotate_on')) echo ' rotate-off';?>">
<img src="<?php echo esc_url( domik_global_var('rotate_bg', 'url', true) ); ?>" class="respimg" alt="domik">
</div>
<?php } ?>
<div class="wrapper-inner">