Live Demo | Download template file with Disqus | Download template file without Disqus
Here is steps to install this template
1,Download this template2,Open template file in a word editor
3,To make a menu navigation
find this code
<div id='cat-menu'>
<ul class='sf-menu nav' id='cat-nav'>
<li><a href='http://simplexenews1.blogspot.com/'>Home</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/world'>World</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/US'>US</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/business'>Business</a>
<ul>
<li><a href=''>Category</a>
<ul>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
</ul>
</li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
</ul>
</li>
<li><a href='http://simplexenews1.blogspot.com/search/label/entertainment'>Entertainment</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/Sports'>Sports</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/tech'>Technology</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/editor'>Editor's picks</a></li>
<li><a href='http://simplexenews1.blogspot.com/search/label/story'>Top Stories</a>
<ul>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
<li><a href=''>Category</a></li>
</ul>
</li>
</ul>
</div>
and edit the text in bold to the name and url of your categories . Link to each category has structure
http://your blog.blogspot.com/search/label/category-name
4,This is the code of credit box at the end of each post :
<div class='clear' id='entry-author'>
<div id='author-avatar'>
<img alt='' height='60' src='http://0.gravatar.com/avatar/4c2ed72c6be86742f05e9750110d5731?s=60&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D60&r=G' width='60'/>
</div> <!--end .author-avatar-->
<div id='author-description'>
<h3>About author</h3>
Curabitur at est vel odio aliquam fermentum in vel tortor. Aliquam eget laoreet metus. Quisque auctor dolor fermentum nisi imperdiet vel placerat purus convallis.
</div> <!--end .author-description-->
</div> <!--end .entry-author-->
Edit the text in bold to the text you want (you can change it ,add link to your profile ,translate it to your language )
5,If you choose the template file with Disqus comment system ,find this code
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'simplexenews'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
and this code :
<b:includable id='comments' var='post'>
<div id='disqus_thread'/>
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'simplexenews'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href='http://disqus.com/?ref_noscript'>comments powered by Disqus.</a></noscript>
</b:includable>
and this code
<div class='dsq-widget' id='recentcomments'><script type="text/javascript" src="http://simplexenews.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=32&excerpt_length=200"></script></div>
change the text 'simplexenews' (marked in bold) to your Disqus shortname .This step is required because if you don't change this text ,it mean you are using my Disqus account ,so I can delete your comment
Now ,save template and upload it to blogger .
6, To add logo to this template
click edit link in logo widget
and add link to your logo in widget content
7,To add your social network accounts
click on 'edit' link in Social Networks widget
and add link to your social network accounts .
8,'topads','Midads' ,'ads2' are widgets for advertising .
You can click on 'edit' link of these widgets
and add the ad code into widget content . Like this
9,To show posts under a category in the slider:
click on 'edit' link in 'Looped Slider' widget
add the title you want to show into widget title ,and add the name of category into widget content .
In these pictures above ,I want to show posts in 'feature' category into slider ,so I add category name 'feature' into widget content and add the title 'feature' into widget title .
10,Do the same with other widgets . Click on 'edit' link in a widget ,add a category name into widget content and add the title you want to show in widget title . Recent posts in this category will be shown in where the widget you choose is .
For example ,I want to show posts under category 'US' in the position of widget 'Two col-right'
First ,I click on 'edit' link in 'Two col-right'
a dialog appeared, then , I add the category name 'US' into widget content ,and add the title I want to show 'US' into widget title .
After that ,click Save .
If the category 'US' existed in my blog ,and there is at least one post under category 'US' ,it will be displayed in the position of 'Two col-right'
11,Do the same with the carousel
For example ,I want to show posts under category 'headline' in the position of carousel widget
First ,I click on 'edit' link in 'Carousel'
a dialog appeared .
Then ,I add the category name 'headline' into widget content ,and add the title I want to show 'headline' into widget title .
After that ,click Save .
The posts under 'headline' category will be shown in carousel widget
12,To add video
click on edit link in video widget
add video embed code into widget content
13,To add photos to Flickr widget
click on edit link in Flickr widget
add Flickr id into widget content
14,To add Category ,Blogroll
you can click on edit link in these widget ,for example Category widget
add link you want
15,To add a forum to blog,create a new page ,name it 'forum' and paste the forum embeded code into page content (in Edit HTML mode)
then go to Dashboard -> Go to Design -> Edit HTML ,search for the text 'http://simplexenews1.blogspot.com/p/forum.html'
and replace it with link to 'forum' page you've just created .There are 3 places need to change in total . After that ,save the changes .
Here are places need to change 'http://simplexenews1.blogspot.com/p/forum.html' with the link to your forum page :
1st place :
2nd place
3rd place
That's all .Save template and you will see a full-width forum page .
16, Lightbox effect has been integrated in this template
To use Lightbox effect in your post ,when editing post ,click on Edit HTML .

