This page is dedicated to off-topic and general queries related to Blogger

Dear Readers,
Ask General or off-topic questions here. Off-topic questions on posts is really irritating and often results in comment deletion. So kindly try to ask whatever question you have related to Blogger in the comment form below. Any question will be answered in detail and as soon as time allows.
And yes don’t flood me with too much questions :>> I am a student after all!
|
Respected Readers:
|
















139 comments:
HELLO SIR i m having a blog at my blog there is a label or catogories named FUNNY SMS (8) having 8 posts
http://free-mobile-sms-messages.blogspot.com
my problem is that when i clcik on this this label {FUNNY SMS (8)}
all 8 posts shows on whole page. is there any trick for this to show only certain no of post at a time. i mean if someone clicks on that label only one post must be visible and other will be visible when clicked on older post similar to a site on a private domain
please find a way to solve my question
i have searched hole web but i can't find it one of my friend suggested me to ask www.mybloggertricks.com you about this. he said you will find the solution here so please help me sir
@Eric Jones
Your problem can easily be solved!
Do this,
1. Go To Blogger > Edit HTML
2. Back up your template
2. Check The Expand Widget Templates box at the top right corner
3. Search for this data:label.url
4. Replace data:label.url with this -> data:label.url + "?max-results=n"
In the code above replace n with the number of posts you want to display. If you want to display just two posts for a label simply replace n with 2
5.Save your template
6.Done!
Any further help is welcomed :>
THIS IS ERIC JHONES HOPE YOU REMEMBERED ME
please sir help me i want to change my blogs
Newer Posts Older Posts to <<<< PREVIOUS PAGE & NEXT PAGE>>>
AND
REPLACE BUTTONS WITH DIFF IMAGE SHOWING NEXT PAGE AND PREVIOUS PAGE
PLEASE SHOW ME BOTH THE WAYS TO DO IT
THANKS
@Eric Jones
thanks for your first comment. It is a pleasure.
For you second comment here is the answer,
I am publishing a post tomorrow on this topic along with some of my personal Image buttons. Make sure you check back.
http://tunestore.blogspot.com/ This is my Blog URL and I've inserted the code on the left sidebar
However, I've inserted the code in your MBT Template and its working great there!! http://test-srj2.blogspot.com/
I'm delighted to know that you did it within 5 minutes!! you are super fast. I was struggling from last 3 days for this code.
The code is working untill it is loading. After loading it is showing only Facebooks icon.
But for some reason that code is not working in my page. maybe because of some other conflicting codes.
May I know why there is not opening bracket for the image link?
But I tried with
background:url('http://i46.tinypic.com/vrbzpu_th.png') no-repeat;
@Sreejesh
I am glad you like dit.
The code will work in any template. It is a simple CSS. Check if the width of these three images combined is not greater than the width of your sidebar. it is about 130px wide.
Yes I am sorry for that background url part. You must replace it with this,
background:url(http://i46.tinypic.com/vrbzpu_th.png) no-repeat;
Do not add any commas before and after the URL. Just copy the above code.
If still did not worked in your main blog. Try adding the CSS code starting with <style> and ending with </style> Inside your Edit HTML just above ]]></b:skin>
Any further help is welcomed
Yes, Mohd. need further help. I'm really sorry I know I'm irritatig you but When I paste your code without editing it (links to twitter, facebooks and orkut), it is working. . but after adding the codes it is not working as expected. I even tried adding the CSS code to HTML template.
!!!!! the issue occurs only after loading, while loading it is showing properly!!!!!
Should I remove some other widget??
http://tunestore.blogspot.com/
Yaa I observed that you have removed the color links code in this page why??? just curious to know. will that create any problem in loading?? coz I have it in my blog
HI Mohammad,
Now, when will google updated page ranks? Do you know that?
@Sreejesh
Email me your template to mustafa.stc G Mail
I will fix the issue and will let you know.
I removed the colour links because I keep changing flavours. There is absolutely no SEO harm in adding this effect to your links.
@Anup
After every 45 days. May be after another week or two. Google never does things on time!
Hi MOHD
Thanks for responding so soon.I want to know which hosting plan do you use?
I considered your option but the problem is blog will still be hosted on google servers.They can shut down my blog if they
they found I have violated their TOS.
Do you think hosting on google servers is safe?
Did you get my template?
I have a profile image but not visible on your comments. why?
you can check mine.
@Prakhar
I am extremely sorry for late reply. I guess Blogger ate my previous comment that I posted just after yours.
Well I will recommend economy plan for you. It is better to choose an affordable plan at first so that as you get more indulged in blogging and have understood it completely you can the upgrade your plan.
Hosting on Google servers or any server that you are not paying is never safe. But complains from Google are few.
@Sreejesh,
Friend I lost your email. Can you kindly send it back. I am sorry for inconvenience. I will figure it out instantly.
@Anup
Well it is happening most of the time. Blogger is still working to solve this issue. Other users are complaining also. So just have patience. You can try replacing your image with some thing of different size (Not a solution just trying to make things work atleast)
No worries. here's the direct link for the template -->>
http://www.mydatanest.com/files/srjcooldude/41764_zfnfd/template-2267762712356374009.zip
related post widget not working in my blog www.bcsexamguru.blogspot.com
@Sreejesh
Working on your template. thanks for the direct link.
@Nil
How can it work when you have created no labels/categories :D
@Sreejesh
Problem Solved :>
The Javascript code that is responsible for preventing the sprites to take effect is the one that you pasted just above <head>
Find and delete this code from your template,
<script type='text/javascript'>
//<![CDATA[
/*
Blankwin function
written by Alen Grakalic, provided by Css Globe undefinedcssglobe.com)
please visit http://cssglobe.com/post/1281/open-external-links-in-new-window-automatically/ for more info
*/
this.blankwin = functionundefined){
var hostname = window.location.hostname;
hostname = hostname.replaceundefined"www.","").toLowerCaseundefined);
var a = document.getElementsByTagNameundefined"a");
this.check = functionundefinedobj){
var href = obj.href.toLowerCaseundefined);
return undefinedhref.indexOfundefined"http://")!=-1 && href.indexOfundefinedhostname)==-1) ? true : false;
};
this.set = functionundefinedobj){
obj.target = "_blank";
obj.className = "external";
};
for undefinedvar i=0;i<a.length;i++){
ifundefinedcheckundefineda[i])) setundefineda[i]);
};
};
// script initiates on page load.
this.addEvent = functionundefinedobj,type,fn){
ifundefinedobj.attachEvent){
obj['e'+type+fn] = fn;
obj[type+fn] = functionundefined){obj['e'+type+fn]undefinedwindow.event );}
obj.attachEventundefined'on'+type, obj[type+fn]);
} else {
obj.addEventListenerundefinedtype,fn,false);
};
};
addEventundefinedwindow,"load",blankwin);
//]]>
</script>
Also delete <style> and </style> tags before and after your CSS code that I provided previously.
Finally preview your template to see CSS sprites effect in action.
See live demo here -> http://tnt-by-stc-test-blog.blogspot.com/
Take care!
Thanks for finding out, Mohd. Thanks for the help and care.
that script was for opening all the external links in new window. I'll delete that if that's the only option
If you have any tips for me to improve or modify http://tunestore.blogspot.com/ please let me know.
just a beginer so I addded a lot of scripts and addons to the blog, but lack contents.
Can I expect next post about meta tagging for different posts in blogger blog?
@Sreejesh
I will write a series of posts on blog optimization in future but first I need to present a new year gift :>
@nil
Go to Edit posts and then you will see the list of all your published posts. To give your published posts a specific labels or to categorize then check the boxes next to your posts and then at the top-left of the page you will find a drop down menu with options Apply Label and Remove Label
Under Apply Label choose New Label.. and then assign a specific category name like Paste Papers or Downloads in your case etc. Categorize all your posts in this way.
Thus the post titles will start to appear under the related post widget.
Any further help is welcomed :>
Got the New Year Gift it is more than amazing!!! you are very swift i thing. your processor must be so fast.. he he :)
I already commented on it, Tanzanite templte is Fast, fully optimized, preloaded with all MBT tricks, easy to edit. Smooth navigation, and yaa professional too.. all in One. the NEW YEAR GEM *`Tanzanite`*
HI.....mohd FIRST OF ALL THANKS FOR YOUR LATEST TEMPLE IT'S ROCKING ..........I LIKE THIS TEMPLE VERY MUCH NOW MY QUESTION IS
1)i upgrade to this temple is any change in my position in google list
2)is require to add metateg
vist my site www.bcsexamguru.blogspot.com and suggest me how to improve my blog anyway i am learning lots of things from you.....buy and take care
3) how can i create contact me section
and help section like you
regards,
NIL
how can i add orkut facebook and twitter icon in my blogger i saw in your tnt by stc trial blog on top right corner
@nil
Thanks for your remarks. Here are the answers.
1. Changing a template will cause no harm to your Search Engine Ranking. Because you are not changing your Content/topics but just the look and feel. Search Robots really dont mind if you change your blog look :>
2. Just copy paste your Meta Tags from your current template to this new one. Ask me when you do it. That's All
I visited your site and will recommend that you must upgrade its theme. Get a quality template to catch readers attention. You have some really useful content!
3. To create a Contact Me Page read this post,
http://www.mybloggertricks.com/2009/09/releasing-highly-stylized-contact-me.html
To create a Help page simple create a post and publish it by giving it an old date like 2008 so that it should appear far at the back and will not interrupt your latest posts.
4. I created the Facebook, Twitter and Orkut Widget especially for Sreejesh. I have the code but ask sreejesh if he allows me to share it with you.
HEY MOHD I HAVE A PROBLEM
THIS TIME IT IS FOR S.E.O OF MY BLOG
MY SEARCH RESULT SHOWS LIKE THIS
{MY SITE TITLE} {POST OR LABEL TITLE}
^ ^
MOBILE SMS MESSAGES FOR FREE: BIRTHDAY SMS MESSAGES
AND I WANT IT THAT WAY
BIRTHDAY SMS : MESSAGESMOBILE SMS MESSAGES FOR FREE
AND THE POST TITLE SHOULD ALSO COME BEFORE SITES TITLE
EX :- IF I WRITE A POST TITLE "SMS FOR NEWYEARS"
THEN IT SHOULD ALSO COME LIKE THIS
SMS FOR NEWYEARS : MESSAGESMOBILE SMS MESSAGES FOR FREE
PLEASE GIVE ME A SOLUTION AND HAVE A GREAT NEW YEAR
one more thing i forgot to ask you how do i only show what i want on my home page
like you home page do not show that top wide banner ads but other then it appears
how ?
@Eric Jones
Here is the answer for your first question.
Shifting the placement of blog title and post titles is a really intelligent thing to do and I liked your question for it will help others too. This is what you need to do,
1. Go to blogger > Layout > Edit HTML
2. Back up your template
3. Search for <title><data:blog.pageTitle/></title>
4. And replace it with this,
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
5. Save your template and view the browser top to see the new change :>
For you second question wait for a post. Because it requires a bit illustration.
Happy new year Eric :D
FOR YOUR FIRST ANSWER A TRUCK FULL OF THANKS TO YOU
HEY MOHD I M WAITING FOR ANSWER TO MY SEC QUESTION
ONE MORE THING HOW DID YOU LIKED MY SITE
ANY SUGGESTIONS
THANKS ALOT
Sure, Mohd, share it with all It's your trick no need to ask me.. it works great!! one image with 3 links..
@Eric Jones
I really liked your template. I will be Waiting for it to be published with full content!
@sreejesh
Thanks pal!
@NIL
Here is the code for those Icons on http://tnt-by-stc-test-blog.blogspot.com/,
<style>
.mbt-bookmark a {
display:block;
height:48px;
width:35px;
padding:0 8px;
float:left;
position:relative;
background:url(http://i46.tinypic.com/vrbzpu_th.png) no-repeat;
}
.mbt-bookmark a.orkut {
background-position:-99px 0px;
}
.mbt-bookmark a.orkut:hover {
background-position:-99px -48px;
}
.mbt-bookmark a.twitter {
background-position:-48px 0px;
}
.mbt-bookmark a.twitter:hover {
background-position:-48px -48px;
}
.mbt-bookmark a.facebook {
background-position:0px 0px;
}
.mbt-bookmark a.facebook:hover {
background-position:0px -48px;
}
</style>
<div class="mbt-bookmark">
<a class="facebook" href="http://Your-Blog-URL.blogspot.com/ " target="_blank" rel="external nofollow" title="Share This Blog On Facebook :>"/>
<a class="twitter" href="http://Your-Blog-URL.blogspot.com/ " target="_blank" rel="external nofollow" title="Share This Blog On Twitter :>"/>
<a class="orkut" href="http://Your-Blog-URL.blogspot.com/ " target="_blank" rel="external nofollow" title="Share This Blog On Orkut :>"/>
</a></a></a></div>
Make sure to replace http://Your-Blog-URL.blogspot.com
with your Blog link. Simply paste this code inside a HTML/JavaScript Widget.
Take care :>
Mohd, I'm disparate I need help!!!!
All the external links open in the same window, previously I was using a jquery script the same once which was conflicting with the CSS Sprite script but I can't use it now since the above code will not work,
I got a trick from CSS Globe, It needs some changes for your CSS Sprite.
http://cssglobe.com/post/1281/open-external-links-in-new-window-automatically
I got another one -->
http://trevordavis.net/blog/tutorial/use-jquery-to-open-all-external-links-in-a-new-window/
@sreejesh
To open links in new window you don't need to use a javascript or read any tutorial just add target="_blank" to your link and that's it!
See this example,
This is how the code for a normal link looks like,
<a href="Link-URL"> Link Title </a>
and this is what you need to do to open any link in a new window,
<a target="_blank" href="Link-URL"> Link Title </a>
Hope that was easy :>
Don't add unnecessary java-scripts and also don't open each link in your blog in a new window (Will annoy your readers).
I Knew that code but I can't keep adding this thing for 100s of links that was my problem, since there are many external links already in the blog I thought script would be something better.
HEY MOHD HIS IS ERIC
I I HAVE A PROBLEM
http://free-mobile-sms-messages.blogspot.com/
WHEN I CLICK FUNNY SMS{8} THIS INCLUDE 8 POST. THE TRICK TO SHOW A SINGLE POST WHEN CLICK ON ANY LABEL THIS WORK PERFECTLY
BUT WHEN I CLICK BIRTH DAY SMS{3}
THEN IT SHOW ALL ITS 3 POST SO TELL ME WHY IT DOES NOT SHOW A SINGLE POST
PLEASE HELP ME OUT OF THIS
@sreejesh
You can use that Javascript but then with it you will not be able to apply image hover effect by linking the image as we did using CSS sprites.
Simply paste that javascript just above </head> . Unfortunatley there is no alternative.
HEY SORRY I M BUGGING YOU WITH MY QUESTIONS
@Eric
It is normal with test blogs to face such problems. As soon as your build up your blog with enough quantity of posts all widgets or Scripts will work uniformly. In blogs which are new often face problems with the search box also. the only solution is to start posting and posting and keep optimizing by submitting your sitemap etc.
hi mohd i want to know about what is "Post Feed Redirect URL" in site feed section and which address use there i am using feedburner and using this address http://bcsexamguru.blogspot.com/feeds/posts/default?alt=rss anything wrong in it i dont know
@nil
Enter your feedbuner URL in it, like that of mine ->
http://feeds2.feedburner.com/TntByStc
The address that you used is not correct
thanks mohd for your ans........my blog heading is pune uni bcs exam paper i want to change it as bcsexamguru if i am change this heading Google also change my heading in search engine is there any option that search engine shows like that uni uni bcs exam paper and my blog heading is bcsexamguru
Hi Mohd. I wanted to share a good news with you, I bought a domain name for http://tunestore.blogspot.com/ now it is http://www.123tunestore.com/ I'm sharing this with you first!!! you filled me confidence so I decided to step in to web world with a new domain.. hurray!!!! :)
Hello MBT I have A doubt For the widget created by googy in his blog aroundtheweb.co.in
in his post
http://www.aroundtheweb.co.in/2010/01/blogger-social-media-bookmarking-widget.html
But it is not working in my blog jayarajyadav.blogspot.com
i complained him but his suggestion does not work i have given the template source in the comments in his post please help meeeeee
@bcsexamguru
Friend I am extremely sorry but I could not understand the question. Can you please explain it with some more details.
@Sreejesh
Oh wow Congress dude! Wishing you a successful blogging career. Keep blogging and keep spreading what you know.
Few suggestions:
1. Remove one of those two Back to top buttons
2. Add either request a song scrolling image link at the left pane or either the feedback one
3. Email linkwithin to show your related posts thumbnails in post pages only and not at homepage.
I will also tell you how to hide those social bookmarking widget on your homepage.
Good luck! :>>
@Jayraj
Googy is a talented guy. Follow his instructions carefully you will surely do it yourself.
Thanks for the suggestions. I'll implement them right away. but the back to top link should I remove the green one or the hover javascript one?? coz the scripted one with yelleo image only comes if the page is scrolled to down, and it is only for top and the green one with top and bottom. So which one do I remove??
I have already removed feedback.
@ hohd if i am changing heading of my blog suppose your blog heading os my blogger tricks and you change it stc by ntc then google search engine change search result or not
How to embed a music file with an image, like a scrap we send in orkut??
I'm planning to make something like that in my site. can you help me with this??
Hey Mohammad,
I hope you remember me!
First I'm using the MBT Church Theme on my blog and i want to add a text or a disclaimer just above the credits(style by My blogger...Design by Brian)including text
color,background,weigh,titles...
Another Request,How can i optimize my blog for search engine,like optimizing my Meta Tags is there any script or hack to let search engine simply find my blog.I've tried to Google my blog but it wont display.:(
Well i hope you understand me.
Take your time to reply.
Regards
@Soun you may use the Meta tag code from the below link.
http://www.mydatanest.com/files/srjcooldude/46916_uxqfa/Meta%20Tagging.txt
let me know if that works.
Mohd, forgive me I answered d question in ur blog :)
hi mohd please solve my problems i am using cute box in my new blog www.estamping.blogspot.com i want to change something in your cute box layout i am coping all content from www.estampingpns.com
1) how fit logo at title (like www.estampingpns.com )(which software help full for extend the size of logo i dont know how to use photo shop guide me )
2) i like to remove this posted by nil on 25/12/2008 this is looking odd in my blog for this type of website
3) i like to remove kindly book mark and share it and related post widget in this temple
@Soul
Read the optimization guide for MBT Church Theme. You will find your answer their
To write or edit the info in credits find this <div id='credits'>
Then you can easily edit whatever you want under it. Just edit it the way you edit a comment in a comment box :>
@Sreejesh
You are most welcome to help others friend :>>
R u on vacation????
@Sreejesh
I have started uni. I am simply overburdened with some tasks :( but I will try to get active back. Keep visiting I love your comments :>
Hi Mohd,
The green bullets(leaf icon) in my website on sidebar ,I wish they appear in my label search or related post too .They are coming as plain simple links .I wish that bullet icon comes in front of the related post links below the post ...how to go about it ?
Thanks ...hope all is good...))
Hi, on my customised Tanzanite the date of posts doesn't appear. Can you tell me how to fix this problem?
Thanx
www.flstudiomania.blogspot.com
@Manisha
Hi Manisha! How is everything going on. I am stuck with uni these days :(.
As I said earlier that I have not yet figure out a way to add bullets to Label Search but I will let you know as soon as I find a way. However the bullets are already appearing in related posts widget!! Let me know if you needed further help
@Lucky Flaush
Hi dear!
You can change the time format to date format by going to Blogger >Layout > Page Elements Now click the link Edit on the Blog Posts and change it to whatever you like.
That's it! :>
No wonder...you got busy ..life is same here....by the way where are bullets appearing ? you should send me a link Mohd,....))
Thanx! Done! Sometimes I do hard things but on the easy ones...
Mohd any thing you came up with ? I am still looking for the bullets that you mentioned (above)are coming in related post widget ..but its not coming ....?
Sorry I didn't get you... UNI?
@Manisha
Dear Which template are you talking about? I have checked your tanzanite template and they have bullets in front of the related posts links. If it is a different template so kindly share its URL so that I could tell you how to edit it.
Mohd, what is UNI?
Is there any difference if we add "/" at the end of a link, like any effect in the response time?
I read about that somewhere but I don't remember it now!
I've copied MBT banner to my blog and I saw that "/" was at the end of href="http://www.mybloggertricks.com/" does that really make a difference in loading time or response time??
Expecting a quick answer this time.....
Hi Mohd,
follow this link
http://www.shirdisaibabakripa.org/search/label/Faith%20in%20Sai
u shall see green links with no bullet in front but just like rows after rows...
I wish to add bullet (green leaf) to these so that they look more organized...
hope this shall be done....
thanks ...
@Sreejesh
UNI means UNIversity :>
No not at all! You can use a foward slash after a hyperlink. Further Search engines appreciate doing so for ftp websites which use file directories. However it is not required in blogger but still if you add it there will be no delay in load time. :>
@Manisha
I will find a way for you. Don't worry! :>
Thanks, I asked you coz I was testing for errors in http://validator.w3.org/ and found so many errors and i re-installed the whole template..
Hi Mohd,
My English is very bad. Please see below image :
http://lh5.ggpht.com/_NWf0MKH3TYE/S1EnbU3GXcI/AAAAAAAAA1o/s9LXbUAAFvw/commentavartar.png
I use IE7. Firefox is no problem.
Please help me to fix it.
Waitting your answer ! Thank you very much !
I hope my two questions are not annoying, i've been fooling around with the code for a couple of days and I think I need help.
My blog: http://thedeadlyskyscrapers312.blogspot.com/
First, i'd like to know how to change the background color where it says "Posted by" and shows how many comments. I've tried looking for where the code is for it but can't seem to find it. I wanted to change it black and the text white like the rest of the layout.
My other question is how would I get my custom borders that I use in the main post box onto the other boxes (the sidebar and footer/headers). I really appreciate the help if you can. :)
your reply on my question to bring post title first <*******> but now i don't want the site name at the last because its all ready too long its not short and sweet like yours <-----how to edit colour /my blogger tricks----->
IT SHOWS LIKE THIS
FUNNY TEXT SMS MESSAGES : MOBILE SMS MESSAGES FOR FREE
i want it like this
FUNNY TEXT SMS MESSAGES
THANKS
@Sreejesh
The Langauge validator http://validator.w3.org/ will never display a happy result. So don't worry about it. :>
@thanphong07
I guess I have emailed you the answer if not then I would appreciate if you can email me your template at mustafa.stc @ G mail com. I will solve the problem and will return it back.
@The Deadly Skyscrapers
Dear to change the background color and the font color of "Post by xyz" find and edit this code in your template,
.post-footer {
background: #eee;
margin:0;
padding-top:2px;
padding-right:14px;
padding-bottom:2px;
padding-left:29px;
border:1px dotted #000000;
border-width:1px;
font-size:100%;
line-height:1.5em;
color: #666;
}
Simply change the color codes in the bolded text above to chnage the background color and font color respectively. Use our Color Code Generator for this purpose.
As far as borders in your template is concerned, all borders used in your template are mostly images and not CSS styles. I can explain how to customize them but I am not sure whether you will be able to create your own customized borders in photoshop. By the way the technique used in your template is not a good way of bordering the layouts. If you want I can customize all borders for you. Simply email me your template at mustafa.stc @ G Mail
I hope you may find the answers helpful.
@Eric Jones
Well dear the shortest and easiest way is to shorten your Blog title. Simply change it to something more optimized. Like use either of these titles,
1. Mobile SMS
2. Funny Mobile SMS
3. Cellphone SMS
BTW the word FREE SMS is not a targeted keyword. I can give you a better idea. Find which keyword is most used by visitors to find blogs or websites sharing Mobile SMS. USe this tool -> https://adwords.google.com/select/KeywordToolExternal
And yes there is no way you can hide the blog title from search listings except that you delete it! Which I hope you will never do :>
i searched at google adwords it and it shows me a big list of keywords which one shall i choose
i used the phrase { mobile sms }
Thank you for your help with that code! Much appreciated! :) I sent you an email with the template, I'd love to see what you can do with it.
Thank you for your reply ! I'm using your "Cut Box" template.It's very wonderful for me. But avartar comment is overflow from the left side as you see in this picture :
http://lh5.ggpht.com/_NWf0MKH3TYE/S1EnbU3GXcI/AAAAAAAAA1o/s9LXbUAAFvw/commentavartar.png
This problem happens when I use IE7. Firefox is no problem.
Please help me ! Thanks !
Hello mohammad
I have a website where i need some help from you
What i want is
I want to add a close button with my advertisements
Here is the link of that screen shot
Http://www.freeimagehosting.net/uploads/d77ce39b64.png
Please make it very easy
I have searched many days and i can't find it one of my friend suggested me your site please solve my problem
I will be so thankful to you
Mohd, I have a request for this page, there are lots of comments posted daily in this page, so the length of the page is increasing and need to scroll more... so please add a page to bottom like page to top. in this page..... like one i did in 123tunestore.com. However, i can pres "END" button but all will not find that easy.
@Eric Jones
Pick it. and include to it your main keyword. Like if you publish funny sms then add the word "funny" to "mobile sms" so MAke your blog title as "Funny Mobile SMS" Precise and Meaningful! :>
@The Deadly Skyscrapers
I am working on it. Please give me some time. I will appreciate your patience. You can understand managing studies and answering several queries per day is really time-demanding. But I will surely do it for you. Take my word :>
@thangphonge
I have observed that disalignment issue with cute box and I will release a fresh code within a week. You don't need to replace yours for I will tell you in brief how to solve the problem.
@Ravi Shukla
I was also asked previously about a Close X button. Friend it is a simple pop-up integrated with Javascript and this tutorial explains how to create one ->http://www.javascriptf1.com/tutorial/javascript-popup-window.html
But I have always discouraged this idea for Blogger and Free Wordpress Users Why? For reasons below,
1. Most of us display ads from ad services like adsense, chitika, adbrite etc. All these services strictly discourage adding there ad codes to pop-ups or a frame or a window that can be closed using a Close X button.
2. Those websites which ad the close button to ads often display ads from private companies or commercial websites that are not associated with a giant advertising company with strict TOS. So if suppose I ask you to display my banner on your blog then you can surely add a close button to it but you cant do this to ads from Adsense or any other ad service.
Hope these two reasons were clear and I hope you wont add any such button to your ads :>>
@Sreejesh
Yeh dear you are right! Guess I will have to add a back to bottom button also. :>> Thanks for reminding
Hey no rush, I'm glad you could help! :)
DEAR MOHD I KNOW ALL T.O.S I WILL NOT POP UP ADS IT WILL BE THERE AND WILL BE OPTIONAL IF MY VISITOR WANTS TO CLOSE THEM
I'll try to create a button for you if you like. coz It seems that u r so busy these days
Mohammad,
I have uploaded with your MBT Buster Theme to my site. www.naukrishop.com. but I couldnt find the "Go>>" button in my site for the search box. Please help me in this regard.
Thanks,
-Nagu
Mohammad,
I am running a "Job Site". In the homepage I want the post content to be hardly 2 to 3 lines after the post title. Can you please tell me how to reduce my post size on homepage. Please help me in this regard.
Thanks,
-Nagu
@Sreejesh
Appreciated that pal! I already have a button that suits the template and will add it soon. But I would agree that I am seriously caught with so many things :(
@Nagu
For customizing the buster theme. simply read the customization guide. To add a search box with go button read this part of the post -> Add a Search Box
For summarizing the posts read this post -> Add a Read More Link
@hi mohd i want know about Google webmaster's site map how it can be use i am submitted site map but not successful please tell me how to add website site map to Google webmaster tool also tell me that what is robots.txt what the use of it hope you will replay soon buddy i am waiting
Hi Mohammad,
I tried adding the code for the search box that you have mentioned in the post. But still I am facing the same issue. Later on when I checked the code by viewing through the HTML/Javascript gadget, the code has got changed.And I couldnt find the keyword "GO >>" in the code. Help me in this regard.
And regarding "summarizing the posts" on the homepage, is there any way to hardcode the template. Can you please help me in this. It would be of great help if I get any code for incorporating it into my template.PLease.
-Thanks,
-Nagu
Hi Mohammad,
I want to set one block like donate block you have on each and every page and below each and every post but not i want to write something in it so plz help me. i am using your mbt church theme.
HEY MOHAMMAD THIS IS RAHUL FROM "FREE GAME DOWNLOAD" HOPE YOU REMEMBER BECAUSE ITS AFTER A LONG TIME
MY EXAMS ARE OVER NOW AND I M PLANNING TO CREATE A WEB SITE LIKE YOUTUBE DOWNLOADER
1> MY QUESTION IS THAT DOES BLOGGER PROVIDE A PHP PLATFORM SO THAT I USE THAT SCRIPT
2> HOW DO I TEST YOUTUBE DOWNLOADER PHP SCRIPT I DON'T KNOW
3> ONE MORE QUESTION IS SITE LIKE KEEPVID.COM OR VIXY.NET ARE LEGAL OR THEY INCLUDE SOME DISCLAMIERS OR TERMS
HEY I READ YOUR INTERVIEW YOU ARE GETTING MORE AND MORE PROFESSIONAL I ALWAYS LEARN SOMETHING FROM YOU THAT IS PROFESSIONALISM YOU ARE A DIAMOND
Hi Mohammad
I came accross this blog
http://labnol.blogspot.com
and liked its template. I want the same template for my blog. with similar widgets and everything. how is it possible?
ok, reading ur interview.....
@Rahul
Hi dear. I still remember you. Never forget a single loyal reader! :>>
I am glad that you are free now and ready to create something amazing. Coming towards your questions,
1. Brother Blogger works with CSS, HTML and XML only and doesnot support php at all. It is Wordpress that works with php.
2. As far as I understand you basically want users to directly download youtube videos from your blog and you want to make it possible by integrated the youtube download button. That would be possible with ftp blogs or may be upgraded version or wordpress but for Blogger it is unfortunately not possible. Neither is there any one to make it work!
3. keepvid.com shares personal videos or dvds shared by youtuibe users or from another service. So you can surely download and share their videos with your readers. However VIXY.NET is a more protected site and reserves many rights.
Thanks a lot for your kind remarks! :>
@Gedi
The template used by labnol has a simple layout that is more or less similar to my current template if you observe carefully. Brother it takes 5 hours to create such a template and I would have certainly done that for you just the way I did for Manisha if I wasn't busy these days. I am finding it difficult to even reply to dozen of comments posted everyday. This has reduced my publishing speed too. But I have many template yet to be released may be you will find a good inspiration in them. Just forgive me..
@Sreejesh
you must do! :>
DEAR MOHAMMAD
THANKYOU FOR YOUR PRECIOUS REPLY
I AM PLANNING TO BUY A WEB DOMAIN AND HOSTING FOR MY VIDEO DOWNLOADER SITE. IT WILL BE 40% MORE USEFULL THEN OTHER SITE RULEING ON THE TOP LIKE KEEPVID AND VIXY.NET
I THINK I WILL MAKE A GOOD EARNING FROM THAT SITE
BECAUSE THESE TYPE OF SITE ARE NOT MORE THEN 20 AND IF I WILL DO SOMETHING DIFFERENT AND USEFULL AND GIVE FACALATIES WHAT THEY DON'T GIVE THEN I AM SURE THAT IT WILL BE THE TOP IN A YEAR
WHAT DO YOU THINK GIVE ME SOME GUIDELINE
Mohd, I read your interview and you are a unique person and let success come to your way always ahead.. :)
Can you do me one favor?
I needed a recent posts widget using marquee with post thumbnails.
I hope it is possible using some feeds for automatic updates. it would be great if you could do one for me since i've not added any kind of recent posts widget in my blog so users will not find it easy to maneuver. also my search box is not at all giving me any result for a present post with a valid keyword.
Plz help me someway at least if you could give me some link for the trick.
Mohammad,
I finally did it, I copied the code from "Subscription Email" post and added for the "Go>>" button as i mentioned. And now its working. Thanks for your support.
Regards,
-Nagu
@Rahul
I would say if you have planned sensibly and have some funds with you then simply go for it. The world has always seen a revolution thanks to teenagers or from people between the age 20-25. You can be one !! :>> Good luck.
@Sreejesh
Pleasure dude!
Sreejesh I will never let you guys do anything that will give you no benefit but will add only beauty to your blog. Can you find a recent posts widget with thumbnails in my blog..why? Always remember brother that simple HTML based widgets is what you need to rank higher. Readers read your content and not to watch those beautiful hanging widgets. Almost 30% users that visit me has disabled their JAvascripts and you know it well that I suffer in terms of page impressions and further the widgets that use Javascript will never be displayed as a result users will find you blog cluttered and with many vacant spaces. So Always give first go to widgets by well known services like blogger, feedburner etc.
The reason why your search box is not working properly can be the use of javascript that has disturbed the smooth indexing and crawling of your blog. Kindly avoid Java and give more preference to CSS and HTML...I hope you understood! :>
I will mention this point someday in my Optimization Posts. I guess it is important to be told to all bloggers.
@Nagu
I knew you could do it. Well done! :)
Mohammad,
I have made a final template with all set of widgets. Let me know your comments that how is my site as of now. Hope I am asking you more, but please do this for me. I have used all the tricks from your previous posts to make it a final template. Please review it once and give ur valuable comments.
Thanks,
-Nagu
Yes, I understood and, my site it looks too odd from my office PC with low screen resolution. Here in my home the screen is too big so i don't find the difference and I also read some posts in Sai's blog about the speed of the blog is important for search engines to crawl the site.
also in http://browsersize.googlelabs.com/
Hi!
I wanted to comment to the post about the buckets, but it didn't allow posting. The commentsection came up all in a mess and reloading didn't help.
My url has changed:
from:
http://greetjegreetsyou.blogspot.com
into:
http://www.greetjegreetsyou.com
When can I transfer the graphic? Just let me know when the url has been adjusted and I'll tranfer the graphic.
Thanks a lot!
Dude, I have an issue with he header image hosted in blogger.
the image is not coming properly like expected.
The issue is that there is a blank line before the image loads so
I changed the "-H" from the below link so i thought it would work.
http://3.bp.blogspot.com/_XdnyTQmPMFU/S1lN6OjDMXI/AAAAAAAAHmc/VWGd4HzRR-U/s1600-h/123tunestoreheader.JPG
but the the image is not appearing properly what to do?
@Nagu
Thumbs Up Nagu! Well done and I know you will further customize it. Change the footer colour to something light and shift the search box towards right sidebar. All rest is just fine. Nice work =D
@Greetje
Do you use Mozilla? If not then kindly use it while blogging. Thanks for your new link I will make the necessary changes. Also make sure that you add the banner and do not wait for me.
@Sreejesh
You have copied the wrong URL. I mean there are two links in Blogger for an image. One will redirect you to the image whilst the second is the actual image location. In order to get the direct Image URL. Simply upload your image in a draft post and then in the preview mode right click it and choose "Copy Image Location" and then you can change the s400 to s1600 for original image size. Read this post for details ->
Mohammad,
Thanks for your wonderful comments. I will go with your suggestion. The site wouldn't have completed without your templates and tricks. Thanks again. You are the best.
Regards,
-Nagu
hai mohammed
i am happy to announce that i had started a new forum site names WWW.EXPLOREWEB.CO.CC and i am going to add a new section about blogger tips and tricks and i leave the tutorial credits to u
and hope u will register and add ur tutorials there
after all
Hooray! i have a new forum siteeee
No new posts?
Dear Mohammad
I'm Looking for help in how to set or code the header image that i've created in my HTML coding.By the way i'm using your template the "MBT Church Theme" .Early I've found this in my HTML--"Show image as background to text. You can't really calculate the width
reliably in JS because margins are not taken into account by any of
clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
width if the user is using shrink to fit.
This results in a margin-width's worth of pixels being cropped. If the
user is not using shrink to fit then we expand the header."
So i need to post my header image just like your blog!
Best regards
Hi
I have used the MBT church Theme. I saw the Related Posts Code in it.Could you pls help me to add the related posts in a new pop up window rather than in the page itself. ie By adding a link be low the post "Click here To view Related Posts" that opens the popup and shows related posts there? If possible make it as a post in your blog so that it helps every one who need that.
Thanks
Prasanth
@Chinna
Good luck dude! Now you have another headache :D lol!
@Yussef
Dear search for this link inside your template ->
http://1.bp.blogspot.com/_7wsQzULWIwo/SmxuyIeuc9I/AAAAAAAABn8/JOGGQJEKVf4/s400/header.png
And replace it with your Header image URL. Make sure the width of your image is 960px
As simple as this! :>
@Anonymous,
Bro find this code in your template,
('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>')
and replace it with this,
('<li><a target="_blank" href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>')
Enjoy! :>
Thanks for the reply
Actually this code Opens the Post in a new window right?
my Requirement is
To print the related posts list in a new window rather than below post.
ie Below the post i Have "Click Here To View related Posts"
When Click on that link a popup opens and Print Related Posts LIST in New window.
function printRelatedLabels()
This Function need to print on a popup window than The Parent Document
Thanks
Prasanth
My friend mohammad thank you for your help :> .Its more easy than I expected!!
Hwy Mod, just curios to know how to the "Gogle BUZZ, TWITTER and FACEBOOK" widget floats in the below post, I looks very intersting and it seems that there are more clicks than a static widget (i think)
the unique widget link
----->> http://mashable.com/2010/02/12/opera-mini-50-million/
screenshot--->> http://lh4.ggpht.com/_XdnyTQmPMFU/S3VrI3V3VMI/AAAAAAAAHpI/dSzYm0_tArY/s800/unique%20widget%20screenshot.jpg
Hi Mohammad,
In my blog Older post, Newer post, Home links are not visible...What to do? It just visible in IE browser. In firefox it's not visible...Please observe and see it visible or not in your browser? Please reply me soon...My pageviews is going down :(
I can send you my template code...
HI
I am so thrilled with the blogger pages but I have a small problem. On one of my pages I want to have some reference information. All it needs to do is be there, nothing fancy, no links. The information is currently on a Word document in 2 columns and 8 pages long. Is there any way to have that much information on a page? How could I do it?
@Anonymous
I got you! Bro why would you need to do that? Do you think that is a pro thing to do, because readers are really lazy in clicking many links. Things look good when they are visible.
For creating a pop-up , I will need to change the entire code but I am afraid time is my real enemy at this moment =D
@Sreejesh
Yeh I have seen that widget and really like it. I am searching for a code that may do the sliding job perfectly and I am sure I will find and publish one shortly. Thanks Sreejesh for that link and for that beautiful screenshot :>
Hello,
I have been addicted your tricks. Anyway, I am trying to find the tricks about loading images to improve blog loading speed.
My blog is using a lot of images: http://movieloo.info and I'd love to only load the one cover image in the mini post. If you look at the front page, you can may think only 1 image load for the 1 minipost, but actually all images loaded.
I am appreciated for your trick
Gofree
Hi I have a request, I need a index widget for my blog. Can you do that for me??
Here's the video about what I want
http://www.youtube.com/watch?v=0aUaSLCkDUc
I made a video coz I have requested for this widgets to numerous blogger and web experts and I thought you are among them..
Please post ur reply @ http://www.123tunestore.com/2009/10/contact-us.html
Sorry, I did have the second request before completing the firt one....
Hey there,
It seems blogger only allows you to have one default color link? I have a menu bar at the top of my page that looks nice, the link color on the menu bar is white, it goes nicely with the black. Unfortunately my main post area is white, so the white link color blends in and is impossible to see, unless you highlight over it. This isn't really an issue because I can make hyperlinks and change the color to black... the issue is that on the comments section, if the commenter has a profile, you can't see it because the link is white.
Is it possible to keep all links white, besides the profile link in the comments section?
Thank you
Hey Mohammad!
My blog's error is solved myself :) Before, pagre links was not visible see this one of my post :)
http://hacktutors.blogspot.com/2010/02/older-post-newer-post-home-links-are.html
Hi,
Yesterday I Changed My Blog Template,I added Javascript Read More Hack and Google Buzz Button On My Blog,
there images appear with a border of blue colour
I want to know how can i remove that border code from my template.
Thanks
Poras Gupta
Assalam Alaikum,
My blog latestjobs-apindia.blogspot.com is deleted by blogger saying that its spam blog. i have posted jobs notifications in that blog. Today again my blog latestjobs-api.blogspot.com is deleted saying the same reason. Please reply me at hussainbasha.shaik(at)gmail
هل تعرف تتكلم العربية؟ من أين أنت يا محمد؟
@Gofree
Thanks for your comments pal!
Your blog looks just awesome and the load time is really ok too. So need to make any changes bro :>
@Sreejesh
Your requests are always welcomed but do not kill me if I could not complete them. :p
@Poras
Simple add this code just after <img
border="0",
This will remove any border across the buzz image or any other image that you may use
@Hussain
When Blogger deletes a blog they do it for a valid reason. Are you sure that you did not violated any TOS? Brother I can only advise that always backup all your posts when you publish them. Always email a copy of your posts to your inbox so that they may remain safe with you forever. For the time being there is no use in contacting blogger. simply create a new account and this time make sure that you do not violate any rule :> and upload all your saved posts if any.
So is what I'm wanting to do not possible with blogger?
Dear Mohd,
Again I come with a issue. Please help me resolve. I have applied Tanzanite template in another website. Now when I go to TAGS and click on a topic which has similar 5 or more topics under it showing (label 5) I get in result all the 5 topics one under the other rather than the headline or subject line of the result .For example I am sending you the result
http://www.shirdisaibabatemples.org/search/label/Shirdi%20Sai%20Baba%20Temple%20in%20West%20Bengal%20100%20years%20old%20Sai%20Baba%20temple
This result has 5 topics and they all open one below the other rather than giving bullet related post so that again they can be opened up individually and also the read more button is coming at the end which is not required.
Can you help on this ....I hope i have clearly written my problem .
@KAOSAR
For related post widget simply visit linkwithin.com
For sponsor adds simply paste your Adsense code below data:post.body
@Manisha
Manisha may be you have not added the code that causes only titles to appear on label and archive pages. Nevermind I am explaining again how to add that.
1. Go to blogger and search for <b:include data='post' name='post'/>
2. Now replace this code with this,
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<data:post.title/></a><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
This will also solve the read more button issue automatically! :>
Dear Mohd
This has worked for me instantly ...you are just superb ..and If i do not mention it ,it will be unfair on my part for all the hard work you put in replying to your each reader with so much of sincerity and zeal you are just Excellent.THANKZZZZZZZ a LOT.
Just want to ask how do I add bullet now infront of this label ?let me just explain a bit what I am asking ...its like I went to a topic in tags which had 5 topics under it ,i clicked on it and I saw the 5 topic one below the other like a list without any bullet . Now i want to add bullet to these 4 so that they appear clear and unique. But I want to make this clear that when i click any one topic of the 5 list it shows related post with bullet . So this bullet is different than what we get as related post ....)) Hope it is making the question clear to u ..
Please take your time and reply no hurry ...I can understand ))))
Thanks a LOT.
http://devilsworkshop.org/
I know its Wordpress but can this featured posts with thumbnails done in blogger blog??
http://i48.tinypic.com/1q49dy.jpg
No probs
Dude, I'm really glad to tell you that I found that floating code for bookmarking!!!!
I've tried it in ur template
http://test-srj2.blogspot.com/2009/12/blog-post.html
http://devilsworkshop.org/wp-content/themes/dw/images/all_images_sprite.png
have a look of the above image. Its awesome you know its the extensive use of CSS sprite one image and the entire page loads
here the page --->> http://devilsworkshop.org
Hi ,first of all thanks for the previous help.
There is small problem in my template ,whenever i add a widget on above of BLOG POST the widget appears on the Title image of the post as shown in this image http://i48.tinypic.com/2eav78g.jpg.
I want that widget to slightly above the title image.
Thank You
Poras Gupta
@Manisha
Thanks a bunch for all that love!
You have asked me that bullet questions many times and now it will be a shame for me if I don't give you a convincing reply. I sat only for you to solve this issue and luckily I did figured a way! :>
Simply use this code instead of the code I previously shared,
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<ul><li><a expr:href='data:post.url'>
<data:post.title/></a></li></ul>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
I hope this will be ok. If you want to customize the bullets then let me know so that I could create a code for you. Have fun! :D
@Sreejesh
Thanks for those helpful Bookmarks. I really appreciate your keen interest in CSS stuff and blogging of course :> Wishing you a great future pal!
@Poras
You just need to insert a break where the widget at post title appears. Bro as soon as I get some leisure time I will review your template coding and will describe in detail on how to do that.:>
@Manisha
Oops sorry the code was not properly encoded. Use this one,
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<ul><li><a expr:href='data:post.url'>
<data:post.title/></a></li></ul>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
Hi
Is There Any Way, That My Blog Opens Perfectly In Internet Explorer and for Slow Internet Users.
Thanks
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:-
1. Please do not spam Spam comments will be deleted immediately upon my review.
2. For asking Off-Topic questions please comment on this page -> Blogger Help
Regards,
Mohammad