Announcement

Collapse
No announcement yet.

Popup error in Fragment Details 'Link'

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

    Popup error in Fragment Details 'Link'

    My javascript links for my pop up windows in 'Fragment Details - Links' have suddenly stopped working and they are showing up as an error on the page. has anyone else had this? The only couple of things that I can think of that I have changed is 1) take out the javascript menu from the ActPrimary template and replace with direct links to the sections, and 2) upgrade to 7.0.6.

    Any ideas?

    Cheers
    Richard
    http://www.smarterproducts.co.uk

    #2
    As always, a link to a problem page would help a lot.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Arh yes, that might help.

      http://fleurt.co.uk/acatalog/Deckchair_Camisole.html

      Thanks

      Cheers
      Richard
      http://www.smarterproducts.co.uk

      Comment


        #4
        That helps a lot.

        You popups are being called via (e.g.)
        Code:
        javascript:ShowPopUpFrag('http://fleurt.co.uk/acatalog_xtra/frag_ft285_front.html',480,720)
        This isn't the standard Actinic ShowPopUp routine that's in actiniccore.js.

        Either

        1) You're using a home brewed routine but have omitted it from your primary templates

        2) You added or modified this routine into actiniccore.js but the 7.0.6 upgrade has used a clean new copy.

        3) You've tinkered with Design / Options / Goto / Phase -1 , ID 2175 which should be
        Code:
        javascript:ShowPopUp('%s',%s,%s);
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Arh yes, I can't remember why or where I did that!

          It's not 1 or 3, so must be 2.

          Just got file back from before upgrade and I had changed it! Can't for the life of me remember why!! Always worth baking up the program folder every night as well as the snapshots I say.

          Apart from being more diligent about making notes of changes, is there anything else I can do to check changes prior to upgrading?

          Thank you very much Norman. Help much appreciated.

          Cheers
          Richard
          http://www.smarterproducts.co.uk

          Comment


            #6
            Regular Snapshots help. They can be renamed to .ZIP and opened with early versions of WinZip (I use V7). This lets save the site as a single file and you are able to get at the individual files inside.

            Also when Actinic upgrades it writes a logfile noting any Actinic files that have been changed by the end user. These files get replaced by clean versions. The logfile should have alerted you that some customisation had been clobbered.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X