Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/254.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 尝试使用“打开fancybox中的新fancybox”;fancybox hidden“;_Php_Jquery_Ajax_Wordpress_Fancybox - Fatal编程技术网

Php 尝试使用“打开fancybox中的新fancybox”;fancybox hidden“;

Php 尝试使用“打开fancybox中的新fancybox”;fancybox hidden“;,php,jquery,ajax,wordpress,fancybox,Php,Jquery,Ajax,Wordpress,Fancybox,尝试使用“fancybox隐藏”在fancybox中打开新的fancybox?使用天狼星Wordpress主题。我的代码如下。任何提示都很好 <img src="<?php echo $small_image_url[0]; ?>" alt="" class="portfolio_img"/> <!-- MATTSTER ADDED NEW ACTION TAG FOR LIGHTBOX AND NEW POST EXCER

尝试使用“fancybox隐藏”在fancybox中打开新的fancybox?使用天狼星Wordpress主题。我的代码如下。任何提示都很好

            <img src="<?php echo $small_image_url[0]; ?>" alt="" class="portfolio_img"/>

        <!-- MATTSTER ADDED NEW ACTION TAG FOR LIGHTBOX AND NEW POST EXCERPT -->
        <a class="fancybox-thumb" rel="gallery-<?php echo $post->ID; ?>" data-fancybox-group="fancybox-thumb" href="<?php echo $image_url[0]; ?>">
            <div class="mask">
                <div class="mask_frame">
                    <div class="mask_image_content">
                        <div class="mask_image_content_frame">
                            <h6><?php echo get_the_title(); ?></h6>
                            <span><?php echo strip_tags(pp_get_the_excerpt($portfolio_ID)); ?></span>
                        </div>
                    </div>
                </div>
            </div>
        </a>

        <div class="mancy">
        <a class="fancybox-thumb" rel="gallery-<?php echo $post->ID; ?>" data-fancybox-group="fancybox-thumb"><img src="<?php echo $image_url[0]; ?>" /></a>
        </div>
“alt=”“class=“投资组合”\u img”/