Dynamic Blogger Template Problems : Solution




There are Lots of Problem with Dynamic Blogger Templates .

 The problems reported involve various symptoms.
Blogs displayed will lack various gadgets, in the slideout gadget bar.
Some blogs, when customised, will display using default layout and template settings.
Some customisations, applied recently, just won't show up.
 Various blog owners have discovered a solution, based on code present in newer dynamic templates. This solution has been publicised, in forum discussions - and in various blogs and web sites.

<script language='javascript' type='text/javascript'>
      setTimeout(function() {
        blogger.ui().configure().view();
      }, 1000);
</script>
 The solution, as proposed, involves a very simple change - but the change won't be immediately, or permanently, 100% effective.

 The solution, being publicised by various blog owners and forum helpers, involves a very simple change, using the template editor.
 Once you have a secured a back up of your blog template, click on Edit HTML and you will see the html editor come up. Scroll down to the bottom of your template to where you see code that looks like this.

<script language='javascript' type='text/javascript'>
      setTimeout(function() {
        blogger.ui().configure().view();
      }, 0);
</script>
 Change the 0 to 1000 so it looks like this.
<script language='javascript' type='text/javascript'>
      setTimeout(function() {
        blogger.ui().configure().view();
      }, 1000);
</script>

 Click on Save Template.
Here, as always, I will strongly recommend that you backup the template, twice - before, and after, you make this template change.

 This solution - changing the Timeout setting - will have immediate success with some blog owners, partial or temporary solution with many, and no solution with others.

 The number of possible causes of the problems, in combination with the variety of possible symptoms, will create a visibly infinite number of differing complaints - and some complaints will continue, even with the workaround applied. Blogger Engineering will be busy, for a while, resolving these problems.

 Once again, I'll suggest that you consider the functional and historical reasons for existence of the dynamic templates. Consider exercising some restraint, when customising your blog. Be part of the solution.





0 comments:

Post a Comment