6

In all browsers (IE, Chrome, etc.) in my office and in home and in all Blogger blogs using the dynamic template, I'm having this strange problem:

No menu on the right side (except for the Subscribe button - other buttons are missing) plus no layout selection bar (top row).

This problem is occasional, not happening reliably; any ideas?

dynamic template error

Update (old news really, but I kind of forgot about the question):

The fix is to change the default timeout:

<script language='javascript' type='text/javascript'>
      setTimeout(function() {
        blogger.ui().configure().view();
      }, 500);
    </script>
Gabor
  • 121
  • 4

1 Answers1

1

I don't use a dynamic template, but I also never experienced such problem with blogs that use this template.

Try checking this in another PC, or with add-ons disabled and see if you have the same problem with other blogs such as this one http://buzz.blogger.com/

Anyway, the place to ask about this is on Google Blogger forums, they're the one who should support you with this. http://productforums.google.com/forum/#!forum/blogger

Omne
  • 989
  • 1
  • 6
  • 17