我启用了Magento的前端调试路径提示,但未显示。
Infos:
- Magento 2.3.0 with Porto Theme
- Php 7.2
- Already tested to change Magento Single Store MOde and Multistore Mode
- Already made di:compile
- Already tested blank Dev IP and my own IP
- Already changed Magento Modes default and developer
- Already cleaned and flushed the cache
- Already removed generated and pub static folders
但是,Frontend中的红色 Hintlines 仍然没有显示。
答案 0 :(得分:5)
请按照以下步骤操作-
Stores->Configuration->Advanced->Developer->Store View: Default Store View->
Enabled Template Path Hints for Storefront --> Yes
Enable Hints for Storefront with URL Parameter --> Yes
Parameter Value --> magento
设置此参数后,通过将param(?templatehints = magento)放在url中来检查前端-
答案 1 :(得分:0)
您应该使用以下步骤:-
在管理侧边栏上,转到商店 > 设置 > 配置。
在左侧面板中,展开高级并选择开发人员。
展开 enter image description here 调试部分并执行以下操作: enter image description here
之后你应该清理缓存。
或
您可以使用以下命令
为了方便 php bin/magento dev:template-hints:enable
禁用 php bin/magento dev:template-hints:disable
然后清理缓存 php bin/magento clean:cache