Zinmag Tribune

Posted In Blogger Templates - By Falcon On Sunday, February 15th, 2009 With 88 Comments

Zinmag Tribune

After the dark professional Zinmag Remedy template, Zinmag Tribune Blogger template is a white professional magazine style template which has unique feature installed like featured content scroller and graphical featured-content glider.

Template name: Zinmag Tribune
Template Author: Jinsona Design
Template Converter: Falcon Hive
Compatible BSP: Blogger
Best Viewed Browser: Internet Explorer 8, Firefox RC3, Opera 9.6, Google Chrome 0.3.154.9

Feature included:

  • White professional magazine style design
  • Double header navigation bar
  • Featured content scroller
  • Featured content glider
  • Featured-video section
  • 4 ads space
  • Javascript-based tabber
  • 3 footer gadget section
  • Footer navigation bar

You can observe the demo or download the Zinmag Tribune Blogger template.

Set up the First Header Navigation Bar

You can customize your header navigation link to your own preferred link. To achieve this, access into ‘Layout’ and under the ‘Edit HTML’ tab, press [CTRL+F3] to find the code below and edit it with corresponding item.

<li><a href=’YOUR-LINK-HERE’ title=’YOUR-LINK-TITLE’>YOUR-LINK-TITLE</a></li>

Set up the Subscription Section

You can personalize the Subscription section to your own personal news, comments and email RSS. To get this done, access into ‘Layout’ and under the ‘Edit HTML’ tab, press [CTRL+F3] to find the code below and edit it with corresponding item.

<a href=’YOUR-POST-RSS-LINK-HERE’>
<a href=’YOUR-COMMENT-RSS-LINK-HERE’>
<a href=’RSS-EMAIL-SUBSCRIPTION-LINK-HERE’>

If you are using the Feedburner, the RSS email subscription link should look like this:

http://feedburner.google.com/fb/a/mailverify?uri=FalconHive&loc=en_US

Set up the Second Header Navigation Bar

You can use exactly the same way to customize your header navigation link to your own preferred link. To achieve this, access into ‘Layout’ and under the ‘Edit HTML’ tab, press [CTRL+F3] to find the code below and edit it with corresponding item.

<li><a href=’YOUR-LINK-HERE’ title=’YOUR-LINK-TITLE’>YOUR-LINK-TITLE</a></li>

Set up the Featured Content Scroller

You can see this template got a scroller of featured post image and description on the top of the page, which can only be configured through ‘Edit HTML’ section.

To setup the featured content scroller, simply access into ‘Layout’ and under the ‘Edit HTML’ tab, check the ‘Expand Widget Templates’, then press [CTRL+F3] to find the code below and edit it with corresponding item:

<a href=’POST-LINK-HERE’ title=’LINK-TITLE-HERE’><img src=’IMAGE-LINK-HERE’width=’60′ height=’40′ alt=”/></a> <div class=’fmeta’>POST-DESCRIPTION-HERE</div>

Set up the Featured Content Glider

There’s also got a graphical Featured Content Glider with rich description under the featured content scroller, which you can only access into the space through the ‘Edit HTML’ section..

To setup the featured content glider, simply access into ‘Layout’ and under the ‘Edit HTML’ tab, check the ‘Expand Widget Templates’, then press [CTRL+F3] to find the code below and edit it with corresponding item:

<h2><a href=’POST-LINK-HERE’ title=’LINK-TITLE-HERE’>POST-TITLE-HERE</a></h2>
POST-DESCRIPTION-HERE</div>
<a href=’POST-LINK-HERE’ title=’LINK-TITLE-HERE’><img src=’IMAGE-LINK-HERE’ width=’650′ height=’250′ alt=’IMAGE-TITLE-HERE’/></a>

Set up the Minipost Section

There’s actually got minipost section installed under the Featured Content Glider, which you can only access into the section through the ‘Edit HTML’ section..

To setup the featured content on the sidebar, simply copy the code below, then access into ‘Layout’ and under the ‘Page Element’, clicks on the ‘Edit’ of the ‘featured-content2′, paste and edit the code with corresponding item.

