Hi There,
I have just upgraded a site from V6 to V8 and things were going well until I discovered I am missing fragment images on the home page when all the code is there.
When I click on the layout code for a Brochure Fragment I have this:
--------------------
<td rowspan="2" valign="top"><table width="465" height="20" border="0" cellpadding="3" cellspacing="0" bgcolor="#C8453D">
<tr>
<td class="white12pt"><strong>Featured Products</strong></td>
</tr>
</table>
<img src="shim.gif" width="8" height="8" /><br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="0" class="greenBottomLine">
<tr>
<td height="20" bgcolor="#6AB35A"><strong class="white12pt"><actinic:variable name="FragmentTitle"/></strong></td>
</tr>
<tr>
<td height="140"><table width="140" height="140" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td bgcolor="#FFFFFF"><actinic:variable name="FragmentImage" value="Standard Fragment Image"/></td>
</tr>
</table></td>
</tr>
<tr>
<td height="120" valign="top"><span class="gray11pt"><actinic:variable name="FragmentText"/></span></td>
</tr>
<tr>
<td height="1" bgcolor="#DFE4EA"><img src="shim.gif" alt="shim" width="1" height="1" /></td>
</tr>
</table></td>
---------------------------
And them when I double click on the layout code for Standard Fragment Image I get this:
-------------------------------
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentImageALink%22%20%2f%3e">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToURL%22%20%2f%3e">
<a href="<Actinic:Variable Name="FragmentLinkedItemID"/>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToProduct%22%20%2f%3e">
<a href="<Actinic:Variable Name="SearchCGIURL"/>?PRODREF=<Actinic:Variable Name="FragmentLinkedItemID"/><actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<Actinic:Variable Name="ShopID"/></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e">&NOLOGIN=1</actinic:block>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToSection%22%20%2f%3e">
<a href="<Actinic:Variable Name="SearchCGIURL"/>?SECTIONID=<Actinic:Variable Name="FragmentLinkedItemID"/><actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<Actinic:Variable Name="ShopID"/></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e">&NOLOGIN=1</actinic:block>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
</actinic:block><!-- BrochureImage HTML begin -->
<!-- This file is used to build the brochure logo image markup. -->
<IMG SRC="<actinic:variable name="FragmentImageFileName"/>"
ALT="<actinic:variable name="FragmentTitle"/>"
BORDER=0
<actinic:variable name="FragmentImageHeight"/>
<actinic:variable name="FragmentImageWidth"/>>
<!-- This file is used to build the brochure logo image markup. -->
<!-- BrochureImage HTML end -->
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentImageALink%22%20%2f%3e">
</a>
</actinic:block>
------------------------------
Please tell me have I done something stupid and deleted or moved some code I shouldn't have?
I appreciate any help.
Thank you
Angi
I have just upgraded a site from V6 to V8 and things were going well until I discovered I am missing fragment images on the home page when all the code is there.
When I click on the layout code for a Brochure Fragment I have this:
--------------------
<td rowspan="2" valign="top"><table width="465" height="20" border="0" cellpadding="3" cellspacing="0" bgcolor="#C8453D">
<tr>
<td class="white12pt"><strong>Featured Products</strong></td>
</tr>
</table>
<img src="shim.gif" width="8" height="8" /><br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="0" class="greenBottomLine">
<tr>
<td height="20" bgcolor="#6AB35A"><strong class="white12pt"><actinic:variable name="FragmentTitle"/></strong></td>
</tr>
<tr>
<td height="140"><table width="140" height="140" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td bgcolor="#FFFFFF"><actinic:variable name="FragmentImage" value="Standard Fragment Image"/></td>
</tr>
</table></td>
</tr>
<tr>
<td height="120" valign="top"><span class="gray11pt"><actinic:variable name="FragmentText"/></span></td>
</tr>
<tr>
<td height="1" bgcolor="#DFE4EA"><img src="shim.gif" alt="shim" width="1" height="1" /></td>
</tr>
</table></td>
---------------------------
And them when I double click on the layout code for Standard Fragment Image I get this:
-------------------------------
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentImageALink%22%20%2f%3e">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToURL%22%20%2f%3e">
<a href="<Actinic:Variable Name="FragmentLinkedItemID"/>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToProduct%22%20%2f%3e">
<a href="<Actinic:Variable Name="SearchCGIURL"/>?PRODREF=<Actinic:Variable Name="FragmentLinkedItemID"/><actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<Actinic:Variable Name="ShopID"/></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e">&NOLOGIN=1</actinic:block>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentLinkToSection%22%20%2f%3e">
<a href="<Actinic:Variable Name="SearchCGIURL"/>?SECTIONID=<Actinic:Variable Name="FragmentLinkedItemID"/><actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<Actinic:Variable Name="ShopID"/></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e">&NOLOGIN=1</actinic:block>"
target="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureFramed%22%20%2f%3e">_parent</actinic:block>
>
</actinic:block>
</actinic:block><!-- BrochureImage HTML begin -->
<!-- This file is used to build the brochure logo image markup. -->
<IMG SRC="<actinic:variable name="FragmentImageFileName"/>"
ALT="<actinic:variable name="FragmentTitle"/>"
BORDER=0
<actinic:variable name="FragmentImageHeight"/>
<actinic:variable name="FragmentImageWidth"/>>
<!-- This file is used to build the brochure logo image markup. -->
<!-- BrochureImage HTML end -->
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsFragmentImageALink%22%20%2f%3e">
</a>
</actinic:block>
------------------------------
Please tell me have I done something stupid and deleted or moved some code I shouldn't have?
I appreciate any help.
Thank you
Angi
Comment