I am currently in a situation where vQmod will not work at all exclusively on files related to a theme. I have contacted the developer who has very rudely refused to assist and won't text vQmod code on their demo store server for me. The theme is well-built and looks good after my custom modifications but the one major flaw is that vQmod just won't work.
Is there anything wrong with the following code to modify the venice tpl file? I have checked and double checked that the file path is correct.
<modification>
<file name="catalog/view/theme/venice/template/common/header.tpl">
<operation>
<search position="after"><![CDATA[</head>]]></search>
<add><![CDATA[ <style>.vqmod-works { } </style> ]]></add>
</operation>
</file>
</modification>
If this code above is correct, then I am bewildered as to why vQmod won't work and if anyone has a fix for this, whether it be my code or somewhere to look to see if vQmod is being 'blocked' or something?
// UPDATE