| | Template Name : Hybrid News |
| Original Designer : Hybrid | |
| Bloggerize by : Free Blogger Template | |
| Demo Url : CLICK HERE | |
| Download : Hybridnews.zip |
Instalations Guide :
Because of most user of my template have a same problem with file hosting, so I places all javasript code in this template. No need to use file hosting anymore. But, be careful when editing this template, use CTRL+F to find the code for the right search.
Open Edit HTML, and lets begin.....
1. Top Navigations
Search this code
blue/# = link anchor
red = text anchor
bold code = adding new menu
<ul class='menu sf-menu'>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
2. Second Navigations
Search this code
<ul class='menu sf-menu'>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
3. Slide Feature [Automatic update for post summary and image thumbnail]
NOTE : SLIDE FEATURE OF HYBRID NEWS BLOGGER TEMPLATE USING LIMITED ATOM FEEDS SCRIPT AND IT'S STATIC MODE. IN THE XML OF THIS TEMPLATE, INCLUDING 2 ATOM SCRIPT FOR 2 PAGE OF SLIDE SHOW. SO, FOR TESTING THIS TEMPLATE/FOR NEW BLOG, YOU NEED MINIMUM 2 BLOG POST. YOU CAN TRY WITH 1 BLOG POST AND SEE THE EFFECT.
PLEASE FOLLOW THE INSTRUCTIONS CAREFULLY.
Find this code
Change red text with your blog feeds or blog feed by category/label like this
http://yourblogname.blogspot.com/feeds/posts/default/-/yourbloglabel
=> In Script 1
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
=> In Script 2
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
How to add more slide page?
Full code of slide feature for 2 page is like this
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
To add more page for slide feature, just copy the code from <div class='feature'> until </div>, paste it under previous code, then change the "startposts" and "numposts", example like below.
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
4. Change default image

Search this url : http://i584.photobucket.com/albums/ss289/hemingways-studio/Have_Images_TEXT.png
Replace with your own image url.
5. Preview and save, all done.

