在wordpress主题定制器设置中,博客文章页面的高度不是100%

时间:2019-08-27 20:20:26

标签: javascript php html css wordpress

问题代码:

<iframe title=”Site Preview” name=”customize-preview-1″ onmousewheel=”” sandbox=”allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts” src=”https://arablelife.com/6-things-you-should-carry-always/?customize_changeset_uuid=3728c9be-cac6-4043-b9e3-d44c03fa4539&customize_theme=Divi&customize_messenger_channel=preview-1″ style=”height: auto !important;”></iframe>

从上方删除以下代码后,Site Preview可以按预期工作。

“style=height: auto !important;”

我可以通过inspect元素解决它,但是无法从主题编辑器中保存文件。

在问一些问题之前,我已经尝试解决此问题。

  1. 清除了浏览器和cloudflare缓存。
  2. 检查元素并检查出了什么问题。并非所有页面上都存在此问题。仅保留博客文章。
  3. 试图在主题编辑器(代码)中搜索文件,但找不到。

0 个答案:

没有答案