FTP Disconnect on processing

Nader Farah's Avatar

Nader Farah

30 Dec, 2009 07:19 PM via web

I downloaded and tried to use it on my website designed by iweb to include Google Analytics. Two of my pages, skills and clientele are really blog pages that I am using as webpages. iweb Buddy gets stuck when uploading these pages. Am I doing something wrong or iwebBuddy is not equipped to handle blog pages at this time? Please advise.

  1. Support Staff 2 Posted by mzarra on 30 Dec, 2009 07:22 PM

    mzarra's Avatar

    This conversation occurred offline. The user is hosting with Infostreet (http://www.infostreet.com/) and the failure occurs with the top page of the blog.

  2. Support Staff 3 Posted by mzarra on 30 Dec, 2009 07:25 PM

    mzarra's Avatar

    Additional comment from user:

    Okay.
    I just thought of another thing that may help. On the Blog pages, I run a html snippet that gets rid of the blog dates –see below. Could it be the culprit?

    <script type='text/javascript'>
    function hideDate() {
    _div = parent.document.getElementsByTagName('div');
        for (i = 0; i < _div.length; i++) {
            if (_div[i].getAttribute('class') == 'Summary_Date') { _div[i].style.visibility='hidden'; }
        }
    }
    chkFooter = setInterval('checkFooter()', 100);
    
    function checkFooter() {
        if (parent.document.getElementById('footer_layer') != null) {
            hideDate();
            clearInterval(chkFooter);
        }
    }
    </script>
    
  3. simon resolved this discussion on 20 Jun, 2010 09:27 AM.

  4. simon re-opened this discussion on 20 Jun, 2010 09:27 AM

  5. Support Staff 4 Posted by simon on 20 Jun, 2010 09:27 AM

    simon's Avatar

    A quick follow-up to this to say that version 1.5.2 has now been released and should resolve this problem.

    You can read about the changes in 1.5.2 and download it from:
    http://www.zarrastudios.com/ZDS/Home/Entries/2010/6/19_iWeb_Buddy_1...

    All the best,

    Simon

  6. simon resolved this discussion on 20 Jun, 2010 09:27 AM.

Comments are currently closed for this discussion. You can start a new one.

Recent Discussions

06 Sep, 2010 11:16 PM
21 Aug, 2010 04:37 PM
18 Aug, 2010 10:45 PM
04 Aug, 2010 12:34 PM
25 Jul, 2010 04:34 PM