Very nice blog. You can share your posts and templates at ArticlePinger.com. Gain more readers. :)
really cool... more extra to setting hihiihihhi
I am not able to place images in my blog. In slide show and below. Help out. Can you explain it briefly. Whenever i try to paste URL image is not shown in my blog
Hi,
I would recommend "Host Gator" because it's very cheap and reliable. Their support service is awesome. This company offers site building tools, application vault, web mail, antivirus, Php, MysQL ,e-commerce and hosts unlimited websites in one plan. Don't go for free web hosting.They are not reliable. You could read the User Reviews here:
http://top50webhosting.org
Really cool
Hi can you show me the detail manner to show/add more featured post. Thanks in advance
www.inpui.co.cc
Just completed wth the feature.
Thanks, www.inpui.co.cc
Please contact me at rohittripathi737@gmail.com . You will get a good deal
Great works, thankx dear friend
http://aghilsoft.blogspot.com
thank you with this template and I have modified it.
here :http://buatsobatku.blogspot.com
thank you for this. the template was so good
Celebrity Wallpapers
This is so awesome, I almost can't believe I got it. THANK YOU!!!
thanx guru...check it
http://trickgarden.blogspot.com
Could the GREAT featured post slider code be proposed as a gadget to blogger users - so that it could be added to existing templates ? would be a HUGE move !
@Travel-sites: please read the instruction carefully.
@Anonymous: yup, the post slider feature can be proposed as a gadget.
very good and nice template. iam very happy to use that one. thanks.
Hi,
The template is too good.
I tried to upload it, but I have a problem with the slide part.
This is my feed "http://www.ramyawrites.com/feeds/posts/default?alt=rss". Kindly help me with this.
nice template...
please visit my site.
http://epifiles.blogspot.com/
comments are welcome
Very nice template,it is awesome..
Thanks a lot..
Thanks for sharing this article I also like website with flash designing specially the intro part of the website is so attractive and I agree with your view that flash presentation Increasing your web traffic and page views web application, software development including, Application Development Company,
This post has been removed by the author.
Great template! Thanx for sharing it with us
I like it! Simple and pretty More templates easy to download
@Ramyasadasivam : your feed is "http://www.ramyawrites.com/feeds/posts/default" not "http://www.ramyawrites.com/feeds/posts/default?alt=rss".
How can I change adsense 468x60 banner to my own banner? Please help, what should be inserted
i think you can't modify adsense
I just modified it, you can see it at http://iloveblogviet.blogspot.com but it seems not perfect as it is
Tinh: to change adsense 468x60, just remove the adsense element then the "add a widget" will show for that element place.
Hello,
I am using this template : very good.
http://tomatejoyeuse.blogspot.com/
I would like to change the color of the hyperlink text in the post. How can i do it please
With a bit of modifications this is the BEST MAGAZINE BLOGGER TEMPLATE so far.... I'm using it at INPUI
hi, i love the layout and everything! you've helped me a great amount, but by any chance do you know how to change the blue background on the slider?
If you look at my page, I have a very specific colour scheme, I'm not sure whether you could help! Ideally the colour would be black.
My page is:
http://house-of-harrisini-fashion-verdict.blogspot.com/
Kind Regards,
Harrisini
My photos perfectly appear on the slider but not below (in the post). Could you tell me why and how to do it?
Thanks!
How do I remove the slider?
(I wrote the previous question)
Thanks!
Thanks for this nice template. I will use it for my next blog after I used your "Mahusay" template for my food blog.
Gracias por esta excelente plantilla, muy agradecido que compartas tus conocimientos con nosostros.
Orlando
venezuela
My photos appear in the post but not the slider. What am I missing?
How can I make the thumbnail pictures in the main page clickable?
@KAQC TV, copy this where it says Script 1 and Script two, this should fix your problem.
home_page = "http://kaqctv.blogspot.com//feeds/posts/default";
Mine is working just fine, this is the best template I've seen. Great Job.
http://ivanjnc.blogspot.com/
The Full Post button on the bottom of the scrolling window is usually getting cut off. How do you make sure the text in the summary does not go too far down and make the Full Post button disappear?
What do you mean Jothy? I went to your blog and didn't see any problems. What did I miss?
I have tree scrolling items in the little window on http://www.whosaysicant.org. On 2 of the 3, the little button that appears at the bottom of the summary saying "Full Story" gets cut off. I checked this on Safari and on Firefox on my Mac.
Figured it out. Seems the value 'summaryPost' at 350 is too large. Decreasing it to 330 works just perfectly for my blog.
@Cineman:sorry, it's out of support.
@Ivan18: if you are simmilar with coding, you can make the thumbnail pictures in the main page clickable by editing "summary post javascript".
@Jothy: great job jothy. yes, 350 is to large if your title post shown in 2 lines or more.
@Other Questions: work fine.
can you make up this great template to show videos also except thumnails? thanks
The best blogger template.I like it
How to add featured post into a blogger template ( same template ) ?
Thanks
I guess i'll finally settle with this template...it's working well with my blog. Thanks Free Blogger Template! More power to you!
http://pag-ibignews-central.blogspot.com/
can anyone teach me how to add READ MORE in my posts? plus how to cut the summary by words not by CHARACTERS. thanks
Me quedó hermoso!!
http://lagrilla.blogspot.com/
Gracias por el aporte ;)
I absolutely LOVE this template, but am not able to make the slider work :( I also tried it with my feedburner feed address, but still no luck.
Would it be possible to remove the slider altogether? It's beautiful - I wish I could make it work - but even without the slider, the template is still extraordinary.
Please advise? Thanks!
lol
Good
My blog share tool designblog
tipsdesignblog.com
Thanhs
I'm new to this whole wordpress thing so I know this is a stupid question.... Where do the files that you download go? Which directory, do I need to delete files.
@Dette: use your default feed not feedburner feed. like this : http://YOURBLOGNAME.blogspot.com/feeds/posts/default
@Anonymous: this for blogger not wordpress
I use this template but I have some problems viewing my blog un IE8. Can you help me ?
http://www.blogger-photo.com
Best regards, Philippe
Thank you for the free template! It's marvelous!!!
A friend blogger is having a hard time with changing her blog template, I wonder if you would be kind enough to help her. Her name is Leontine and her blog is at: http://leontine1976.blogspot.com/
Thank you again!!
Hi, I have this template on http://www.milesdepelis.com/ but I don´t know why this morning I get a phrase that says: "Bandwidth exceeded, photobucket, Upgrade to pro today"
What can I do to change that?
Thanx
Nice templates bro.. thanks.
http://support.mhstar.com
hey !! i put this template on my blog ... but it wasnt working ok.. no img backgrounds, nor in the header, titles, buttons!!..nothing! instead of that was a photobucket image.... why ?? what can i do?? i wanna use this template!!
@AndreasColor % Chobed : PLEASE READ THIS POST
http://www.freebloggertemplate.info/2009/08/photobucket-limit-exceeded-coming-soon.html
i feel title post lines are short how to exapand more lines... pls can help somebody?
and i dont know why my widgets not place in right sidebar
This post has been removed by the author.
great, just simply amazingly great! thanks a lot
hi, I have a problem. pictures of my post do not appear on the top. What should I do?
http://comanise.blogspot.com/ thanks
@UNeTeando: its working properly
hola amigo no aparecen las imagenes de mis entradas en la parte superior??:S
Hi, thanks for a great theme.
I also reduced the value of summarypost but to 325, now is working just perfect!
However, I would like to have more text in the excerpts of the posts. Is it possible?
Thks in advance, ang congratulations for a very nice theme!
Got it!
Search for "summary_noimg = 140" and "summary_img = 140" (no quotes) and changed 140 to 500. This value seems to be working for me.
But I have another questions:
-Some words are cut and don't look so good. Can this be modified to finish the excerpts to a whole word?
-Can a legend like "... read more" be added?
Site is http://elpericoerrante.blogspot.com/
Thanks again!
@El perico errante:here the rules you can adding "...Read More" link text.
1. Go to Edit HTML=> check "Expand widget templates"
2. Search this code
---------------------------------------------
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
--------------------------------------------
3. Add this "read more code" after that code, like this
--------------------------------------------
<div expr:id='"summary" + data:post.id'><data:post.body/></div><a expr:href='data:post.url'>...read more</a>
--------------------------------------------
4. Save
Great!
Thank you very much!
me pueden ayudar por favor quiero editar esta plantilla de mi blog
http://primeraplanaeu.blogspot.com/ para nuevo menu, texto e imagenes
en spanish por favor, si tuvieran un tutorial mejor. gracias
me pueden ayudar por favor quiero editar esta plantilla de mi blog
http://primeraplanaeu.blogspot.com/ para nuevo menu, texto e imagenes en spanish por favor, si tuvieran un tutorial mejor. gracias
@Roger: Lo siento, no puedo escribir en spanish
me pueden ayudar por favor quiero editar esta plantilla, http://primeraplanaeu.blogspot.com/ para menu, texto e imagenes por favor, si tuvieran un tutorial mejor. gracias
This post has been removed by the author.
wat do u think?!?!
http://hot-deals-blog.blogspot.com
This post has been removed by the author.
This post has been removed by the author.
How can I add "..." exactly after the posts excerpts? I tried here, but couldn't make it.
Nice job!
Nice theme!But I can't set on random order the slidebar? How can I do?
Hello mr. admin, how can I add "..." exactly after the posts excerpts below slide show?
Url: http://professoraurelio.blogspot.com/
Hi, I put this theme 3 months ago on mi blog http://www.milesdepelis.com/ and suddenly I had a drop in the rankings on Google.
I do not know much about SEO and programming but I have validated my blog http://validator.w3.org (http://validator.w3.org/check?uri=http% 3A% 2F% 2Fwww.milesdepelis.com% 2F & charset = % 28detect + automatically% 29 & doctype = Inline & group = 0) and as you can see my code has 897 Errors, 520 warning (s). Do you think this is the cause for which to install this theme the blog has fallen sharply in the search results of google? and if so, how can I fix this without having to change the theme again?
Thank you very much
Or if I can not fix... what another blogger theme more friendly to google you recommend?
thanx again
How to insert the word "read more" at the bottom of the post, please
I would like to insert my adsense code into the blog post itself, where should i put it?
thanks
Thx for this theme, I Like this theme and it's works..
Cool.. I like this Thanks
Hello,
what can i do to make sliding fixed posts,for example- 1st and the 2nd, but not only 2 resent posts,which changing every new post?
i like ur website. thanks for this comment posting...
Add
great template! However, when I made all the changes, the colors at the top disappear - they show up very briefly and then go away...please check it out and let me know if there is an easy fix. Thanks!
www.medfordonlinemedia.com
This post has been removed by the author.
Hi, I want to set a url feed from mypodcast.com in the slide, but it finish with "rss.xml", and it seems the slide code don't recognizes it. I don't know how to get th "default" feed...
Is there something I can do about it? How?
Thanks
Hi I would like to remove the slider, I haven´t see that answer.
Thanks, Ivan de Paula
The templates found in this site were amazing and unique among all the 'bloggertizing template' sites.
Blogs using these templates are appearing amazingly as advanced webmaster created sites. people are also surprising when they know that these are blogspot blogs. very nice templates.
but hybrid news template had one demerit.
the text widgets are appearing only on the homepage. so that users getting through various pages on search results are not observing that blog had so much matter. if text widgets below become permanent, it will be very useful for bloggers to show there entire content.
please give me instructions how to make it.
waiting for a hopefull reply........
I goona ask about it....
why the come on the moving post is your post dummy?!?
how to hide the Slide Feature ??
Hi Thanks a lot for the great effort and providing such great service.
I would like to change some of the thing
First how to remove the Slide show.?
How to increase the sidebar width not the top box 300x one but below that two sidebar witch is labels and archive in the demo site.
i was trying to do it using firebug but because of background image i am not able to, now i dont knw more then that how can i do it.
Please help.
Sos Groso! Thanks a Lot!!!!!
Hi!
I've been trying to edit the slide, but when I click on either of the 4 "edit" tabs nothing happens, I'm asumming those are where I should insert the script 1, script 2 and so on? please help!
Thanks!
It's cool. Here is my website:
http://bloggerbloggerek.blogspot.com
I have a question:
Could I make new pages without summery? How?
Hey it's cool templates...nw my website is completely working fine as i hve problem related slider but here with ur given tutorial related slider, i had solved it n it's working fine..look at it my website http://www.graffititools.net
Thanks a lot
thanks see www.nbsansar.blogspot.com
Thanks for the help !!
Спасибо за прекрасный шаблон, установил тут http://millioninnetwork.blogspot.com
I am trying to remove the slider as well...can this be done if so can anyone help do this?
Thanks for you help
Many many thanks for sharing the template free; also the knowhow...
This post has been removed by the author.
How's the second navigation work? I can't put my post blog in that categories? How to put below on that navigation? Please help me ...
www.herresandlee.com
I managed to removed the slider from top.
Check it out
http://www.denimdaily.com/
Hey it's cool templates...nw my website is completely working fine as i hve problem related slider but here with ur given tutorial related slider, i had solved it n it's working fine..look at it my website http://graffititools.blogspot.com
thank u very much... nice news template!
thank u very much... nice news template!
Hello, excellent staff, once again thanks for sharing your knowledge freely, I have a problem: The Second Navigations bar I remove the "subscribe rss ..." to put more codes of this type
href='#' title='Edit < class='cat-item'> < Title'> Edit < etc... "
but I delete the code for RSS have more space and still not let me add more> Edit <.
Told me I look good, in short: I need all the Second Navigations but will not let me add more Edit button, so the code previously been cleared of the RSS.
Thanks for your help.
Orlando.
Caracas, Venezuela.
This post has been removed by the author.
This post has been removed by the author.
HI,
I have a one problem related to this template, I want to add re tweet and google buzz button on my blog, I am trying to past these both button script into this template xml file but its not saw live on blog url..
can anyone know when i have past those button script and wat type of script i have to use, please give me those both script.
blog: http://graffititools.blogspot.com
The template is really good !! i am using it now !! thanks !!!
http://fevershot.blogspot.com
how can i only add the slide without install the whole template?
Many thanks to share this info.
It works and cool news slider
regards,
http://nhirany.blogspot.com
Many thanks to share this info.
This template is really good, and i'll use it soon.
cheers,
http://nhirany.blogspot.com
Buenisimo... lo apliqué y va quedano 10 puntos.
saludos.
espero sus comentarios
great template, ill be using it.
Is it possible to change the primary color to maroon
thank you for the very very nice temp chek out mine's i put it on my blog
http://ziadarwady.blogspot.com/
Hello
I would like you to help me please:
I have my blog, and I am thinking of changing its template to this one, Hybrid News.
I've done everything right, I'm loving the result, but there's only one thing: I would like to know if it's possible to enlarge the height of the main banner, where the name & description of the blog are placed...
If there's any chance you can help me, I would be appreciated.
Sorry for my english :)
how could i find my blog feed by category url??? pls tell me how? thank you
Hello,
Thanks so much for the template and the intructions, which are very well explained.
I would like to know whether it's possible to add an image to the banner. You see, I'm using the template on a blog about a social organization and I would like to add the logo on the left-hand side of the blog name and description.
Thanks for your help beforehand!
Hi,
I keep reading everything on this template and still no information on how to change the colour. Pleeeeeeeese help me. Please.
Thanks
ya it is nice i am also using this template visit www.sajhakhabar.blogspot.com
I have a problem with the colours on the top:
http://iloveblogviet.blogspot.com/
¿What happened?
@Cyril Buca: http://yourblog.blogspot.com/feeds/posts/default/-/YOURLABEL
@AIMEE^_^GOES & Anonymous: you need to learn about blogger template HTML.
@Juan : Blogger images hosting is down. Maybe you need to reupload and replace the images bg.
I hae the same probleme of Juan. How can I reupload the image?
@ Juan:put this URL as a bg image http://1.bp.blogspot.com/_lxBSX0YJV58/Sox-ImDghzI/AAAAAAAAAFQ/XtwSvpd7a_M/s1600/bg-2.png
Hi very nice template. this is looking like website. i have some problem. i want to display slideshow using particular label.i have given
blog4mp3.blogspot.com/feeds/posts/default/A
but its not working. please help me
hi i solved my problem. its working for labels also. i need one more help. i want to show slideshow in every post and every page. how can i display slideshow ?
http://blog4mp3.blogspot.com
thanks for template and intructions, its work..
i want to make a drop down for second navigations..
can u help me?
thanks before
www.tegenatika.co.cc
Hi, thanks for nice template with slide show that I am looking for
hi thank you very nice!
http://buxdiggeronline.co.cc/
Do I have to edit the image URLs every time a new story is posted?
Can any one answer how can we show full post at home or at static pages using this templete??
nice. i like this. thanks