问题标签 [fishpig]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wordpress - Magento - Fishpig Wordpress - 特色图片尺寸
我使用 Fishpig Wordpress 模块安装了与 Wordpress 集成的 Magento。
大多数 WP 用户都知道,当上传图片时,Wordpress 将创建参考媒体设置中设置的尺寸(例如缩略图大小、中号和大号)的调整大小的版本。它还为您指定的每个自定义缩略图大小创建图像(例如通过functions.php)。
似乎 Fishpig Magento 模块仅使用缩略图图像大小。
不幸的是,我需要能够在不同的页面上显示同一图像的不同大小(即 Wordpress 创建的调整大小的版本)。比如分类页面会显示一个小版本,帖子查看页面会显示一个大版本。
我想知道是否有人有过通过此模块检索其他调整大小的图像的经验,因为我找不到太多关于它的文档(或者是否甚至可以使用此模块,因为我也看不到任何建议此功能的代码)。
非常感谢您的帮助。
wordpress - 如何在 wordpress/fishpig 上为 magento 设置 404 错误页面
我已经在 Magento 商店中将 Wordpress 与 FishPig 完全集成,一切正常,除了我找不到在哪里或如何查找/编辑/设置自定义 404 错误页面。这是我第一次使用 Magento,我的 php 知识非常有限,因此非常感谢任何帮助。顺便说一句,这是我得到的默认无路由错误:http: //doshaburi.com/blog/category/xx/ 谢谢。
magento - 如何将fishpig“博客”链接添加到magento中的主导航
我正在使用 Magento WordPress 集成我想知道如何将 fishpig“博客”链接添加到 magento 的主导航?目前它只是添加一个链接到我的顶部标题导航。
谢谢
magento - Load Fishpig Blog category collection by Id and get its details
I wanted to load a fishpig category collection by Id and retrieve its details.
Have used this code.
Please help.
wordpress - 如何在 Magento 的 Wordpress 博客列表中添加缩略图
我正在使用 Magento 的 Fishpig 扩展,并且我有一个来自 wordpress 的博客文章列表,其中显示了指向主要文章和文章摘录的链接,但我也想将特色图像显示为缩略图。
在文件中:
/wordpress/post/list/renderer/default.phtml
返回的对象$post = $this->getPost()
似乎没有引用任何图像信息,所以函数
if ($featuredImage = $post->getFeaturedImage()):
总是返回null
。
我如何获得每篇文章的特色图片,以便我可以将其显示为每篇文章摘录旁边的缩略图?
编辑: 接受的答案并没有完全给出解决方案,但它确实为我指明了正确的方向。原来特色图片没有在 Wordpress 中启用。我在此链接http://wp.tutsplus.com/tutorials/creative-coding/share-your-posts-on-facebook-with-a-preview-image-and-a-description/找到的解决方案。一旦插件被激活,这一切都非常简单,现在缩略图显示。
php - magento中的fishpig wordpress集成不起作用 - 致命错误
我已经使用 Fishpig 扩展在我的 magento 站点中安装和配置了我的 wordpress。在 magento admin 中,Fishpig 扩展的配置显示完美。
但是当我在 frondend 中运行 wordpress 路由时,它显示了致命错误并且不再显示 wordpress 内容。
附上该页面的屏幕截图。我得到的错误是: Fatal error: Call to undefined method Mage::getResourceHelper() in /[MY_DIR_PATH]/app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php 在第 534 行
任何帮助表示赞赏。
magento - Moving Related Blog Posts on magento product page using fishpig
I'm trying to move the "Related Blog Posts" on the product page from the bottom of the page into a different section of the page (tabs).
The theme I'm using allows me to add a tab which pulls a static block to create a custom tab. I'd like to use this as a place to store the "Related Blog Posts". The custom tab has an identifier of "block_product_tab1"
I tried moving the "related Blog Post" by replacing "product.info.additional" in wordpress.xml with other "block_product_tab1" but that didn't work.
I'm not sure how to continue.
php - 如何使用 Magento 的位置框订购数组
我正在使用 Magento 和 WordPress,所以选择了 FishPig 模块。我有一个 CMS 页面,并且正在使用相关的博客帖子选项卡来选择要在此页面上显示的帖子,这一切都按预期工作。
我面临的问题是,当我尝试使用 Magento 中选择的每个帖子旁边的位置框时,无论我将它们设置为什么顺序,它们在前端始终保持相同的顺序。
我知道在 Magentos 类别中,您可以使用相同的位置框来订购产品在该特定类别上的显示方式,所以我想对下面的代码使用相同的功能来订购博客文章,但我不知道如何让它工作.
wordpress - 如何在 Magento 产品页面(Fishpig 集成)上显示相关 WordPress 类别的帖子?
我无法过滤掉与posts.phtml 块中的产品相关的相关类别帖子(使用Fishpig)。我尝试使用以下解决方案来获取帖子:
Fishpig Wordpress Magento 发布问题
像这样:
然后修改原始的相关帖子块:
而且,这行不通。当我将静态数字放入 $categoryID 时,我至少可以将数据放入 $recentPostCollection,但循环不适用于该数据结构......任何帮助都会很棒!谢谢。
magento - Magento 突然停止生成站点地图
站点地图突然停止生成。
开始显示“无法创建 XML 站点地图。'
请帮忙