To add lightbox effect for one image , use rel="lightbox" title="Your image Caption" as picture above
To add lightbox effect for multiple images , use rel="lightbox[albumname]" title="Your Image Caption"
if you want to add another image to this album,upload the second image and use rel="lightbox[albumname]" title="Caption for Second image of albumname"
in this case , lightbox will work like a gallery with next and previous links and you can use keyboard to navigate through the album
17,If you want to increase/decrease the number of post in each category ,go to Design ->edit HTML -> checked Expand widget templates ,and find these variables in template file :
numposts = 6;
numposts1 = 3;
numposts2 = 6;
numposts3 = 4;
numposts5 = 5;
numposts6 = 10;
try to change these values to what you need .
That's all for this template . You can add / remove widgets or change the position in Page Elements
is there any way to changes the default url (homepage) of the recent post??
ReplyDelete@bagoesky : Just find this default url
ReplyDelete"feeds/posts/default"
and change this by adding a blog address before the default ,like this
"http://yourblogspot.blogspot.com/feeds/posts/default"
Hi, do you can do a template to that people write phrases and that others persons can do like this in facebook. would be amazing, Thank you....
ReplyDeleteI love this blog
@radick : I don't understand your idea clearly .But I think a normal blog template with Disqus comment system would be what you are looking for . Blog owner write posts ,phrases ... and other people express their idea 'Like' ,'thumb-up' or reply with a comment .
ReplyDeleteKindly check the carousel. I think the posts in the carousel does not move when you click on the button. Thanks
ReplyDelete@Moderator : you can open template file ,find this line :
ReplyDeletenumposts3 = 4;
and change the value to number greater than 4 ,you will see the carousel moves . The reason is very simple ,this line numposts3 = 4; limit the number of post in carousel to 4 ,so you can't see the changes when carousel moves .
How to make one page full, without sidebar?
ReplyDelete@Rachmat Naimulloh : See the step 15 in my post above ,my friend
ReplyDeleteAnd actually it fetches nothing like we want to fetch posts for selected label/category. Neither it fetches from recent posts nor other labels.
ReplyDeleteOkay man Finally. Homepage is getting better. But recent posts widget problem is still there. Nothing is shows under this.
ReplyDeleteAnd wouldnt it be nice to provide JS files to the users so that they may host it where ever they like?
Coz java script is not working for tabbed widgets
Is something wrong on my blog. The thumbs don't show up o first page, instead is the noimage image. Strange, on any label page it shows the thumbs.
ReplyDeletePlease take a look at http://protv-romaniiautalent.blogspot.com/
Dude, I want this template customized for my blog esp. with new css. Please, add me in gtalk so we can discuss further.
ReplyDeleteTry to upload it but it keeps telling me.
ReplyDelete"Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Attribute name "href-" associated with an element type "a" must be followed by the ' = ' character."
huh??
pictures:
ReplyDeletehttp://img33.imageshack.us/img33/6168/smallrss.png
http://img517.imageshack.us/img517/8693/smallemail.png
http://img35.imageshack.us/img35/4599/smalltwitter.gif
http://img13.imageshack.us/img13/9803/smallfacebook.png
http://img827.imageshack.us/img827/8291/display.gif
are out of air!
retreat as the lightbox code?
very good template, congratulations
@Grilo : they are icons next to the links "Facebook" ,"Twitter" and "RSS" at the older version of SimplexEnews . In the latest version ,I removed them out of main code . So you don't need to worry about them . They are uneccesary images .
ReplyDeletethanks for the reply about the pictures, I have a problem with the alignment of 320x250 ads, I put my script code google adsense and the ads appeared when he lined to left, but I want it in the center. then used the code in div him to go to the center: < div style="float: center; "> Code Here
ReplyDeletebut also did not work, could you help me? thanks
how do I watch the news I posted in the form of blog posts?
ReplyDeleteThis version have an error display on IE6, but the previous is not.
ReplyDeleteBut it's really comfortable for every blogger.
Thank you so much! :-)
@nhamngahanh if I may perhaps understand the question of @Tarcizio Reis and if possible in Portuguese respond to it with your license. colocp but below in English too.
ReplyDelete@Tarcizio Reis os se voce seguiu o tutorial voce deve ter entendido mas ou menos o sitema criado. as postagens sao colocadas por tags na categoria desejada, ou seja, se voce quer que aparece os posts sobre "televisao", voce coloca as tags na sua postagem televisao e coloca tambem a tag na categoria do template, como mostra o tutorial, ai e so posicionar.
@Tarcizio Reis if you followed the steps you should have understood or less but the system created. posts tags are placed on the desired category, or if you want the posts appearing on "television", you put the tags in your post Television and also puts the tag in the template category, as shown in steps, and there are positioned.
Can you please write a separate post on how to add the FLICKR sidebar you have to any blogger? I really would like to put it on my blog.
ReplyDeleteThanks for all your help you have an awesome site!
@lushzOne : I will write it soon .
ReplyDelete@Grilo :
1st question : you can try to add this code in CSS section of template :
#sidebar .widget {
border-bottom: 1px solid #ECEDE8;
padding: 0 0 0;
}
#sidebar .widget h2 {
background: url("http://img802.imageshack.us/img802/1904/bgtitle.jpg") repeat-x scroll left center #FAFAFA;
color: #333333;
font-family: Arial,serif;
font-size: 13px;
padding: 5px 15px 4px;
text-transform: uppercase;
border-bottom: 1px solid #ECEDE8;
}
2nd question : Hard to explain ,but I hope you understand :
To add a new section two col-left ,two col-right for post categories ,you can add this code
<b:section id='ID name goes here' class='catbox-row clear' showaddelement='yes'> <b:widget id='HTMLxx' locked='false' title='Two col-left' type='HTML'>
<b:includable id='main'>
<div class='catbox catbox-even'>
<script>
document.write('<h3 class="catbox-title"><a href="/search/label/<data:content/>?max-results=10"><data:title/></a></h3>');
</script>
<ul>
<script>
document.write("<script src=\"/feeds/posts/default/-/<data:content/>?max-results="+numposts+"&orderby=published&alt=json-in-script&callback=showrecentposts\"><\/script>");
</script>
</ul>
</div><!--end .catbox-->
</b:includable>
</b:widget>
<b:widget id='HTMLyy' locked='false' title='Two col-right' type='HTML'>
<b:includable id='main'>
<div class='catbox catbox-even'>
<script>
document.write('<h3 class="catbox-title"><a href="/search/label/<data:content/>?max-results=10"><data:title/></a></h3>');
</script>
<ul>
<script>
document.write("<script src=\"/feeds/posts/default/-/<data:content/>?max-results="+numposts+"&orderby=published&alt=json-in-script&callback=showrecentposts\"><\/script>");
</script>
</ul>
</div><!--end .catbox-->
</b:includable>
</b:widget>
</b:section>
right before
<div class='clear'/>
</div> <!--end .twocol-->
Take a look at the text in bold ,ID name must be unique .
HTMLxx and HTMLyy : xx and yy are different number and they both must be greater than 20 .
That's all .
Will this type of templates effect the SEO as only widget used with front page posts hidden?
ReplyDelete@nhamngahanh very much obliged if you lived near me would give him a hug. I shouted to achieve. Thank you my friend. I want you to see my blog after I finish, it will be a pleasure. about the code of the images in the sidebar, ok.
ReplyDeleteNow the code that you sent me. i had already used this code in my attempts to ask before, but had not changed id = htmlxx, but it worked now learned. thank you. now try to put the ligthbox to open the photos from flirk. thanks
Hi bro,
ReplyDeleteWhich comment system is best? disqus or blogger comment system?
Thanks bro..
ReplyDeleteHow to add related post widget without thumbnail in left and social bookmarking buttons in right of below each post?
How do I change the lenght of duration of the slideshow? Thank you.
ReplyDeleteJust for note. The title of of the Label will be not display if there is ' like Designer's Vault. Only Designer Vault will work.
ReplyDelete@Agencia Brasileira de Jornalismo : here is the code you need to find
ReplyDelete<script>
$('.slides').cycle({
fx: 'fade',
speed: 'slow',
timeout: 3000,
pager: '.pagination'
});
</script>
and change the value of time out from 3000 to another value
doesn´t work the arrowcarousel. Thanks
ReplyDeletehy. im try to change font-size of single post entry ,but i cant change the size. plz tell me how to change font size. neykurendhootimes@gmail.com
ReplyDeleteim using this e news template. im try to change font-size of single post entry ,but i cant change the size. plz tell me how to change font size. neykurendhootimes@gmail.com
ReplyDeletethis is my site http://tha-ra-ha.blogspot.com/
Hi... How to fix recent comments to geting work... thanks
ReplyDeleteagain me.now i have other problem. in my blog have mulitiple authers, can u tell me how to add auther profile in this template. im using this e news template. neykurendhootimes@gmail.com
ReplyDeletethis is my site http://tha-ra-ha.blogspot.com/
Thanks!
ReplyDeleteplx Simplex Design tel me how to set avatar image on Anonymous comments in this template im usung e news template. need answer soon
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteplease nhamngahanh help me
ReplyDeletethe carousel dosen't work although i increase the number of posts to 12. the same result 4 only appear for a moment then the careusel move for space try it by yourself and you will find the same result as "demonstrator" said. any idea how to fix this.
in the end of the comment i want to say to you that your templates are very professional i use them from long time and your blog become one of my favorite blogs. thanks for hard work. go ahead
Eu sou um tanto quanto burro... mas tipo assim eu baixei seu template que muito show, mas quando eu coloco as noticias elas só ficam ali do lado em recentposter e o restante do blog não funciona eu já tentei seguir as suas instruções mas num entendi nada me ajude ai por favor.
ReplyDeleteOBRIGADO!
@uauanews... bem cara se pergunta não for em ingles ele nao responde assim tão facil! item 3 das regras. mas se vc quiser ajuda cara, uso esse mesmo template. http://jornalogrilo.blogspot.com
ReplyDeleteolha meu email: jornalogrilo@gmail.com
não sou profisional mas posso te ajudar
Hello I can get the news in their proper places and to stay 100% like you actually stand to put all the news or at least the latest on the | Looped Slider | how to change the language from English to Portuguese page!? Thank you and am awaiting their Encinas.
ReplyDeletei think i just have a problem with recent post and comment tab.. any solution? http://hazissac.blogspot.com/
ReplyDeleteIm using this template now. and successful done. thanks. i just want to know how to make my images post will have border and shadow such as this template. http://pinky-note.blogspot.com/
ReplyDeletethis is my blog : http://sulamkaseh.blogspot.com/
Hi nhamngahanh! I'm a blogger template designer too. This the template with best layout and very very user friendly options that I've ever seen. I salute you :D
ReplyDeleteKeep up the good job.
i already remove that script, but doesnt work.. huhuh
ReplyDeleteHy Dear how r u? This is me shaan Again. i like this template, but this is my desire, we can Replace "You are here " With Breaking News like previous Simplex E-news templates, can u tell me that is this possible with this template, and solution...I shall be very thankful to u plz send me solution as soon as possible
ReplyDeleteThanks Bro its Shows, but its not working properly what label would be give to Category "Breaking News" for properly working like priveous E-news Template, plz send me the solution as soon as possible see demo here http://testbloggingcode.blogspot.com/
ReplyDeleteits not my Original blog my original blog is http://shaan-ali.blogspot.com/
[please consider my request]
ReplyDeleteI already make request through ur mail(I want latest news with thumbnails and other two request) please check your email.and please consider my request as soon as possible.
Thanx bro its working bundle of thanks,, plz give me the suggestion about wallpapers template from your blogger. which template me have to chose for wallpapers blog thanx
ReplyDeleteoops My bad,I get confused with your email id.now i have send it to your email.please help me as soon as possible.........thank you
ReplyDeletethanks for the background code.. i follow ur step, fill each category but still not working that mulvilevel menu.. n i also confius whats wrong to looped slider.. i dun change anything just post as usual..
ReplyDeletenow its working boss the looped slider :)) hehehe just the multilevel menu only.. huhuhu
ReplyDeleteThanks for your nice template. I have a problem in two-col widget. It does not show any post in the category that I chose.
ReplyDeleteThanks in advance.
Hi,
ReplyDeleteI want to know can we include more tabs in the tabbed widget section. I would love to have the Popular Post and Tag Cloud tabs in it too. It will save the space in sidebar and will increase the performance of tabbed widget.... So, please help me about this. Its really a great template and I am thankful to you for providing it.
Thanks
how to increase Post shown.By default in this template only 4 post are display under each categories.how increase the post views helpme.
ReplyDeleteEmail:newsfeed@gmail.com
Thanks for the reply.... Thats what I configured after spending hours on your template but as you said, I am not having the scripts of these widgets. They all are available directly in Blogger but no scripts...If you get script of that or update this template then please inform me, buddy.
ReplyDeleteYou are doing a great job..Keep doing it :)
hi nhamngahanh really nice to have the help from such co operative person like you
ReplyDeletei'm now using your template but i have a problem that the carousel is looking empty could u help me bro
this is my blog url
http://almasryana.blogspot.com/
i'm waiting ur response
thanks in advance
@nhamngahanh
ReplyDeletethank your for your respond,
i mean i want to add a featured posts like this to my blog
but I'm using another template, not your template
One problem brother.when I share my post to facebook, No post title shows..only website title shows...any fix????
ReplyDelete@ nhamngahanh
ReplyDeleteGood day. First of all i would like to thank you for sharing this wonderful template. and i must say we are fully satisfied about it. everything on this template suits our needs. exactly what we are looking for. I just have one problem though, while im on the process of fixing the blog, frog images started to appear and i dont know what to do. i started to research about it and the only thing i found out is i have to register with imageshack.us ? is that right?.. and i already did that hoping this will fix the problem but its not working. Would you please help me to fix this? we really love your template and we would like to us it. if you would like to check our blog to understand more about what we are experiencing, kindly visit - http://magazine.bioutloud.net/
Thank you so much and i hope to have a response from you soon..
Cheers
How do I remove the 'about author' I can't find this in the temeplate, thanks
ReplyDeleteThe carousel isn't working for me, the picture & text appear & then the carousel goes empty?
ReplyDeletehi. kindly check my blog. its still in testing mode.i didnt installed it yet fully but want to inquire that why comments tab isnt working. I uploaded new xml again and again but all in vain. Can You kindly reply as soon as possible as i Love this template.
ReplyDeletehttp://www.testingjennie2.blogspot.com
Thanks for offering this template to the blogger community.
ReplyDeleteI would like to turn off the default images for posts & comments that have no image of their own, or change it to my own default image. Is there a way to substitute for the "? Image" that I get now?
Thanks.
فهمى الحلوانى : I really don't know what is the exact reason for the carousel ,it maybe a conflict between scripts .Could you add the carousel script back or re-install this template ,and follow step by step to tracking where error is ? It's my opinion ,I have nothing to say because you removed the script of carousel ^^
ReplyDeleteI got fixed. That problem is my sitefeed set to short. thanks for the
ReplyDeletegreatest template of the world. you r rocking man. nice template. amazing template for us. you are awesome technology man. thankssssssss.
Thank you @nhamngahanh. You are very helpful.
ReplyDeleteI would also like to reduce the size of the image in the Looped Slider. Can you tell me how to do that?
Hix,i don't see anything in images imageshack.us. My ip is prevented by imageshack.us.
ReplyDeleteCan you give me a template with images in picasa or other host?
I figured out how to reduce the size of the image in the looped slider. My site is www.EEdailynews.com
ReplyDeleteNow I wonder how to add the Year to dates in posts?
It would also be nice to have dates on the posts that are displayed on the tabbed pages.
Hello, good morning!
ReplyDeleteMy only problem is the cursor for the carousel, it just vanished, disappeared. How to solve this?
Blog URL: www.papogospelvariedades.com.br
Hugs and God bless you all.
hi. i have problem. i cant change the author avatar and the informations of the author.
ReplyDeletehow to create related posts
ReplyDeleteSame as magazineweb. the javascript hosted on http://dinhquanghuy.110mb.com is not working and its a mess on the main page.
ReplyDeletei found some issue in date format
ReplyDeletesee @ http://myarcade.multiservers.com/blogger.jpg
how to fix this..
@magazinweb: I am glad that my site is useful for u :)
ReplyDelete@Jonh Will: Do you want to change the time format to date format? You can see the example in my blog: www.trigonalworld.com
hi dear ,first i want 2 thank you for ur work its so good,and work with me so easy, but when i try 2 make it to arabic some codes not work can you help me in that plz
ReplyDeletehttp://semo-freedoomegypt.blogspot.com/
Can you give me code of PopularPost widget?
ReplyDeleteHi Trigonal,
ReplyDeleteI need to change that date format , can you tell me , how to do pls.
hi
ReplyDeletehow Add +1 button and Other Share Buttons Below Post Titles.
Hi
ReplyDeleteCarousel widget is not working.. any solution ?
boss, how to add default pic avatar for anonymous comment? i try many tutorial but i cant fine the scrip at the comment part..
ReplyDeleteThis is the best theme so far... I've been looking for this theme...Thank You for Sharing, Sir.!!
ReplyDelete@Toto, how to do like that? this theme is perfect for me.. but for me the prob at comment section, default avatar n reply options.. http://hazissac.blogspot.com/
ReplyDeleteHi Nhamngahanh thank you for the fantastic template, i really love it. may i ask you a question? is it possible to add related post in every post page with carousel according to its label? best place if we can put it above the "About Author"
ReplyDeletecould you tell me how to do that?
thanx..
boss.. just wanna ask, now i using the blogger default comment.. if i change to disqus comment, is it all comment at my blog will be remove? or nothing gonna change?
ReplyDeleteHI,
ReplyDeleteI want to remove disqus from my blog ie http://ntr-blog.blogspot.com
The blog template is the enews with disqus.Can i Remove disqus without reinstalling template.and if so how can i get my comments back.
Sir Can you Help me, in my computer Its too much loading
ReplyDeleteSaying some thing like connecting to dinhguanhy.110mb.com
@Haz, Search for this using ctrl F--> .comment-avatar img and replace it with this:
ReplyDelete.comment-avatar img { border:1px solid #f0f0f0; padding:4px; background:url("http://4.bp.blogspot.com/_h6z_w6Uqy68/TRwNuU623QI/AAAAAAAAAvc/8_c4RmgsNhI/s1600/gravatar1.jpg")no-repeat scroll center center;width:40px;height:40px; }
Just change the link of the avatar to your preferred avatar. Thats how i did it, Bai.
Problem with links...
ReplyDelete....no connection with dinhguanhy.110mb.com
....please give links to other running js...
10x
The same problem...
ReplyDeletewww.endre.info
Any idea?
Could you email me the javascript needed for this template? Seems either you have closed your 110mb account or reached maximum bandwidth.
ReplyDeleteslider is not working . . . the same 110mb connection problem to my blog also . any one pls resolve the issue soon
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteProblemas com os links dinhguanhy.110mb.com
ReplyDeleteda template simplex Transcript
Well.. Please not place the: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
ReplyDeleteBut the First javascript code in this page after 'HEAD'
see the first (javascript) code of this page: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
ReplyDeleteand put after 'HEAD'.
worked with me. try it
@Borban /// no its not working . . . . owner pls give the solution fast
ReplyDeletei m want to reduce sidebar header/ title font. its so bigger. plz help me
ReplyDeleteAWESOME NO WORDS TO SAY
ReplyDeleteCHECK OUT THE MODIFICATION OF THAT TEMPLATE
http://smahkin.blogspot.com/
for nhamngahanh, how to do the seperate related post n subcribtion with emel like simplextimeline every below post? the left side is related post n the right side is for any ads.. can u help me?i appreciate it if u can help me.. i try many tutorial to do like simplextimeline but its not working coz the code for simplex design only u noe it .. can you help me? this my blog http://hazissac.blogspot.com/..
ReplyDeletei wanna put the related post like simplextime to the left n ads at my blog at right.. help me plzzzz..
Does anyone have the javascripts needed for this template?
ReplyDeletewww.indianbeast.com
ReplyDeleteYes i want the javascripts for this template.
how to add picture in looped slider? if i follow your instruction it doesn't work in my blog. please help me....
ReplyDeleteno reply yet? huhuhu help me boss
ReplyDeleteMULTIPLE LEVEL MENU DOES NOT SHOW
ReplyDeleteHi, first of all thank you for this amazing template. I'm using it on http://nonpentirtimai.blogspot.com but the multiple level menu does not show as multi-level: categories appears one next to the other as if they were all on the same level. Could you help me with this issue? (I allowed you access to the blog via Blogger)
hi, I eventually fixed out the problem with multilevel menus. But unfortunately now posts do not show, NOWHERE! I add the name of category into widget content and widget title, and Feed is on "full", but I still can't see my content. Any idea why? please, check it on nonpentirtimai.blogspot.com (you have permission to get through)
ReplyDeletehi,
ReplyDeletegreat template, we are three authors of our blog, please help me how can i add different credit box for different author.
Please answer, I really need it
How can I add the number of letters on the slider?
ReplyDeleteI wanna show a bigger text...
I wonder if you can help, when i embed videos in my posts they wont show up as the preview image like it does when you put a picture in the post, it just comes up with the question mark image.
ReplyDeleteIs there a way to make the video show as the little image preview like when you put a picture in the post?
Love your template, thankyou:)
Is there a way to make videos you insert into your posts show as the little preview just like it does when you insert a picture? At the moment when i insert a video into a post I get only the question mark image as the little preview
ReplyDeleteThanks in advance
How Can I input adsense code on the title post below??
ReplyDeleteanother question, how can I apply the lightbox effect in the flicker gadget?
ReplyDeleteAbout the slider, don't worry, it's ok... I already solve the problem.
ReplyDeleteAnd sorry about my bad english, i'm brazilian.
I replaced the code but it not worked :(
The Jquery lightbox is already installed on the SimplexEnews, right?
Because I use the lightbox in the posts...
But if it's not installed how I can install?
please help. where to put "addthis" in the post body to include its content when sharing the post? thanks
ReplyDeletehttp://slrc-sanpablo.blogspot.com
Hy...
ReplyDeletebACkground image is used imageshack,, n is not available in my template,, how i can fix it ???
Thanks
hello,
ReplyDeletechrome or firfox working cool but there is extra space appears on ie see this img (http://2.bp.blogspot.com/-wKP36T8KXMc/Tl9NDVKmSYI/AAAAAAAATnk/LPpT9MwXRA0/s1600/enews.jpg) how can i remove this space
thanks
js stop work please help me:
ReplyDeletehttp://www.inter-view.info/
@sundeep: open this link:
ReplyDeleteExample: dinhquanghuy.110mb.com/template/jquery.innerfade.js
and save as
after u save upload to :
http://code.google.com/projecthosting/
Thank you very much for all the work you've done.
ReplyDeleteHi!
ReplyDeleteNo images at the home page. They are not loading. Please, can you tell me what is the problem.
http://www.naseverozapad.com/
@Аз обичам Северозападна България: Set u Site Feed full content
ReplyDelete@dotnex.info Thank you! You are great! Let the force be with you!
ReplyDeleteOK..........
ReplyDeleteIt took some doing on my part (and that's a LOT of doing, as I am self taught when it comes to this stuff!!!!!), but.....
I managed to open my blog in Safari (only!!!!!) and managed to grab the dinhquanghuy.110.mb javascript codes that were not loading, and.....
Simply hosted them all on my blog myself. So far so good.
However, YOUR enews live demo is still down because your 110mb.com javascript is not loading. You might want to just take all that javascript and host it directly on Blogger. There are tutorials out there on the subject -- Google it!!!!! ;-)
I just wanted to thank you for an unbelievable template, even though I redesigned it myself, I am still depending on your javascript as I cannot do java myself.
Thanks sooooo much for a great template!!!!!
Hope this fix helps someone in need!!!!! :-)
Thanks brother for this template, I like this
ReplyDeleteHow to increase width, itried like wrapper width 960 to 1060Px
ReplyDeleteIn That, content width from 630px to 680px
SideBar from 330 to 380px...problem is sidebar increased width but main content not incresing and posts going under Ex : Latestnews goin under feauter slider, TWO COL-RIGHT goes under TWO COL-LEFT,when increase width of it
adsense not displaying inside the post,below the post title.I tried as u commented above.But still the ads are not displaying .what is the exact format to add with adsense code and where to put it? please help.....
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNice template but so difficult to install it !
ReplyDeletehi nice templates i am tring to Add Some features like Sexy bookmarking Page navigations Post thumnails
ReplyDeletehow can i ? i add sexybook marking feature on my template but result not Shows plz help me
how to removed comment box with disqus??
ReplyDeletei like this template... thanks bro..
ReplyDeleteGRACIAS!!! - GENIAL!!!!
ReplyDeleteGRACIAS, GRACIAS, GRACIAS!!!!
This is the best template blogspot.
ReplyDeleteThanks pro.
related post widgets are not working that is suggested by you. can you help me plzzz
ReplyDeleteperfecto
ReplyDeleteHello!
ReplyDeleteI wanted to ask how to insert buttons to share on social networks (Twitter, Facebook) in each of the posts.
Thank you very much, is very good staff. Excellent. Congratulations!
EXCELLENT TEMPLATE I EVER SEEN, THANKS nhamngahanh.
ReplyDelete0.BUT I AM UNABLE TO ADD THE TOPADS, ADS2, DEMO MIDADS.
1.IS IT POSSIBLE TO CONVERT THIS TEMP TO LIQUID LAYOUT.
2.HOW TO CHANGE COLOUR COMBINATION.
THANKS nhamngahanh.
ReplyDelete0. I ALSO LIKE 'JA.Rutile' THEME,
WILL YOU MAKE THIS TEMPLATE USABLE WITH BLOGGER.
your js files are no longer working,pls provide the js file so that i can host it .
ReplyDeleteThanks and Regards
check the error here.
http://www.apnidukaan.blogspot.com
Hello!
ReplyDeleteIs it possible to use more than one "About the author" in the end of the posts? I mean, Mr. X, for example, made a post and appears the Mr. X's profile, and Mr. Y made another post and apperas the Mr. Y's profile.
How can I do this?
Thanks!
plz help me
ReplyDeletei struck at 6th step and i cant palce an image in place of text at place of logo...it remains empty(white) and sometimes top of the template chnages itself
thanx in advance
I really agree with the facts that you have shared on this post. An interesting topic like this really enhances reader's mind to have more effective decisions over a certain issue.
ReplyDeleteI downloaded the template and I installed It but I can't find the div author div to change the describtion
ReplyDeleteI want to zoom way line articles
ReplyDeletehello friend I;m using ur theme and i like ur theme so much. but i have some questions.
ReplyDeleteQ1. how to make space between sidebar widgets like as ur current theme..
Q.2 how to add more two col right and two cool right..
i know u have already given this answer but i know how to add this code and where i have to add that code.
q.3 i want to add simplex-transcript theme's primaryBottomTabs and bottomBox in simplexenews theme. but i dont know how to add the code please give me some instruction.
thank you
ReplyDeleteCam on ban, minh da lam duoc mot trang rat dep
Hi thanx for this great template. Just one question.... I sit possible to add random posts in the latest news box instead of having it display results from a category/label. Basically it will operate like a random post widget. Thanks in advance
ReplyDeleteVery nice template my friend. Is it possible to turn latest new widget to show random posts instead of posts using the labels. If possible will be nice with thumbnails. thanx
ReplyDeletehi,
ReplyDeleteim currently using your template (http://stlouisreviewcenter-slrc.blogspot.com),
now, just want to know how to change the "RECENT POST" into "ANIMATED RANDOM POST".
thank you.
còn một điều nữa là em ko thể add share qua mạng xã hội như facebook hay twitter được mà muốn làm điều đó thì em phải add riêng lẻ cho từng bài viết
ReplyDeletemong nhận đc tin của anh sớm
hi there, i found this above of my template (if (window.jstiming) window.jstiming.load.tick('headEnd'); ) does anyone know what does it means and where it came from. thanks
ReplyDeletehttp://stlouisreviewcenter-slrc.blogspot.com/
sao e down về mà up lên thì báo lối này nhỉ
ReplyDeleteChúng tôi không thể lưu mẫu của bạn.
Mẫu của bạn không thể phân tích cú pháp được vì không được định dạng tốt. Hãy đảm bảo tất cả thành phần XML được đóng đúng cách. Thông báo lỗi XML:
(SyntaxError) : Unexpected token <
How to hide "date.time" and "comment.number" in (slider-recent posts-col-last news ...... Etc )
ReplyDeletei think errors isn't fixed 100%
ReplyDeleteas you can see in your Demo of templet
in looped slider .. slidernav.png (dark light) is show only when hover but not show when slider is active .. how i solve this proplem ??
Hi can you tell how to change author pic and info because i am not finding the code
ReplyDeleteforgot to tell you i am using simplex enews templet
ReplyDeleteHow add button share fb twitter?
ReplyDeleteTemplate it very good i am using it but i had little problem
ReplyDeletewith my feature content And my comments box weight
Plz figure this out @nhamngahanh
My Blog is http://celebsever.blogspot.com/
how can i disable disqus ?
ReplyDeletei am trying this on my blog @ http://mobilemoviesite.com, but your scripts are not working??? where to get them?
ReplyDeletei cannot download it from mediafire :(
ReplyDeleteDinhquanghuy,why the picture on the featured label categories on the homepage don't want to appear,please help me
ReplyDeletemy blog: poinesia.blogspot.com
how to pages on various widgets on this template? pls send
ReplyDeleteHello nhamngahanh,Is there a way to make videos insert into the posts show as the little preview
ReplyDeleteHere is the demo
http://www.elgayfrico.com.ar/search/label/Videos?max-results=10
Hi bac Huy, template nay muon hien thi foum comments mac dinh cua blogger hien thi thay cho Disqus comment, vao cho nao bac oi, e ga qua ko biet :D
ReplyDeleteThanks bac :D
Hello Admin blog http://www.thesimplexdesign.com
ReplyDeleteI want to use the decentralized system of blogger comment for this interface is that how you
Because blogger.com has upgraded stratification system.
Thanks Admin
Dear nhamngahanh Your SimplexEnews - the latest version loading very slowly, why its happend
ReplyDeleteto MY RAMANTHALI
ReplyDeletei got the same problem, got a slow on loading my page, http://stlouisreviewcenter-slrc.blogspot.com/, i thought it was on my internet connection problem.
Hi friend. I was wondering why this template takes to load?
ReplyDeleteporfavor correct the problem I would love to have this templante
hi,
ReplyDeletejust want to know how to hide each title page using these template?
or make all pages like in the "forum" page (page title and sidewidget is not vissible?
thanks. and more power.