<div class=’hentry’>
<h2><a href=’POST-LINK-HERE’ title=’LINK-TITLE-HERE’>POST-TITLE-HERE</a></h2>
<div class=’categ’>POST-CATEGORY-HERE</div>
<div class=’minicontent’>
<img src=’IMAGE-LINK-HERE’ width=’120′ height=’80′ alt=”  />
POST-DESCRIPTION-HERE
</div>
</div>
<div class=’minimeta’>POST-DATE-HERE I <a href=’POST-LINK-HERE’>Read the full story</a></div>

Set up the ‘Read More’ feature

As this template has ‘Read More’ feature installed, you can probably hide some text from being displayed on the main page. Here are steps to set up this feature:

1. Simply copy the code below, then access into ‘Settings’ and under the ‘Formatting’ tab, paste the code into the ‘Post Template’.

<span class=fullpost></span>

2. ‘Save Settings’ to save the settings above.

Set up the Featured Video Section

There’s a video section on the top of the sidebar, and you can put favorite Youtube video inside the section by just few simple steps.

To setup your favorite Youtube video, just copy the video’s embed code link, then access into ‘Layout’ and under the ‘Page Element’, clicks on the ‘Edit’ of the ‘featured-video’, paste the code then ‘Save’ to show the video!

Your Youtube video’s embed code link is located below the profile of the video uploader, and you can adjust the (embed)’s width and height inside the code to fix the section size. The recommended size for this featured video section is 310 width and 255 height.

Set up the JavaScript-based Tabber

You can probably notice that there’s got a dynamic tabber with 3 gadget inside on the sidebar. By clicking the ‘Popular’, you can actually set up the ‘Popular’ part of the tabber with any gadget, same as clicking ‘Archive’ and ‘Recent’, which directs you to the setting of second and third part of the tabber.

To setup the Popular (post) section, you can simply copy the code below then access into ‘Layout’ and under the ‘Page Element’ tab, add a HTML/JavaScript gadget into the ‘Popular’ section then paste the code inside the gadget and edit it with corresponding item.

<script type=”text/javascript”>
function pipeCallback(obj) {
document.write(‘<ul style=”text-transform: capitalize;”>’);
var i;
for (i = 0; i < obj.count ; i++)
{
var href = “‘” + obj.value.items[i].link + “‘”;
var item = “<li>” + “<a href=” + href + “>” + obj.value.items[i].title + “</a> </li>”;
document.write(item);
}
document.write(‘</ul>’);
}
</script>
<script src=”http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=a7d3195528df5e96181a3d2712266226&url=http%3A%2F%2FYOUR_BLOG_ADDRESS_HERE_WITHOUT_http://&num=10″ type=”text/javascript”></script>
<a href=”http://bloggerstop.net” target=”_blank”><span style=”font-size: xx-small;”>Popular Posts Widget</span></a>

For the ‘Archive’ section, you can just install Archive gadget inside the section, with the ‘flat list’ as recommended option. As for the ‘Recent’ section, you can put your Feed gadget together with your blog’s feed into the section.

Set up the Ads Space

Zinmag Tribune got an ads space on the sidebar, and you can setup the ads space through the ‘Edit HTML’ section. To achieve this, simply access into ‘Layout’ and under the ‘Edit HTML’ tab, press [CTRL+F3] to find the code below and edit it with corresponding item.

<li><a href=’ADS-LINK-HERE’ rel=’bookmark’ title=’ADS-TITLE-HERE’><img src=’ADS-IMAGE-HERE’ alt=’IMAGE-TITLE-HERE’/></a></li>

Set up the Footer Navigation Bar

Same with the header navigation bar, you can customize your header navigation link to your own preferred link. To achieve this, access into ‘Layout’ and under the ‘Edit HTML’ tab, press [CTRL+F3] to find the code below and edit it with corresponding item.

<li><a href=’YOUR-LINK-HERE’ title=’YOUR-LINK-TITLE’>YOUR-LINK-TITLE</a></li>

We care about Author

