Announcement

Collapse
No announcement yet.

Extended Information

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    The cope you have opening that blank popup doesn't seem to be Actinic V11 code.

    Actinic V11 uses:
    Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpDisplayedByImage%22%20%2f%3e" >
       <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20a%20Pop%2dUp%20Window%22">
          <a href="<actinic:variable name=ExtendedInfoPageEncoded />" target="ActPopup" onclick="return ShowPopUp('<actinic:variable name=ExtendedInfoPageEncoded />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);">
       </actinic:block>
       <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20the%20Same%20Window%22" >
          <a href="<actinic:variable name="ExtendedInfoPageName" />">
       </actinic:block>
    </actinic:block>
    And you have showing in your generated pages:
    Code:
    </actinic:block> <a href="" target="ActPopup" onclick="return ShowPopUp('',400,350);"></actinic:block><img src="sony_ericsson_walkman_wt19i_lcd_screen.jpg" border="1" width="200" height="200" title="SONY ERICSSON Walkman WT19i Genuine Lcd Screen" alt="SONY ERICSSON Walkman WT19i Genuine Lcd Screen" />
    Those spurious </actinic:block> bits seem to indicate that you've erroneously deleted some BlockIf statement.

    Try locating the relevent Product Image layout in the Library, right-click it and Revert to Factory Settings.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #17
      I have reverted to 'Factory Setting', Checked in the preview mode. It is still the same i.e.; pop-up comes when i click the product image.

      What else should i check for ???

      Comment


        #18
        The two spurious </actinic:block> are still on your generated pages. Double-check your layouts. You can compare them with Factory Settings via their right-click menu options.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X