CMS 页面上的 Magento 全局消息
我很好奇是否有人知道如何在 CMS 页面内容中移动全局消息。问题是我已经设置了一些时事通讯注册静态块,但是在触发后,全局消息将内容向下推送,并通过将页面标题的白色文本从绿色背景图像上推到浅灰色上来稍微破坏布局背景,导致阅读困难。
只是想一下是否可以在 XML 中移动它,使其出现在页面标题之后,而不是之前。
I'm curious if anyone knows how to move the global messages inside the content on CMS pages. The problem is that I've set up some newsletter signup static blocks, but after firing, the global messages pushes the content down and mildly breaks the layout by pushing the white text of the page title off the green background image and over a light grey background, making it difficult to read.
Just thinking if this can be moved about in the XML so that it comes after the page-title, instead of before it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够移动该块。
消息部分位于 phtml 内部,您应该在页面标题内创建一个 div。 当您使用静态块时,您需要对客户/会话执行此操作。
You should be able to move this block around.
The messages section is inside of phtml, and you should just make a div inside your page-title. You need to do this with customer/session as you are using static blocks.