HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/cedarbrk/public_html/old-website/wp-content/themes/Cedarbrook WP/new-slideshow.php
<?php
$layout = '';
if(is_archive()) {
	$layout = Avada()->settings->get( 'blog_archive_layout' );
} elseif(is_search()) {

	if ( Avada()->settings->get( 'search_featured_images' ) ) {
		return;
	}

	$layout = Avada()->settings->get( 'search_layout' );
} else {
	$layout = Avada()->settings->get( 'blog_layout' );
}
?>
<?php if ( $layout != 'Grid' && $layout != 'Timeline' ) {
	$styles = '';

	if ( get_post_meta( $post->ID, 'pyre_fimg_width', true ) && get_post_meta( $post->ID, 'pyre_fimg_width', true ) != 'auto' ) {
		$styles .= sprintf('
			#post-%s .post-slideshow,
			#post-%s .floated-post-slideshow
			{max-width:%s!important;}', $post->ID, $post->ID, get_post_meta( $post->ID, 'pyre_fimg_width', true )
		);
	}

	if ( get_post_meta( $post->ID, 'pyre_fimg_height', true ) && get_post_meta( $post->ID, 'pyre_fimg_height', true ) != 'auto' ) {
		$styles .= sprintf('
			#post-%s .post-slideshow,
			#post-%s .floated-post-slideshow,
			#post-%s .post-slideshow .image > img,
			#post-%s .floated-post-slideshow .image > img,
			#post-%s .post-slideshow .image > a > img,
			#post-%s .floated-post-slideshow .image > a > img
			{height:%s!important;}', $post->ID, $post->ID, $post->ID, $post->ID, $post->ID, $post->ID, get_post_meta( $post->ID, 'pyre_fimg_height', true)
		);
	}

	if ( get_post_meta( $post->ID, 'pyre_fimg_width', true ) && get_post_meta( $post->ID, 'pyre_fimg_width', true ) == 'auto' ) {
		$styles .= sprintf('
			#post-%s .post-slideshow .image > img,
			#post-%s .floated-post-slideshow .image > img,
			#post-%s .post-slideshow .image > a > img,
			#post-%s .floated-post-slideshow .image > a > img{
				width:auto;
			}', $post->ID, $post->ID, $post->ID, $post->ID
		);
	}

	if ( get_post_meta( $post->ID, 'pyre_fimg_height', true ) && get_post_meta( $post->ID, 'pyre_fimg_height', true ) == 'auto' ) {
		$styles .= sprintf('
			#post-%s .post-slideshow .image > img,
			#post-%s .floated-post-slideshow .image > img,
			#post-%s .post-slideshow .image > a > img,
			#post-%s .floated-post-slideshow .image > a > img{
				height:auto;
			}', $post->ID, $post->ID, $post->ID, $post->ID
		);
	}

	if( get_post_meta($post->ID, 'pyre_fimg_height', true) && get_post_meta($post->ID, 'pyre_fimg_width', true) &&
		get_post_meta($post->ID, 'pyre_fimg_height', true) != 'auto' && get_post_meta($post->ID, 'pyre_fimg_width', true) != 'auto'
	) {
		$styles .= sprintf('
			@media only screen and (max-width: 479px){
				#post-%s .post-slideshow,
				#post-%s .floated-post-slideshow,
				#post-%s .post-slideshow .image > img,
				#post-%s .floated-post-slideshow .image > img,
				#post-%s .post-slideshow .image > a > img,
				#post-%s .floated-post-slideshow .image > a > img{
					width:auto !important;
					height:auto !important;
				}
			}', $post->ID, $post->ID, $post->ID, $post->ID, $post->ID, $post->ID
		);
	}

	if ( $styles ) {
		printf( '<style type="text/css">%s</style>', $styles );
	}
}

$permalink = get_permalink($post->ID);

if(is_archive()) {
	if(Avada()->settings->get( 'blog_archive_sidebar' ) == 'None' && Avada()->settings->get( 'blog_archive_sidebar_2' ) == 'None') {
		$size = 'full';
	} else {
		$size = 'blog-large';
	}
} else {
	if(! Avada()->template->has_sidebar()) {
		$size = 'full';
	} else {
		$size = 'blog-large';
	}
}

if($layout == 'Medium' || $layout == 'Medium Alternate') {
	$size = 'blog-medium';
}

if(
	get_post_meta($post->ID, 'pyre_fimg_height', true) && get_post_meta($post->ID, 'pyre_fimg_width', true) &&
	get_post_meta($post->ID, 'pyre_fimg_height', true) != 'auto' && get_post_meta($post->ID, 'pyre_fimg_width', true) != 'auto'
) {
	$size = 'full';
}

if(
	get_post_meta($post->ID, 'pyre_fimg_height', true) == 'auto' ||
	get_post_meta($post->ID, 'pyre_fimg_width', true) == 'auto'
) {
	$size = 'full';
}

if($layout == 'Grid' || $layout == 'Timeline') {
	$size = 'full';
}
?>

<?php
if( ( has_post_thumbnail() || get_post_meta(get_the_ID(), 'pyre_video', true) ) &&
	! post_password_required( get_the_ID() )
):
?>
<div class="fusion-flexslider flexslider fusion-flexslider-loading fusion-post-slideshow">
	<ul class="slides">
		<?php if(get_post_meta(get_the_ID(), 'pyre_video', true)): ?>
		<li>
			<div class="full-video">
				<?php echo get_post_meta(get_the_ID(), 'pyre_video', true); ?>
			</div>
		</li>
		<?php endif; ?>
		<?php if(has_post_thumbnail()): ?>
		<?php $full_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full'); ?>
		<?php $attachment_data = wp_get_attachment_metadata(get_post_thumbnail_id()); ?>
		<li>
			<?php echo avada_render_first_featured_image_markup( $post->ID, $size, $permalink ); ?>
		</li>
		<?php endif; ?>
		<?php
		$i = 2;
		while($i <= Avada()->settings->get( 'posts_slideshow_number' )):
		$attachment_id = kd_mfi_get_featured_image_id('featured-image-'.$i, 'post');
		if($attachment_id):
		?>
		<?php $attachment_image = wp_get_attachment_image_src($attachment_id, $size); ?>
		<?php $full_image = wp_get_attachment_image_src($attachment_id, 'full'); ?>
		<?php $attachment_data = wp_get_attachment_metadata($attachment_id); ?>
		<?php if( is_array( $attachment_data ) ): ?>
		<li>
			<div class="fusion-image-wrapper">
					<a href="<?php the_permalink(); ?>"><img src="<?php echo $attachment_image[0]; ?>" alt="<?php echo $attachment_data['image_meta']['title']; ?>" /></a>
					<a style="display:none;" href="<?php echo $full_image[0]; ?>" data-rel="iLightbox[gallery<?php echo $post->ID; ?>]"  title="<?php echo get_post_field('post_excerpt', $attachment_id); ?>" data-title="<?php echo get_post_field('post_title', $attachment_id); ?>" data-caption="<?php echo get_post_field('post_excerpt', $attachment_id); ?>"><?php if(get_post_meta($attachment_id, '_wp_attachment_image_alt', true)): ?><img style="display:none;" alt="<?php echo get_post_meta($attachment_id, '_wp_attachment_image_alt', true); ?>" /><?php endif; ?></a>
			</div>
		</li>
		<?php endif; ?>
		<?php endif; $i++; endwhile; ?>
	</ul>
</div>
<?php endif;

// Omit closing PHP tag to avoid "Headers already sent" issues.