HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/basalehglobal.ng/wp-content/themes/porto/content-archive-portfolio-parallax.php
<?php
global $global_tax, $porto_settings, $porto_layout, $post, $porto_portfolio_columns, $porto_portfolio_view, $porto_portfolio_thumb, $porto_portfolio_thumb_bg, $porto_portfolio_thumb_image, $porto_portfolio_ajax_load, $porto_portfolio_ajax_modal;

wp_enqueue_script( 'skrollr' );
wp_enqueue_script( 'porto-bg-parallax' );
?>
<a href="<?php echo esc_url( get_site_url() . '/portfolio_cat/' . $global_tax['slug'] ); ?>">
	<?php porto_enqueue_link_style( 'porto-thumb-info', PORTO_CSS . '/part/thumb-info' . ( is_rtl() ? '_rtl': '' ) . '.css' ); ?>
	<section class="portfolio-parallax parallax section section-text-light section-parallax m-none" data-plugin-parallax data-plugin-options='{"speed": 1.5}' data-image-src="<?php echo esc_url( $global_tax['image'] ); ?>">
		<div class="container-fluid">
			<h2><?php echo esc_html( $global_tax['name'] ); ?></h2>
				<?php if ( true == $global_tax['image_counter'] ) { ?>
					<span class="thumb-info-icons position-style-3 text-color-light">
						<span class="thumb-info-icon pictures background-color-primary">
							<?php echo esc_html( $global_tax['count'] ); ?>
							<i class="far fa-image"></i>
						</span>
					</span>
				<?php } ?>
			<span class="thumb-info-plus"></span>
		</div>
	</section>
</a>