Hi, is there a way to stop blogger engine from inserting style sheet (the default style sheet named* 2482811679-widget_css_2_bundle.css*) to my template?
If you remove it your template won't work, 90% element on your blog will be shattered.It's not removal from template, because it's not in a <link> tag, may it's be some JavaScript. But removing it is of no use. That's my advice.
On Thursday, May 24, 2012 10:52:21 AM UTC+5:30, JeeShen Lee wrote:
> Hi, is there a way to stop blogger engine from inserting style sheet (the > default style sheet named* 2482811679-widget_css_2_bundle.css*) to my > template?
On Thu, May 24, 2012 at 3:22 PM, JeeShen Lee <jeeshen...@gmail.com> wrote:
> Hi, is there a way to stop blogger engine from inserting style sheet (the
> default style sheet named* 2482811679-widget_css_2_bundle.css*) to my
> template?
> --
> You received this message because you are subscribed to the Google Groups
> "Blogger Developer Group" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bloggerdev/-/WKroRmQNduoJ.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to
> bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bloggerdev?hl=en.
I wanted try implement Less Framework (http://lessframework.com/) to my template. Having the default css make the development complicated. Which module i need to remove?
On Thursday, 31 May 2012 22:05:06 UTC-4, Brett Morgan wrote:
> Hi JeeShen,
> It is possible to remove, you need to over-ride the appropriate module. > The question is, what content in that css file are you having issues with?
> brett
> On Thu, May 24, 2012 at 3:22 PM, JeeShen Lee <jeeshen...@gmail.com> wrote:
>> Hi, is there a way to stop blogger engine from inserting style sheet (the >> default style sheet named* 2482811679-widget_css_2_bundle.css*) to my >> template?
>> -- >> You received this message because you are subscribed to the Google Groups >> "Blogger Developer Group" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/bloggerdev/-/WKroRmQNduoJ. >> To post to this group, send email to bloggerdev@googlegroups.com. >> To unsubscribe from this group, send email to >> bloggerdev+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/bloggerdev?hl=en.
On Thursday, May 24, 2012 1:22:21 AM UTC-4, JeeShen Lee wrote:
> Hi, is there a way to stop blogger engine from inserting style sheet (the > default style sheet named* 2482811679-widget_css_2_bundle.css*) to my > template?
> Hi, is there a way to stop blogger engine from inserting style sheet (the > default style sheet named* 2482811679-widget_css_2_bundle.css*) to my > template?
WHAAAOOOWWWW WELL DONE THANK YOU SO MUCH Volter Quant, you just saved my life!!!!!!, thanks, thanks and thank you again (y) (y), i've been searching about that in 5 month....
BTW: where did you get the code?, i mean how do you know to remove that HTML, in XHTML is not appeared, but it's appeared in source page of blog, or you're know well about blogger code?....
> Am Donnerstag, 24. Mai 2012 07:22:21 UTC+2 schrieb JeeShen Lee:
>> Hi, is there a way to stop blogger engine from inserting style sheet (the >> default style sheet named* 2482811679-widget_css_2_bundle.css*) to my >> template?
There's a bunch of stuff you can't disable (or at least, it's not obvious). By the time you include enough code to get Blogger to actually render a page, you get a bunch of widget CSS and JS. Thankfully the trick shown below at least gets rid of the CSS, but for someone who wants to really roll their own, the JS is superfluous too.
Is it possible to get a truly bare-bones Blogger template without widget includes? Or is there base level of added code that's simply impossible to avoid?
On Friday, 1 June 2012 12:05:06 UTC+10, Brett Morgan wrote:
> Hi JeeShen,
> It is possible to remove, you need to over-ride the appropriate module. > The question is, what content in that css file are you having issues with?
> brett
> On Thu, May 24, 2012 at 3:22 PM, JeeShen Lee <jeesh...@gmail.com<javascript:> > > wrote:
>> Hi, is there a way to stop blogger engine from inserting style sheet (the >> default style sheet named* 2482811679-widget_css_2_bundle.css*) to my >> template? -- >> You received this message because you are subscribed to the Google Groups >> "Blogger Developer Group" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/bloggerdev/-/WKroRmQNduoJ. >> To post to this group, send email to blogg...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> bloggerdev+...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/bloggerdev?hl=en.
My question is, given that you want to strip as much of the blogger
generated css and js as possible, what is the gain you aim to get from
using Blogger?
If you are interested in using our Post editor, but then completely
customising the generated content, I'd suggest using the Blogger API v3 to
pull content hosted on Blogger, and render it on your own hosted site. A
wonderful place to host content is our AppEngine content. You can pull
content client side using our JavaScript client library, or jQuery and our
REST api endpoints. Alternatively, you can pull content server side using
our Python, Java or Go libraries. Alternatively, if you host elsewhere you
can also use our PHP libraries, .Net libraries, or talk raw REST/JSON in
your language of choice.
On Wed, Oct 31, 2012 at 8:09 AM, Ben Buchanan <here...@gmail.com> wrote:
> Hi Brett,
> There's a bunch of stuff you can't disable (or at least, it's not
> obvious). By the time you include enough code to get Blogger to actually
> render a page, you get a bunch of widget CSS and JS. Thankfully the trick
> shown below at least gets rid of the CSS, but for someone who wants to
> really roll their own, the JS is superfluous too.
> Is it possible to get a truly bare-bones Blogger template without widget
> includes? Or is there base level of added code that's simply impossible to
> avoid?
> cheers,
> Ben
> On Friday, 1 June 2012 12:05:06 UTC+10, Brett Morgan wrote:
>> Hi JeeShen,
>> It is possible to remove, you need to over-ride the appropriate module.
>> The question is, what content in that css file are you having issues with?
>> brett
>> On Thu, May 24, 2012 at 3:22 PM, JeeShen Lee <jeesh...@gmail.com> wrote:
>>> Hi, is there a way to stop blogger engine from inserting style sheet
>>> (the default style sheet named* 2482811679-widget_css_2_bundle.css*) to
>>> my template?
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Blogger Developer Group" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/bloggerdev/-/WKroRmQNduoJ.
>>> To post to this group, send email to blogg...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> bloggerdev+...@googlegroups.com.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to
> bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bloggerdev?hl=en.
> WHAAAOOOWWWW WELL DONE THANK YOU SO MUCH Volter Quant, you just saved my > life!!!!!!, thanks, thanks and thank you again (y) (y), i've been searching > about that in 5 month....
> BTW: where did you get the code?, i mean how do you know to remove that > HTML, in XHTML is not appeared, but it's appeared in source page of blog, > or you're know well about blogger code?....
> thanks again
> On Sunday, September 23, 2012 5:09:21 AM UTC+2, Volter Quant wrote:
>> Here is what I did to remove the blogger widget CSS:
>> Am Donnerstag, 24. Mai 2012 07:22:21 UTC+2 schrieb JeeShen Lee:
>>> Hi, is there a way to stop blogger engine from inserting style sheet >>> (the default style sheet named* 2482811679-widget_css_2_bundle.css*) to >>> my template?