Fancybox WordPress 插件未将覆盖 div 包装到图像内容

发布于 2024-11-02 11:20:15 字数 1062 浏览 1 评论 0原文

我在 Fancybox for WordPress 插件中遇到了奇怪的故障 < a href="http://testing.losdelpatio.org/" rel="nofollow noreferrer">Los del Patio 的测试主页。

我正在尝试将特色图像放入精美的盒子中。特色图像作为一个隐藏的 div 存在,它的显示:可见和花哨。它可以工作,除非包装 div 与图像的尺寸不匹配。我什至按照说明通过调用隐藏的容器 div 的内联宽度和高度来覆盖。

这是正在发生的事情的屏幕截图:

screenshot of fancyboxwrapping bug

这是我的 page-casa.phtml 模板中的代码:

    <aside class="galeria-preview" role="complementary">
        <h2><a class="fancybox" href="#galeria-img">Pr&oacute;ximo Exposici&oacute;n: <br/>
        <span class="verde"><?php echo get_post_meta($post->ID, 'galeria-proximo',true); ?></span></a></h2> 
        <div style="width:940px;height:400px;" id="galeria-img" class="hidden">
            <?php the_post_thumbnail( 'full' ); ?> 
        </div>
    </aside>

谢谢任何帮助偷看!

I'm experiencing a weird glitch in the Fancybox for WordPress plugin on Los del Patio's testing home page.

I'm trying to get the featured image to be pulled into a fancybox. The featured image exists as a hidden div that get's display:visible and fancyboxed. It works except the wrapping div doesn't match the image's dimensions. I've even followed the instructions to override by calling out an inline width and height for the container div that's hidden.

Here's the screenshot of what's happening:

screenshot of fancybox wrapping bug

Here's the code from my page-casa.phtml template:

    <aside class="galeria-preview" role="complementary">
        <h2><a class="fancybox" href="#galeria-img">Próximo Exposición: <br/>
        <span class="verde"><?php echo get_post_meta($post->ID, 'galeria-proximo',true); ?></span></a></h2> 
        <div style="width:940px;height:400px;" id="galeria-img" class="hidden">
            <?php the_post_thumbnail( 'full' ); ?> 
        </div>
    </aside>

Thanks for any help peeps!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不美如何 2024-11-09 11:20:15

我建议您直接进行此操作,而无需使用插件。

我遇到了像你一样的调整大小问题。我编码并搜索了很多,最后转移到这个具有自动调整和我的问题的 pirobox解决了...

I suggest you to go directly without using a plugin for this.

I had a resizing problem like yours. I coded and searched a lot for it and finally moved to this pirobox that has autoresing and my problem solved...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文