External scripts being replaced with embedded [Resolved] - Joomla! Forum - community, help and support
encountered problem seems caching none of caching options enabled.
javascript , css files linked through jdocument addscript/addstylesheet being replaced embedded versions. if hardcode script or link tags not affected. issue occurs on frontend , backend.
for instance
gets replaced with
same goes script tags.
if ignored cache refresh (ctrl+shift+f5 in chrome) external scripts not replaced embedded versions.
i checked joomla settings thought doing this, system cache plugin, cache handling in global configuration system tab, both disabled.
i removed plugins had installed make sure not causing issue.
even made sure not browser issue, same result in chrome, firefox, ie.
issue remains on fresh install of joomla.
is there configuration missing enabling this?
-------------------
issue isp
javascript , css files linked through jdocument addscript/addstylesheet being replaced embedded versions. if hardcode script or link tags not affected. issue occurs on frontend , backend.
for instance
code: select all
<link rel="stylesheet" href="/media/jui/css/chosen.css" type="text/css">
gets replaced with
code: select all
<style type="text/css" style "display:none">...</style>
same goes script tags.
if ignored cache refresh (ctrl+shift+f5 in chrome) external scripts not replaced embedded versions.
i checked joomla settings thought doing this, system cache plugin, cache handling in global configuration system tab, both disabled.
i removed plugins had installed make sure not causing issue.
even made sure not browser issue, same result in chrome, firefox, ie.
issue remains on fresh install of joomla.
is there configuration missing enabling this?
-------------------
issue isp
Comments
Post a Comment