I've added the following code directly under the MetaTags section in the layout of my product pages. This is intended to provide a link to an image for the purpose of sharing info on Facebook and other social networks.
The image I want specified in this tag is the parent section image.
I have uploaded the site and this code I have used actually works perfectly, however on uploading the site, Actinic complains of coding errors saying
'The 'SectionImageFileName' vaiable has been placed within the 'Two Header Bars - Two Sidebars - Horz Nav Bar' layout, but it won't work there. Click here to go to the code. (17 places)
The problem with this is that I do an auto upload of the site every night using a .bat file, but this error stops the upload.
Can anyone suggest a better way to acheive my desired result without getting these errors?
I've contacted Actinic Support on this and they can't help.
Thanks in advance.
The image I want specified in this tag is the parent section image.
Code:
<link rel="image_src" href="<actinic:variable name="CatalogURL" /><actinic:variable name="SectionImageFileName" />" />
'The 'SectionImageFileName' vaiable has been placed within the 'Two Header Bars - Two Sidebars - Horz Nav Bar' layout, but it won't work there. Click here to go to the code. (17 places)
The problem with this is that I do an auto upload of the site every night using a .bat file, but this error stops the upload.
Can anyone suggest a better way to acheive my desired result without getting these errors?
I've contacted Actinic Support on this and they can't help.
Thanks in advance.
Comment