26 Comments


  1. Posted By YJ

    Thank you so much for this beautiful template.

    May I ask how to edit the items of the menu tabs, and also where it links to? Excuse me for my poor ability of editing HTML. Thanks!

    (June 29th, 2009 at 10:35 am)
  2. Posted By Jack

    Don’t mention it. You can edit the menu tabs by opening your template in HTML editor, and then either search ul id='menus' manually or use the CTRL+F (for Windows) key combination and type the following ul id='menus'. Once you have found it, you can then replace the destination of that link as well as their anchor text.

    For instance; in order to set the destination of the CONTACT button, here’s what your code will look like before modification:

    a href=’#’ title=’Contact’ rel=”nofollow”>Contact

    Simply, replace the HASH (#) with the URL that you want. Similarly, you can apply the same procedure for the rest of the tabs. And in order to change the text, replace Contact to your own desired text.

    I hope this clears your issue, if you need any help let us know!

    (June 29th, 2009 at 11:49 am)
  3. Posted By YJ

    Thank you very much. That was very helpful, Jack.

    One problem that keeps coming out and I wonder if you have the solution. The original color is sometimes gone either on Firefox or IE (as the picture shown):
    http://www.bubbleshare.com/album/617491

    I tried to use my googlepages to replace the original url of the patterns (images) and it seems to have improved. But there’s some images in gif and I don’t know how to replace it on my googlepages, and I wonder if it’s the solution?

    One last question, I assume it’s complicated to add another menu tab, right? If it’s not too complicated, can you instruct me? Thanks for your patience, and again thanks for this wonderful post.

    (June 29th, 2009 at 5:52 pm)
  4. Posted By Jack

    Don’t mention it YJ. I have checked your site and its appearing fine at my end, I refreshed it several times to see if it causes any problem or not, but its working fine. I don’t know why its not appearing right at your end. Try asking your friends about the color of your site, may be the problem resides on your computer/monitor. May be!

    As far as your second question is concerned, you can add as many tabs you want! However, I would suggest not to add more than 4 – 5 extra tabs. Here is what you have to do; follow the same procedure from my previous reply and then add the following code to it (either at the end or anywhere in the middle);

    <li class='page_item page-item-2'><a href='YourURL'>YourText</a></li>

    Replace YourURL and YourText with the respective URL and Text. Save and there you have it! :)

    (June 29th, 2009 at 7:08 pm)
  5. Posted By YJ

    Thank you, Jack, you are my hero :)

    (June 30th, 2009 at 7:07 am)
  6. Posted By Jack

    Your Welcome!

    (June 30th, 2009 at 9:53 am)
  7. Posted By YJ

    Just want to ask a question.. again! I was trying to remove all the
    date/time/label all those stuff to have it looking like a website rather than a blog.

    After I removed them from the blogger’s “edit layout”, there are still the slashes left (you can visit my site to see what i mean). Is there anyway to remove them, too?

    (July 23rd, 2009 at 12:23 pm)
  8. Posted By JD

    Here’s the solution to your problem. Simply locate and remove the following lines of code from your template, but before that make sure you create a backup of your current template. Just in case of any thing goes out of hand!

    <span class=’post-labels’> / <b:if cond=’data:post.labels’> <data:postLabelsLabel/> <b:loop values=’data:post.labels’ var=’label’> <a expr:href=’data:label.url’ rel=’tag’><data:label.name/></a><b:if cond=’data:label.isLast != "true"’>,</b:if> </b:loop> </b:if> </span>

    The above lines of code displays LABELS on your post. Removing this will disable it completely. Secondly, I am not sure whether you have removed the code shown below, if you haven’t then remove this as well.

    <span class=’post-comment-link’> <b:if cond=’data:blog.pageType != "item"’> / <b:if cond=’data:post.allowComments’>Comments: (<a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’><b:if cond=’data:post.numComments == 1′>1<b:else/><data:post.numComments/></b:if></a>) </b:if> </b:if> </span>
    Here’s the solution to your problem. Simply locate and remove the following lines of code from your template, but before that make sure you create a backup of your current template. Just in case of any thing goes out of hand!

    <span class=’post-labels’> / <b:if cond=’data:post.labels’> <data:postLabelsLabel/> <b:loop values=’data:post.labels’ var=’label’> <a expr:href=’data:label.url’ rel=’tag’><data:label.name/></a><b:if cond=’data:label.isLast != "true"’>,</b:if> </b:loop> </b:if> </span>

    The above lines of code displays LABELS on your post. Removing this will disable it completely. Secondly, I am not sure whether you have removed the code shown below, if you haven’t then remove this as well.

    <span class=’post-comment-link’> <b:if cond=’data:blog.pageType != "item"’> / <b:if cond=’data:post.allowComments’>Comments: (<a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’><b:if cond=’data:post.numComments == 1′>1<b:else/><data:post.numComments/></b:if></a>) </b:if> </b:if> </span>

    (July 23rd, 2009 at 4:54 pm)
  9. Posted By riffrizz

    how to make read more on this templates

    (September 12th, 2009 at 8:50 am)
  10. Posted By JD

    You can read on how to add a ‘read more’ option to your template, here.

    (September 12th, 2009 at 1:01 pm)
  11. Posted By Roger

    Hello Jack;

    Your template is beautiful, and I am grateful for your hard work. I am using Inove for a graduate course assignment, and I am starting to get some nice compliments. However, commenting is not working correctly because there is not enough room for the word verification box. I tried playing around with some of the margin settings, but haven’t figured out the correct one yet. Any thoughts?

    Roger

    (September 18th, 2009 at 12:01 am)
  12. Posted By Roger

    Jack:

    I turned off word verification in Blogger settings, and the problem is fixed. I don’t think turning off that feature will be a big deal.

    Roger

    (September 18th, 2009 at 12:12 am)
  13. Posted By JD

    @ Roger Thanks for the appreciation!

    (September 18th, 2009 at 12:22 am)
  14. Posted By Sebastian

    Jack,
    I really enjoy this template, thank you very much!
    I do have a strange problem though, hopefully you can help me. I don’t know how, but I completely lost the ability to display or leave comments. No mention of comments anywhere despite the fact that they are turned on in blogger. I tried to find the problem in the html, but failed. Any suggestions? blog.foggyphotography.com

    Thanks a ton!

    (October 9th, 2009 at 12:35 am)
  15. Posted By JD

    Thanks for the appreciation Sebastian! Have you tried re-uploading the template? Try it and let me know if it works or not.

    Cheers!

    (October 9th, 2009 at 1:23 am)
  16. Posted By Sebastian

    Yeah, I’ve tried that multiple times, doesn’t make a difference. As a matter of fact, when I do that the time-stamp also disappears. I managed to add that one back in but haven’t gotten anywhere with the comments. Any help appreciated. Thanks.

    (October 9th, 2009 at 2:40 am)
  17. Posted By JD

    Hmmm, that’s strange! Well, I’ll suggest you to contact the designer. Designer details are mentioned at the end of the post. Let me know if you need my help.

    (October 9th, 2009 at 11:05 am)
  18. Posted By riFFrizz

    I can not apply with totorial read more on the level because they do not find some scripts that need to be replaced, you can edit it for me, and send to riffrizz@live.com? if you can, thanks. I very like this template

    (October 18th, 2009 at 8:32 pm)
  19. Posted By JD

    Sorry, but we do not have a policy of replying on emails.

    (October 18th, 2009 at 10:19 pm)
  20. Posted By Etienne

    Hi JD,

    Thank you so much for this amazing template.

    Saddly, the image in the header disappear this morning. Can you fix that ?

    Thank you for your help.

    (November 17th, 2009 at 7:59 pm)
  21. Posted By JD

    Thanks for the appreciation Etienne, but I see no problem with the template, all the images are showing up.

    (November 17th, 2009 at 8:28 pm)
  22. Posted By Etienne

    Thanks for that very quick answer JD.

    It’s the black box behind the name of the blog and the little house icon for the home button.

    If you visit my website [LINK REMOVED] you’ll see what I mean. They were there last night and dissapeared this morning. When I try to find the image in the html code those two images links to a web page with the mention 404 error.

    Thank you again for your help.

    (November 17th, 2009 at 8:34 pm)
  23. Posted By Etienne

    Hi JD,

    Really ? Because if you visit my blog at [LINK REMOVED] you’ill notice that the beautiful black box behind the name of the blog dissapered same for the image of the house for the home button.

    Thanks for your help, it’s really appreciated.

    (November 17th, 2009 at 8:36 pm)
  24. Posted By JD

    I have doubled checked your website on all browsers (just in case), your template is working fine. My suggestion would be to remove cache of your browsers and check your browser’s settings if the problem still persists.

    (November 17th, 2009 at 8:49 pm)
  25. Posted By Etienne

    Thanks again for you help.

    Saddly, the problem still persits. I’ve tried on 5 differents computers at the office.

    Thanks anyway for your precious help. Have a nice day.

    Cheers.

    (November 17th, 2009 at 8:58 pm)
  26. Posted By JD

    My pleasure! One last suggestion, try pagewash.com and see what you get or download a new template if you feel like.

    (November 17th, 2009 at 9:02 pm)

2 Trackbacks For This Post

  1. Inove :Free Wordpress Themes

    [...] Details [...]

  2. iNove - Free Wordpress Theme | Theme Splice

    [...] iNove Blogger Template AKPC_IDS += "1842,";Popularity: unranked [?] (No Ratings Yet)  Loading … Bloggers [...]


Add Comment

Before posting your questions, please make sure that you have gone through the 'FREQUENTLY ASKED QUESTIONS (FAQs)' Section. Click here for Blogger's Frequently Asked Questions


© 2009 - 2010 Blogger Templates Blog All Rights Reserved. Designed by Bleepli - Premium Wordpress Themes