by axew3 » Tue Jan 09, 2018 11:09 am
the solution is to add the code, in the way that is parsed AFTER jQuery lib inclusion, or won't work.
The ideal, would be that you find out the file into this theme, that output the footer scripts code, and add the needed about iframe resizer just after.
But in the wild, i guess it would be sufficient that you add this line, just before the code you've add into overall_footer.html:
Code: Select all
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
should work.
the solution is to add the code, in the way that is parsed AFTER jQuery lib inclusion, or won't work.
The ideal, would be that you find out the file into this theme, that output the footer scripts code, and add the needed about iframe resizer just after.
But in the wild, i guess it would be sufficient that you add this line, just before the code you've add into overall_footer.html:
[code]
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>[/code]
should work.