Announcement

Collapse
No announcement yet.

I frames.

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

    I frames.

    I'm having a minor issue with an i-frame. I normally avoid like the plague, but we want a Facebook "like" button included in the site layout.
    The "like" button works OK, no problem so far, but using the i-frame element anywhere in my page layout disables the ability to select layouts by clicking on them.
    I have got it down to i-frames by commenting out the code in the i-frame itself, and even having a "dummy" i-frame.
    Is there an answer? Is it a quirk of Actinic (using 9.05 JHZA)?
    I can't spot any obvious code errors.
    the site is http://www.kitchenwareonline.com
    Not a huge issue, just irritating.
    Steve Griggs.

    "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



    www.kitchenwareonline.com
    www.microwave-repair.co.uk

    #2
    I had this problem - answer is here:

    http://community.actinic.com/showthread.php?t=47827
    The Pretty Dress Company

    Comment


      #3
      Place a blockif around the iframe code testing for PreviewMode.

      There are a few forum posts explaining how to do this for performance related issues.

      Comment


        #4
        I frames

        At the moment I'm just commenting it out when I need to use the preview - thanks for the the help & suggestions.
        I have now put in a blockif with the following condition which does the job:
        <actinic:variable name="IsPreviewMode" /> == false
        Steve Griggs.

        "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



        www.kitchenwareonline.com
        www.microwave-repair.co.uk

        Comment

        Working...
        X