Announcement

Collapse
No announcement yet.

Click Preview to Code Layout

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

    Click Preview to Code Layout

    Any ideas on what would suddenly stop the ability to click on a layout in the preview window and the actual layout code display beneath? Clicking anywhere on the page leaves the code view layout on the outer layout. Navigating via the design tree still functions.

    Only changes are the manual deletion of products and the creation of 1 new section.

    MS v9.0.2


    Bikster
    SellerDeck Designs and Responsive Themes

    #2
    I tracked it down (which was amazingly quick considering Saturday morning) to the following GA conversion tracking code installed last night:

    HTML Code:
    <!-- Google Code for Purchase/Sale Conversion Page -->
    <script language="JavaScript" type="text/javascript">
    <!--
    var google_conversion_id = xxxxxxxxxx;
    var google_conversion_language = "en";
    var google_conversion_format = "1";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "purchase";
    //-->
    </script>
    <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/xxxxxxxxxx/?label=purchase&amp;script=0"/>
    </noscript>
    testing IsPreviewMode == false resolves the inability to click on preview and be taken to the code.

    Any ideas why the above would cause this? It was placed at the bottom of the page and is only a 1x1 image?

    Thought I would post in case anyone else experiences similar issues.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      I have the same problem with one site nut when you import the snapshot into a another pc it works - import it back and it fails. All very odd

      Comment


        #4
        I wonder if this is in some way due to the js file being cached locally.

        Comment


          #5
          you may be right Duncan. One day I will get round to solving it

          Comment


            #6
            Hi

            Can I ask if any of you did find a solution to this?

            We are getting this issue in both v8 and v9 with the java required for the ISIS trustmarks. Odd thing is we can 'fix' it was adding a carridge return part way through the JS which we then reverse for the upload, but a fix would be great.

            Comment


              #7
              Have you tried the the the ispreviewmode? sorry if you have already done this but its common for people to add js snippets and not put this in.

              Comment


                #8
                Brilliant, that sorted it, thank you very much for the tip.

                Comment

                Working...
                X