magento 主题中的页脚仅在产品中出现故障
Posted
技术标签:
【中文标题】magento 主题中的页脚仅在产品中出现故障【英文标题】:footer in magento theme glitches only in product 【发布时间】:2015-10-20 21:48:57 【问题描述】:页脚在主页上效果很好 -> http://www.matildabytruelove.com/tiendea/index.php/
但它在产品描述中出现(具体问题) http://www.matildabytruelove.com/tiendea/index.php/m-swb146144.html
已经刷新了 magento 缓存和 css/java 并提交了所有块。无法重现错误。
js 和 css 和这个是一样的 -> lomalo.com.mx/tiendea/index.php/prueba-001.html (期望的行为)
但页脚无法正确加载。
知道页脚有什么问题吗?
【问题讨论】:
欢迎来到 Stack Overflow!请edit您的问题包含minimal reproducible example,这是a)所需的行为,b)您看到的特定问题或错误和c)必要的最短代码 重现你的错误 已编辑。不能放超过 2 个链接。我得到了我想要的示例 lomalo.com.mx/tiendea/index.php/prueba-001.html 并且正在工作(期望的行为)具体问题-> 产品描述中的页脚作物matildabytruelove.com/tiendea/index.php/m-swb146144.html 无法重现错误罪不知道哪个是。 【参考方案1】:您的产品页面 class="main container" div 关闭前
<div class="our-features-box wow bounceInUp animated animated" style="visibility: visible;"></div>
<footer></footer>
更多信息请查看链接see in console html structure
【讨论】:
确实主容器在 请检查屏幕截图并遵循相同的 html 结构。将具有“our-feature-box”类和页脚的 div 放在“主容器”div 之外。以上是关于magento 主题中的页脚仅在产品中出现故障的主要内容,如果未能解决你的问题,请参考以下文章