September 1, 2012

Blogger tricks

Change default view without losing customizations:

Edit HTML Template around line 90. Change sidebar to magazine or other prefered view.
<Variable name="blitzview" description="Initial view type"       type="automatic" default="sidebar" value="sidebar"/>


Remove border from images:
http://www.southernspeakers.net/2011/12/removing-border-and-shadow-from.html
Add this to custom CSS template:

.ss, .noborderdv img{box-shadow: none !important;padding: 0px !important;border: 0px !important;}
Then, in the post HTML, Change the word 'separator' in the very first line, to 'noborderdv'.

Move gadget dock off of scroll bar add this to the html template:
.viewitem-open #gadget-dock{position: absolute;width: 10px !important;overflow: hidden;margin-right: 56px;
}

Fix loading problems
http://www.2globalnomads.info/2013/06/blogger-dynamic-views-css-fail-bug-custom-reload.html

Change the timeout value from 0 to 1000 in HTML template:
<script language='javascript' type='text/javascript'> setTimeout(function() { blogger.ui().configure().view(); }, 0); </script> </body> </html>
Change the timeout value from 0 to 1000:
<script language='javascript' type='text/javascript'> setTimeout(function() { blogger.ui().configure().view(); }, 1000); </script> </body> </html>

Rope Burn 2019 Results

Follow this link to the Rope Burn 2019 Live Results! https://usactherustbelt.page.link/RopeBurn2019