| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/themes/twentytwentysix/ |
Upload File : |
<?php get_header();
$advantage = get_field( 'advantage' );
$advantage_bom = get_field( 'advantage_bom' );
?>
<?php $get_lang = isset( $wp_query->query_vars['prisna_translate_seo_request'] ) ? urldecode( $wp_query->query_vars['prisna_translate_seo_request'] ) : ''; ?>
<section class="page_banner">
<img src="/style/picture/1920x590-3.jpg" alt="FGF Materials">
<h1 class="page_banner_title"><?php wp_title(); ?></h1>
</section>
<!-- page-layout start -->
<section class="layout main_content product_main_content">
<!-- aside start -->
<aside class="aside">
<div class="aside-wrap">
<div class="side-widget">
<div class="side-tit-bar">
<h2 class="side-tit">Categories</h2>
</div>
<ul class="side-cate">
<li><a href="#">Tube glass bottle</a>
<ul class="sub-menu">
<?php echo get_menu( 99 ); ?>
</ul>
</li>
</ul>
</div>
</div>
</aside>
<!--// aisde end -->
<!-- main begin -->
<section class="main">
<div class="product-content">
<div class="product-img">
<img src="" alt="">
</div>
<h3 class="product-title"><?php wp_title(); ?></h3>
<div class="product-desc">
<div class="flex-shrink-0 flex flex-col relative items-end">
<div class="pt-0">
<div class="gizmo-bot-avatar flex h-8 w-8 items-center justify-center overflow-hidden rounded-full">
<div><?php the_field( 'materials_ms' ); ?></div>
</div>
</div>
</div> </div>
<div class="advantage-module">
<h4 class="advantage-title">Advantage</h4>
<div class="advantage-list">
<?php foreach ( $advantage as $advantag ): ?>
<div class="advantage-item">
<img src="<?php echo $advantag['url']; ?>" alt="<?php echo $advantag['title']; ?>">
<span><?php echo $advantag['title']; ?></span>
</div>
<?php endforeach; ?>
</div>
</div>
<div class="product-imgs">
<ul class="swiper-wrapper">
<?php foreach ( $advantage_bom as $advantage_bo ): ?>
<li class="swiper-slide">
<img class="case-img" src="<?php echo $advantage_bo['url']; ?>" alt="<?php echo $advantage_bo['title']; ?>">
</li>
<?php endforeach; ?>
</ul>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<div class="product-form">
<img src="<?php the_field( 'shuju_img' ); ?>" alt="PG30GF-PETG+30%GF">
</div>
<div class="download">
<div class="left">
<img src="/style/picture/pdf-icon.png">
<span><?php wp_title(); ?></span>
</div>
<a class="" href="<?php the_field( 'file_t' ); ?>" download>Download</a>
</div>
<div class="back-btn">Return</div>
</div>
</section>
<!--// main end -->
<div class="clear"></div>
</section>
<!--// page-layout end -->
<?php get_footer(); ?>