Zinmag Tribune template (Blogger) comes under a Creative Common License. This means it is free to use on your blog as long as the credit link in the footer is kept intact. Jinsona Design has really put so much effort on designing this template, so if possible you can pay a visit to the site and leave a thankful comment!

More theme to convert, more knowledge to learn

I must admit that I learned so much from Tribune’s conversion, from the CSS modification to body section coding. It’s really wonderful that every time I convert a theme, I have to communicate with the language inside the theme, and learn the creative idea that author implemented inside the theme. I thought it’s the beauty of the web design, we learn great idea from others, and produce a better template for all of you to enjoy!

Grab our latest Blogger templates!

You are deserved to be the fastest being to get our latest Blogger templates. Just simply click on this cute green ‘RSS‘ word or subscribe it by email then you are ready to grab our Blogger templates!

Displaying 88 Comments
Have Your Say

  1. Anonymous says:

    thank you very much most cases this is the most templante, thank you very much falcon, as I do now to download.

    I’m from Argentina. Your website is excellent

  2. Anonymous says:

    thank you very much what was waiting

    How do I download this Templante?

    Thanks for converting to blogger

  3. Anonymous says:

    please download this template and I do not know how to make someone to help me. thanks for pass worpres a blogger

  4. Anonymous says:

    hello I am very happy because I’ve put this templante, it was all day going into this site and seeing if this template was, and when I find out that they had since I was very happy

    but the most important thing is that I can not find the link to download it, how are u do to download this templante? be waiting for an answer

    thank you very much falcon

  5. Anonymous says:

    nice~ another master piece from you

  6. Cebong Ipiet says:

    at last..congrats

    great template (and so complicated), need more achievement to set up :)

  7. Baka Kelana says:

    Wow…Great and Congratulation

    I very like this template

    Thanks

  8. Baka Kelana says:

    Thanks for this template

  9. ireng_ajah says:

    Nice template too from you..

  10. CELEBS says:

    Thanks a lot. I really used to visit your site almost four times a day since you told me that you are working on this template to see whether you have come up with this. I am glad that finally i have it now. Still i need to check out and configure all this. I will try to do it soon.
    Really Thanks a lot man…Its really a cool template.
    I am worried to use it on http://www.musicvl.com as i told you already.

  11. hola FALCON COPPERFIELD
    HOW? HOW U DO IT?…amazing template emn,,you are like david copperfield but in blogger version…SALUDOS FROM MEXICO BATO LOKO DESESPERADO!!!
    VIVA LA MAFIA DE FALCON HIVE!

  12. noel says:

    this is a great layout and very much like the zinmag remedy that i’m kinda afraid to download it. Alvaris Falcon, sir, i just wanna ask first, is this template SEO-friendly?

  13. Ammy says:

    HI sir !!! i wanna thanks you first, then i wanna request you to please convert Gamezine or eGamer wordpress theme to blogger.. i found one site offering ..gamezine for blogger but they were asking for money..and i dont have.. so i please request you to convert them..i will be more than thankful plz do reply if you have time to mittal.ankur1988@gmail.com

  14. saiko.raito says:

    please reupload again..
    i cant download these.. the file is removed…

  15. WRocker says:

    Hi Mr. Falcon!
    - How ever, again you Rock!
    That’s a Great work, like a previously templates, but there’s a problem.
    - The link on “Box” for the download is not available..
    - You maybe can put him on other Host Server. (Sorry if can’t read these, because my english is “amateur” hahaha..)
    Well, See you later buddy.
    I’m gonna see if the link is available.

    Greeting from Chile
    Jaime Cabrera

  16. ireng_ajah says:

    a good template and I use this template for my new blog but I have some problems on “Catmenucontainer”. When I add the link menu, and then Ii save, there is some information widgets, html, feeds will be lost. whether there are any changes in the template will have information like that? Therefore, is just wasting time because must to edit from the beginning again as a post, archives, recent posts, recent comments etc.. whether there is a solution?

    http://siteblogtheme.blogspot.com/

    Thanks

  17. Anonymous says:

    The read more section is not working.. pls help…

  18. Anonymous says:

    Nice, but it doesn’t seems to work very well with IE.

  19. Anonymous says:

    Hi falcon,

    Thank you for all your efforts with this template.

    I have a small problem I think you can help with. After I upload, I get the following message:

    We were unable to preview your template
    Please correct the error below, and submit your template again.
    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The element type “div” must be terminated by the matching end-tag “
    “.

    And suggestions?

  20. Wow, really be the best theme for blogspot I’ve seen

  21. I found that the earlier version of zinmag remedy is already unique by ifself. This version of 2.0 is a bit of “downgraded” or rather simplified from the first one. But why Falcon? You should make The Zinmag Remedy version 2.0 in probably in white version instead of sacrificing few interesting elements especially “my slide” element. Zinmag Remedy 2.0 should have the element from Tribune instead. Then probably you can call it Zinmag Remedy 2.0 Ultima.
    Believe me, What you have done to Zinmag Remedy first version is already unique. Great job.

  22. Hi Noel,

    Thanks for your words! We have eliminiated every possibility and improved the CSS code of this template to make it SEO friendly. You can download and use it without losing visitor from search engine. :)

    Hope this helps, thanks!

  23. Hi ireng_ajah,

    Thanks for your great report!

    I have checked the template and the link of the catmenucontainer can be changed and saved without any loss of the information. Can I hear more about your customizing method to know the issue further? Thanks!

  24. Dennis says:

    Falcon DARN IT! Now I’m torn between Zinmag Tribune and Zinmag Remedy 2.0.. You’re really good man!

    Congrats on the new templates.

    My question is which one is better for SEO? I know that Zinmag Remedy 2.0 is better for SEO than the first version.

    But between Remedy 2.0 and Tribune which one is better for SEO?

    Sounds confusing huh?

  25. Admin says:

    How can I remove the Adsense below every post? This is the my same problem with Remedy 2.0

  26. I finally removed the adsense that was being showed on the bottom of every post.

    But now I noticed something when testing the new template. The scripts sometimes doesn’t work.

    And it doesn’t work well with Internet Explorer. Internet Explorer keeps on saying “Done but with some errors.”

  27. Admin says:

    Can someone please help me. I’m currently using this template for about 2 days. Then today when I checked my blog. There’s a Transparent White thing covering half of my page.

    check out my blog site to see what I’m talking about.

    http://xl3ridersclub.blogspot.com

  28. Admin says:

    The scripts takes too long to load. I hope you guys can do something about this. The scripts are really great, but it takes time to load.

  29. This template is simple and easy to use. I had used it in my blog and am very happy with it.
    Here´s my site add:
    http://asianlivinginsweden.blogspot.com

  30. give more information on how to edit the mini post… you just said that we have to access it only through EDIT HTML.. I have applied this theme to my Entertainment blog @ http://linkfordownloaders.blogspot.com/ but minipost is still to be edited.. plz reply soon.. send me an email to marr.bobby1010@yahoo.co.in

    Any one who applied this template and know this can also mail..

  31. Defensive Pro says:

    Anther masterpiece of conversion!!

  32. Hi. I really enjoy the templates you have made. I am currently trying to use the Tribune template on my blog and I am having some trouble setting it up. Every now and then, the glider content and the mini scrolling bar at the top stop scrolling through. Is this a common issue or am I doing something wrong? Any advice is appreciated. Thank you

  33. Oscarjet says:

    Hello , i put this template into my Blogger blog but thr Scroller container and de Glide content dosn´t work. i have checked several time the HTML code and everything is ok.

    Please , give a solution…!

    Regards.

  34. vicky says:

    Hi Mr. Falcon, I really like the template. This looks truly professional. I tried the template. But I faced some alignment problem with the video and right side contents. In IE, it is coming in the down, instead of coming just on the side of the glide content. But in chrome and mozilla it is coming as aligned. And some times the Content Scroller does not move.
    I am not very good at changing the HTML. Could not debug it.
    Any help on that will be appreciated.

  35. Cypher says:

    can there be an image hosted version?

  36. Oscarjet says:

    hi, i got some problems, scroll and glide doen´t work….
    even now the template is moved to the right !!!
    Please urgently help !!!

    hppt://oscarjet.blogsport.com

    Thanks,

  37. Hi 0,

    Thanks for your report! I have tested to upload the Zinmag Primus v1.01 and it works very nice. Can I know that did you change anything in the code before the upload?

    Hope to hear more from you, thanks!

  38. Hi Sinar Hairan Edisi Timur,

    Nice to meet you, wow really thanks for your very professional review!

    As you said, I have ‘downgraded’ the template, probably to ‘upgrade’ its interface and SEO ability.

    Such a good sugggestion! Surely I would improve Zinmag Remedy, and possibly a Zinmag Remedy Ultima! It’s really exicted to reply your comment, thanks! :D

  39. Ricardo says:

    Hi Alvaris, im trying out thsi template on a test blog before moving it to my main blogue, i only have one doubt, how i can change the black background that appear on the sides when viewing the template on a larger 16:9 screen, i’ve ben using firebug to discover which bit of code to change but i cant find it?

    i’ve uploaded a picture so that you can have a better idea of what im talking about, insteas of black i would prefer white.

    Thanks

    heres the picture:

    http://img355.imageshack.us/my.php?image=alvaris.jpg

  40. Bulimic says:

    First of all, great template.

    However, I have added the photos and link for the Featured Content Glider but somehow the arrows to go right or left is not responding. Is this because there’s something wrong with the javascript? Can you also include the javascript for download? As I would like to host it at my own server.

  41. NhonPT says:

    Great, I am trying to use this template. Thank for your job!

  42. Red Devil says:

    hi.. real good templates…all of them..
    i’m having a problem with this template..
    i am unable to link post from the images in glider content section.. tried everything.. still unable to fix it.. plz help :(

  43. Miss Pearl says:

    How does a complete idiot use this thing. This is the VERY first theme that I’ve actually loved the look. I even created a blog on wordpress because I like the layouts there that look like this, but all of this code business is KILLING me!!

    I don’t have a clue what to do after I’ve downloaded the theme and uploaded it because my site looks a complete mess and nothing like the orderly and utterly beautiful thing I see here.

    Where can a novice go to figure out how to make all of the “buttons” say what I need them to say because the “edit html” deal is foreign to me once I upload the them, all of those codes are like reading a different language.

    Any help will be SO greatly appreciated. I really, really, really love this theme but even youtube can’t help me.

    Anyone?

  44. Oscarjet says:

    Alvaris Falcon said…

    “”Hi 0,

    Thanks for your report! I have tested to upload the Zinmag Primus v1.01 and it works very nice. Can I know that did you change anything in the code before the upload?

    Hope to hear more from you, thanks!”"

    ++++++++++++++++++++++++++++++

    Hi Mrs.Falcon, i have only changed the link-post and tittle and image links….
    Also, Second Header Navigation Bar removed.
    and Twitter zone…but after that it works well….it suddelnty stopped yestarday after one week working well…

    Thanks !

  45. It’s a very nice template. Thank you for sharing it. More power!

  46. I downloaded the template and everything work except the description for the main headline. The is very little description to go by… can you clarify a bit? http://vegastreasurechest.blogspot.com/
    twitter.com/vegastreasure

  47. Fred says:

    I get white space when placing script at bottom in black area however taking out the title makes only the script appear. Good for banners without titles.

  48. Hi Miss Pearl,

    Thanks for your heartful words! You can try the latest version of this template, which is extremely user-friendly and you can download it on the following URL:
    http://www.falconhive.com/2009/03/blogger-template-zinmag-tribune-20.html

  49. Hi Bulimic,

    Sure, you can get the JavaScript file by download the latest version of this template on the following URL,
    http://www.falconhive.com/2009/03/blogger-template-zinmag-tribune-20.html

    Hope this helps, all the best!

  50. S~ says:

    Nice template!

    The “children” list gets cut off by the scrolling images on your demo. Is there a fix for this?

  51. Ren says:

    Alvaris,
    I cannot download the template, the box.net didn’t support you well

  52. [...] nhiều blogger yêu cầu quá nên Falcon Hive đã chuyển thể WordPress Theme mang tên ZinMag Tribune thành Blogger Template. BlogViet xin chia sẻ lại cho các fan của Blogger muốn làm mới [...]

  53. Bala says:

    a class=’prev’ href=’#'/
    a class=’next’ href=’#'/

    what should I write instead of # to see next or previous headlines images?

    @:sorry for the double posts the first two lines disappeared.

    • Alvaris Falcon says:

      Thanks for your kind question! Sure, the code you provided is actually for the glider button, the code should be remained to keep the next and previous button working properly. ;)

      Hope this helps!

  54. Bala says:

    “As this template got ‘Read More’ function, you probably want to hide some text from being displayed on the main page. In fact, you just need some extremely easy step to achieve this. Simply copy the highlighted code below, then access into ‘Settings’ and under the ‘Formatting’ tab, paste the code into the ‘Post Template’.”

    where is that code?

    • Alvaris Falcon says:

      Thanks for your report! Sure, I have updated the post to show the code correctly, you can follow the “Set up the ‘Read More’ feature” to hide the article’s content properly! ;)

      Hope this helps, all the best!

  55. Rebecca says:

    I’m currently using your template and the contents (u class=’children’) keep going behind the video and the featured contect glider just below the nav bar… Can you help as currently no one can see the contents.. Thanks

  56. Hive Commentator says:

    Hi Rebecca. Nice to meet you.

    As there are many bugs with this version of the template. You are advised to shift to a Zinmag Tribune 2.0 .

    Good luck

  57. Lucia says:

    Hey Rebecca – I am trying out this template as well and found the same problem, but only in the latest version of Explorer. The problem doesn’t seem to be there for older versions, Firefox, or Safari.

    Falcon, I love this template! I do have a problem, though – and the same problem exists on your demo blog.

    The scroller part – there are 2 issues. 1) The vertical and horizonal scroll bars appear. 2) the scrolling stops working after you’ve been to the site once.

    Please help…

    Thanks!

  58. Lucia says:

    Falcon, regarding my issue with the scroller – I’ve fixed it. I changed the scroller container width to 980 (was 990) and that fixed it. It must have something to do with the spacing of fonts on different computers? Sometimes your demo works, and sometimes it doesn’t on my computer.

    Anyways, thanks for the awesome template. Lots of work to set up, but it should be worth it!

    • Hive Commentator says:

      Hey…. Lucia. Congrats on your success.

      We are very happy that you have fixed the issue yourself.

      Hope to hear from you in the near future !

  59. Lucia says:

    Hi again,

    Is there a way to stop the scroller from scrolling? I searched the code and cannot find where this is controlled.

    Thanks so much,

    Lucia

    • Hive commentator says:

      Hello again.

      We have fixed all the bugs on this template in its next version. Please shift to version 2.0 for your blog to work smoothly.

      Best wishes…….

  60. Jeannette says:

    Hello,

    First let me say i love your template and so appreciate your hard work.I cannot however, figure out how to get the popular,archive and recent tabs to work.If i try to add a gadget it doesn’t stay within the tab.It puts a new gadget there.Can you please help and sorry if i sound dumb.Also I’m using the 1.0 not the new 2.0..I couldn’t get the 2.0 to work for me at all.

  61. bejo1214 says:

    (Sorry, if my english is bad…)
    The first time i saw i fall in love! So, i choose this template, zinmag tribune! Very…very…complex! But, very…very…GOOD!!!
    I’m amatir for a blog worlds, “zero”, just knowing! But now i try to make a blog for my community (by my own). I wish you’ll visit it, to see how it’ll growing. Or, maybe, make a comment or comments..he..he..he..

    Btw…
    Thank’s to share it for me!

    PS:
    Maybe for two weeks, I’ll finish it.
    But, is it to long for me to finish my blog? or maybe to short?

    slankersmalang.blogspot.com

  62. chobed says:

    Hi!
    Im using this template!! (with some changes) i love it (please chek http://bychobed.blogspot.com ) but u know.. i have some problems:

    - The “Featured Content Scroller” some times works, and sometimes doesnt!!.
    - and same with the “JavaScript-based Tabber” some times work perfect, and sometimes its like it wasnt ther, like, you see the 3 widgets at the time, one under the other.
    - also the “Featured Content Glider” sometimes gives a mistake massage.

    HOW CAN IT BE FIXED??? please !! i love the template!! and also iv already made changes , in links, images, color, etc..

    WHAT CAN I DO ?? please write me back!!!

  63. [...] Theme Author: Jinsona Design Converted By: Falcon Hive (Installation and Customization) [...]

  64. ren says:

    alvaris, have you see the demo lately? please do. what’s goin on with the header?

  65. Love the template and am using it at oxfordbear.com

    Two questions: Any advice on ways to better size and space my header image and is there anyway to change the line “Tribune TV” to say something else?

    Thanks in advance for any help you can offer.

    Duke

  66. I have another issue at oxfordbear.com

    Both the scroller and the glider were working fine, but stopped functioning today for no apparent reason. Any thoughts?

  67. For what it’s worth, it appears that turning on comment moderation is what kills the scroller and glider features. Any help with a workaround would be appreciated.

  68. Well, I put the comments back to unmoderated and it fixed the scroller and glider. However, both are back to non-functioning status again this morning, for no apparent reason. Nothing has changed since they worked last. Not sure what’s going on with the template and feel I may have to abandon it for another.

  69. david says:

    Please tell me how to control the number of characters to be shown for the “read more” feature in the posts.

  70. didier says:

    i new on forum y wanted download the blog zinmag tribune but the link not working what can i do for fix it? and download correct?

  71. Mark says:

    Great template! One thing, when clicking on a “labels” link (or any search tool)the destination page has the Content glider, scroller and featured content blocks remain and the search results below all of that mess. Is there a simple code snipet to have those items removed when a label/search is performed?

    **When you click on a specific post (ie “read more”) all those items are gone. Searches should look the same.

    Thanks for your input!

  72. [...] Tema Adı: Zinmag Tribune Renkler:Kahve Tonları Kolon:3 Yapımcı:Falcon Hive (Installation and Customization) [...]

  73. Project says:

    Hey falcon , I just downloaded and used your template in my blog but I am having trouble setting my links altogether. Could you help me with this? I was thinking if you could give me the entire template of the demo with all the stuff already written on it and ill just change it with my own content. Please reply, this could save me a lot of time. I’m an aspiring journalist.

    please send the template to this address project_wd@hotmail.co.uk. Thanks very much

  74. Charles says:

    Hello

    I love this template but am having some serious issues setting up the “Popular” and “Recent” widget buttons.

    I can’t get the popular button to work even though I paste the code above and change the “YOUR_BLOG_ADDRESS_HERE_WITHOUT_http://” to my blog, I still can’t get anything from it.

    The Recent widget gives me a blank screen so i can’t figure out how to configure the feed. Please help. I would really love to complete all the links, buttons and features on this template. You can email me to charles.cs at gmail

    Thank you.

  75. denebene says:

    Hi, thank you for this great template. I’ve been working to customize for a couple of weeks and almost finished. I want to implement this tweak (http://www.webupd8.org/2009/07/automatic-post-summaries-for-blogger.html) but couldn’t make it. Would you please help me how may I edit data:post.body section to make it work?

  76. jacobon says:

    please can someone help me out

    1- the drop down menu is shown behind the glider. anyway to move it in front?

    2- anyway to speed up the page loading?

    thank you

  77. Beben Koben says:

    oh my template \m/

  78. Kim says:

    bro,… my template…:(photo bucked…
    bandwidth…exeeded.. help me

  79. PrinceArnold says:

    I changed my domain name from a “.blogspot.com” to a “.com” and my scroller and glider stopped working. I need help.

  80. terima kasih, templatenya bagus banget

  81. Aloran says:

    Hey i just installed the theme, and edited a bit but the slider isn’t working http://lacordepress.blogspot.in/

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>