我正在创建一个狂欢应用程序。我想更改页脚图像,但我不明白为什么我无法访问页脚四列中的图像标签。有没有办法改变页脚图像?另一个是,图像源找不到图像。提前致谢。
我的 update_footer 是:
Deface::Override.new(:virtual_path => "spree/shared/_footer",
:name => "Change logo",
:replace => "div.four.columns img#footer-logo",
:text =>
'<img id="footer-logo" src="logo.png" alt=" Theme"></img>'
)
和页面: