--> Disable Lightbox View The Correct way | Experience Lab - Online business creation and development guide for bloggers and startups

Disable Lightbox View The Correct way

Update: Lightbox Effect is Offcially Disabled by Blogger. No Worries now. Yesterday I shared a short code that somehow helped to deactivate...

Update: Lightbox Effect is Offcially Disabled by Blogger. No Worries now.



Yesterday I shared a short code that somehow helped to deactivate and remove the lightbox view for images appearing on blogger blogs. However some of the technical problems linked with it was that you were asked to paste the code just below the closing body tag and technically speaking that is against W3C standards. This was one reason why some widgets and Adsense ads got effected and did not display correctly. I have found a much better way of dealing with this problem brought by blogger team and it is really easy to implement. So kindly delete the previous code that I earlier shared and follow this new one.








Disable Lightbox view in Blogger Easily



  1. Go To Blogger > Design

  2. Choose HTML/JavaScript Widget

  3. Paste the following code inside it



<script type="text/javascript">
//<![CDATA[
var lightboxIsDead = false;
function killLightboxundefined) {
if undefinedlightboxIsDead) return;
lightboxIsDead = true;
var images = document.getElementsByTagNameundefined'img');
for undefinedvar i = 0 ; i < images.length ; ++i) {
images[i].parentNode.innerHTML = images[i].parentNode.innerHTML;
}
}

if undefineddocument.addEventListener) {
document.addEventListenerundefined'DOMContentLoaded', killLightbox, false);
} else {
document.attachEventundefined'onDOMContentLoaded', killLightbox);
window.attachEventundefined'onload', killLightbox);
}
//]]>
</script>

     4.  Save the widget and drag the widget anywhere to the bottom

     5.   you are all done!



Now this was a much neater and cleaner way. Which will work without disturbing the flow of other gadget on your blog. Happy blogging. enjoy! :)



Code Credits:Englishjavadrinker


COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,11,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,17,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Disable Lightbox View The Correct way
Disable Lightbox View The Correct way
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaF4DFx1bxFL1ammaW2oDjuZm1TJ4ydxOOMcjdc0xVvP58v2FZ2SO1sYs4NdGRVzzB0a76P0ciJpVVwjl-nQCq6-WigfX-WRoCqNumkLzggTq3BUbpMIuSDGB3vRgySGwHq_guQcJCVCg/s200/solutions.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaF4DFx1bxFL1ammaW2oDjuZm1TJ4ydxOOMcjdc0xVvP58v2FZ2SO1sYs4NdGRVzzB0a76P0ciJpVVwjl-nQCq6-WigfX-WRoCqNumkLzggTq3BUbpMIuSDGB3vRgySGwHq_guQcJCVCg/s72-c/solutions.jpg
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2011/09/disable-lightbox-view-correct-way.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2011/09/disable-lightbox-view-correct-way.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy