anagai
Forum Replies Created
-
Forum: Plugins
In reply to: Infinite scroll addthisadding the addthis individual social buttons on every image is problematic. For every page infinite-scroll loads it loads about hundred javascript files to generate all those individual social like buttons. Really drags loading of the page. We are just going to have single addthis share button per image instead. Much less resource intensive and works in IE 7-8 mostly. IE 7 does not recognize the url passed through the addthis button. Just uses the gallery page the image is sitting in not the individual image link.
Forum: Plugins
In reply to: Infinite scroll addthisThis does not work in IE 7-8. Error generated when I do addthis.toolbox(‘.addthis_toolbox’); in the infinite-scroll callback func.
The IE error:
Message: Unknown runtime error
Line: 2
Char: 104650
Code: 0
URI: http://s7.addthis.com/static/r07/core012.jsThe addthis buttons are being added to all the new scolled images in all other browsers.
Forum: Themes and Templates
In reply to: Remove page title in one pageThis is version 3.3 and we still have to do this hack?? un-believable.
Forum: Themes and Templates
In reply to: Remove page title in one pageLook for the page id in the html body tag class attribute. Start there then drill down to the h1 tag you want to hide. Do something like this in your css file:
body.some-page-title .headline_area h1 {display: none;}