
| no. | Tested Criteria | Point | Pass | Fail |
| 1 | Template Support Available | 2 | ![]() | |
| 2 | Compatible with IE7 | 1 | ![]() | |
| 3 | Compatible with Firefox | 1 | ![]() | |
| 4 | Floating Content within post area | 1 | ![]() | |
| 5 | Auto adjustment within the post area | 1 | ![]() | |
| 6 | Proper Image Alignment | 1 | ![]() | |
| 7 | Proper Display of Commenting System | 1 | ![]() | |
| 8 | Proper Display of Links and Quick Editing | 1 | ![]() | |
| 9 | Proper Display of Blog Archive and Followers Gadget | 1 | ![]() | |
| 10 | Special Effect: Magazine Style | 1 | ![]() | |
| Total | 11 pts | 10 pts | ||
| Theme Score | 91% | |||
For the details of each of the tested criteria above, click here
Additional Info
Navigation Bar: Yes (2)
Search Bar: Yes
Welcome Message: No
Feature Content Section: Yes (3)
RSS: Yes (2)
Ads Space: Yes (3)
Video Space: Yes
Footer Gadget: Yes (4)
Zinmag Remedy Layout

Set up the First Header Navigation Bar
Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace the yellow-highlighted code with your link.
<li><a href=’#’ title=’#'>Edit</a></li>
For example,
<li><a href=’#’ title=’#'>Edit</a></li>
replace with
<li><a href=’http://www.bloggerstyles.com’>Zinmag Remedy Template</a></li>
Set up the Second Navigation Bar
Zinmag Remedy has a second navigation bar on the header, you can customize it with your own preferred link. Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace the yellow-highlighted code with your link.
<li><a href=’#’ title=’#'>Edit</a></li>
For example,
<li><a href=’#’ title=’#'>Edit</a></li>
replace with
<li><a href=’http://www.bloggerstyles.com’>Zinmag Remedy Template</a></li>
Set up the ‘Feature Slide Carousal’ on the top of the main page
You can find sliding carousal of featured post image on the top of the page.
To setup the slide carousal, go to Layout -> Edit HTML, check the ‘Expand Widget Templates’, then press [CTRL+F3] to find the code below and replace it with your images.
<a href=’YOUR-POST-LINK’ title=’YOUR-POST-TITLE’>
<img src=’POST-IMAGE-LINK.jpg’ width=’200′ height=’120′ alt=’#'/>
</a>
Set up the ‘Featured Content’ on the top of the main page
To setup the featured content, simply copy the code below, then go to ‘Layout’ and under the ‘Page Element’, clicks on the ‘Edit’ of the ‘featured content’, paste and edit the code with the your content.
<h2><a href=’YOUR-POST-LINK’ title=’YOUR-POST-TITLE’>YOUR-POST-TITLE</a></h2>
<p>You can put some part of post content here.</p>
Set up the Main Page’s Ads Space
To setup Google Adsense Ad Unit 468×15 Ads, go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and paste your Adsense ads code between the <!– Google Adsense Code Start –> and <!– Google Adsense Code End –>.
For example,
<div id=’ad1′>
<!– Google Adsense Code Start –>
<script type=”text/javascript”><!–
google_ad_client = “Adsense Code”;
/* 468×15, created 25/09/08 */
google_ad_slot = “7268671150″;
google_ad_width = 468;
google_ad_height = 15;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<!– Google Adsense Code End –>
</div>
How to hide article’s content on the main page
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 go to Settings -> Formatting, paste the code into the ‘Post Template’.
<span class=”fullpost”></span>
On the next time you write an article, you just need to add this line of code to hide the text. For example,
Suggested by msplash9 in Template Suggestion #1, Zinmag Remedy is a true professional magazine template with many unique features. <span class=”fullpost”>Discover this feature-rich dark remedy today to make it your ultimate template!</span>
Then the main page would show only the ‘Suggested by msplash9 in Template Suggestion #1, Zinmag Remedy is a true professional magazine template with many unique features’, while the other text is hid and only can be seen through ‘Read More’ click.
Set up the ‘Video of the day’
There’s a video section on the bottom of the mini post section, 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 go to Layout -> Page Element, clicks on the ‘Edit’ of the ‘video-entry’, 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.
Set up the Tabber
You can probably notice that there’s a gadget with number ’1′, ’2′ and ’3′ in the layout. By clicking the ’1′, you can actually set up the first part of the tabber with any gadget, same as clicking ’2′ and ’3′, which directs you to the setting of second and third part of the tabber.
Set up the ‘Highlight Reel/ Featured Content’ on the top of the sidebar
There’s actually got another featured content section installed on the top of the sidebar, which you can only access into the section through the ‘Layout’ or ‘quickedit’ button.
To setup the featured content on the sidebar, simply copy the code below, then got to Layout -> Page Element, clicks on the ‘Edit’ of the ‘featured content’, paste and edit the code with the corresponding item.
<img src=’YOUR-IMAGE-LINK’ width=’100′ height=’60′ alt=”/>
<div class=’fcats’><a href=’YOUR-CATEGORY-LINK’ title=’YOUR-CATEGORY-TITLE’ rel=’category’>YOUR-CATEGORY-TITLE-HERE</a></div>
<h2><a href=’YOUR-POST-LINK’ title=’YOUR-POST-TITLE-HERE’>YOUR-POST-TITLE</a></h2>
<div class=’auth’> Posted by Author </div>
<div class=’fmeta’> POST-DATE |
<a href=’YOUR-POST-LINK’ title=’Comment on YOUR-POST-TITLE’>ADD COMMENTS</a>
</div>
Set up the 125×125 Ads
You can change the 125×125 ads image to your own ads image. Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and edit the code with your own ads.
<a href=’YOUR-TARGETED-LINK’ rel=’bookmark’ title=’YOUR-ADS-TITLE’><img src=’YOUR-IMAGE-LINK’ alt=’#'/></a>
Set up the Email Subscribe button
You can personalize the email subscribe button to your own personal RSS. Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and change to your Feedburner ID.
‘http://feeds.feedburner.com/~e?ffid=YOUR-FEEDBURNER-ID’
Set up the Content page’s Ads Space
Zinmag Remedy also got an ads space under every single post, and you can setup the ads space with Google Adsense Ad Unit 468×60 Ads. To to Layout -> Edit HTML, press [CTRL+F3] to find the code below and paste your Adsense ads code between the <!– Google Adsense Code Start –> and <!– Google Adsense Code End –>.
<div id=’ad2′>
<!– Google Adsense Code Start –>
<!– /Google Adsense Code End –>
</div>
For example,
<div id=’ad1′>
<!– Google Adsense Code Start –>
<script type=”text/javascript”><!–
google_ad_client = “Adsense Code”;
/* 468×60, created 27/09/08 */
google_ad_slot = “0791433456″;
google_ad_width = 468;
google_ad_height = 60;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<!– Google Adsense Code End –>
</div>




(55 votes, average: 4.60 out of 5)










heeeey alvaris i have made a request for the image hosted zinmag remedy template…
Pls upload it some where plssssssssssssssssssssssssssssssss
i give this 99%
what about 1%? it’s too complicated setting for beginner, but i said, it worth for extremely great template
Thanks for your extremely high mark!
Yeah, what you said is true. I’m thinking to make this template easier to use, hope to release a comfortable version for beginner Blogger to enjoy.
That is gonna be great. Can’t wait.
Wish this was compatible with WordPress too. Too bad, it is so great. Credits.
Thanks for your credits!
It’s originally a WordPress theme and I adapted it to Blogger template, you can find the WordPress version in the following URL:
http://web2feel.com/zinmag-remedy/
Enjoy!:D
Alvaris Falcon
i love this templates but i failed to configure “headline today”. its not work
Thanks for your report, nice to meet you!
Can I have your blog address to know the problem further? Hope to hear more from you, thanks!
Alvaris Falcon
hey alvaris i love this template but Zinmag Remedy 1 and i located and applied through edit html……after that i’m not able to anything…. plz help
Awesome template , I am Really Thankful to its creators . Expecting More such Designs soon.
The template was very good.
i love this templates. but when i just upload it the search buttom in the top of the templates doesn’t appear. in a blog post ad comment also doesn’t appear. there is only read more. i hope you will fix this problem. Thanks for templates
one of the best pro template for blogspot blogger. i really like this template and found no flaws. real good job falcon. wish you make more template like this in future. it gets 5/5 from me.
Hello, I donwloaded the template but when I tried to uploaded I got an error msg saying that there are no XML elements. Could you please help me?
I really love this template.
Thanks in advance.
Hi Diego,
Thanks for your report! It’s common that the highly customized template would get error message, can I know more about the error message, probably the complete sentence? Hope to hear more from you, thanks!
Alvaris
Hi Opman,
I sincerely express my thanks for your praises to this template. I must say this is not yet the perfect template for serious Blogger to use, and we are working aggressively to make this template up to the ’5/5′ you put.
Again, thanks for your kind comment, I appreciate this very, very much.
Alvaris Falcon
Hi, I am the author of the FalconHive.com
We have received some great reports, and we need to recommend you that please do not download this version of Zinmag Remedy Blogger template if you concern about the SEO (Search Engine Optimization).
We (FalconHive.com) have officially took down the Zinmag Remedy Blogger template for maintenance to fix its compatibility for SEO. We are sorry for you inconvenience, thanks for your understanding.
Again, sorry to cause your inconvenience.
Alvaris Falcon
I’ve just downloaded this template yesterday and I really like this one. Hopefully you’ll fix the problem immediately
Thanks for your precious download! We have fixed all the issue and published the ‘Zinmag Remedy 2.0′ with total different layout to help you customize easier, you can now download the template in the following URL:
http://www.falconhive.com/2009/02/zinmag-remedy-20.html
Again, we thank you for support!
Alvaris Falcon
im having a problem when this template is viewed using internet explorer but it very good with mozilla firefox…
Thanks for your report! I have viewed demo in Internet Explorer 8 and it’s displaying properly, can I have your version of Internet Explorer?
Hope to hear more from you, thanks!
Alvaris Falcon
but i love the template so much,.
Dear sir,
According to me this is one of the best blogspot templates.Everything is working fine except the adsense.I have pasted the adsense code as you said but somehow the adsense ads are not appearing in my site
Thanks for your words and report! We have published the Remedy 2.0 that fixed the issue you reported, you can download the template in the following URL to solve the issue:
http://www.falconhive.com/2009/02/zinmag-remedy-20.html
Hope this helps, thanks!
Alvaris Falcon
is there any way that i can add new widgets to this template
Sure, what is the new widget you are willing to add into this template?
Hope to hear more from you, thanks!
Alvaris Falcon
Hai, I have a questions.
I don’t want the menus and submenus on edit, download, entertainment, etc.. and i did delete the code on the menus but the problem is when i try to saved the template, it doesn’t work.
Another question is, how can i add pictures in the boxes provided? it seems doesnt work when i try to put it.
Are there any solutions to my questions above? i really like and love the themes, i wanna use it for my blog but everytime i try to change the code, it doesnt work.
Please help me ASAP
Thank you
Thanks for your precious request! We have published the Remedy 2, which is the enhanced version of this Zinmag Remedy Blogger template, you can download the template and solve the issue in the following URL:
http://www.falconhive.com/2009/02/zinmag-remedy-20.html
Hope this helps, thanks!
Alvaris Falcon
Hey,
I love This template however one thing that is slightly frustrating is that the main content only seems to use half the available space and only once the view more button is clicked does it use all available space. Is there a way of changing this as I would love the main content to span the available space right from the blog homepage otherwise there is little room for image in posts etc without using the view more button.
Thanks,
Hey, I want to place this template to my blog collection template. Thanks
Is an error :” Upgrade To Pro Today” What i must to do?? Please help me
In your Preview is the same error.
Thanks,
Mike
Hi to our precious reader,
Thanks for all your report about the error of the image display, we have encountered an issue from Photobucket, which you can find the detail here:
http://www.falconhive.com/2009/02/blackout-of-photobucket-account.html
We would fix this issue in these 3 days. Until then, we ask your forgiveness for the inconvenience and patience to wait or visit the article above to get another useful solution, thanks!
Alvaris Falcon
hello,
I can not edit the template.
I do not have the option to edit the image as suggested above with the title Zinmag Remedy Layout.
I want to know how to put the images in correct locations and put all the work!
I await response, thanks
Upgrade to Pro Today! what is this????
hi…
thanks!! it´s a really nice template…Unfortunally I downloaded the oldest version and work over it!!!
Anyway…i´d like to know how can i make my posts go to an arquive monthly and do not appear at the page?
thanks
man i need help at my web i want to change template to this 1 but file want upload so can some1 do it for me
Hey Alvaris Falcon,
I really like your work. I especially like the Zinmag Remedy and downloaded the 2.0 version.
Question: Do you have a lighter colored version e.g. a white background w/ dark font? If not, how much would it be for you to do this, or how would I go about doing this?
Thanks-Noah
Please note that the Feature Slide Carousal do not work . Now the slide are in a box with the sidebars …
hola queria saber como resolver un problema con esta plantilla es excelente.. me encanta y me gustari seguir usandola…el problema lo tengo con.. el carrusel.. de arriba no aparecen las flechitas laterales para que .. corran las imagenes no se si me explico.. cualquier cosa.. me pueden ayudar les agradezco.. es.. realmente… muy buna…!!!!
[...] would host the JavaScript file for our template such as Zinmag Remedy and Zinmag Primus for more 7 days, and probably stop our hosting service at 10 April 2008 Malaysian [...]
Hi our precious reader,
Thanks for all your concerns about JavaScript file hosting for all our Blogger templates that mainly causes the mess of your blog’s layout. I apologize for the stopping of the JavaScript hosting service, as we have actually announced the news in BloggerStyles on 3 April 2009.
I have uploaded the Zinmag Remedy Blogger template with JavaScript file inside, you can download on the following URL:
http://www.box.net/shared/5jhlld9oj5
You can refer to our announcement and suggestions in the following URL:
http://www.bloggerstyles.com/we-would-stop-our-javascript-hosting-service/
Inside the post probably got the best suggestion for you to host the JavaScript file and keep the file running as long as you want, based on the hosting package you chose.
Again, sorry for the inconvenience and thanks for your understanding. We would be here to solve any other possible issue, thank you!
Best regards,
Alvaris Falcon
[...] Remedy [Demo | Release Page] – A two/three column template with advertisement options, extremely unique features, and a [...]
I was wondering if it is possible to place an image in the header section instead of just text? I would like to place the image flush along the top of the menu.
I have tried to use the Blogger menu to place the image for the header widget but it moves the menu items.
Thanks,
David
i have use this themes.. its great themes… very nice.. but i have one trouble when edit highlight reel.. i have place image url.. but cant be display…. and i want to ask ” how to make a category?”.. i’m a newbie.. thanks for this themes and your answer…
regard
Thanks for your report! Can I get your blog address to know the issue further? Thanks!
Hello admin,
I am a starter , so can you help me regarding the editing part.i dont understand this [ctrl+f3] part.when i press ctrl+f3 nothing happens.so can u help me editing.
U being admin can see my email id right.so can u contact me ?
Thanks for the request! [CTRL+F3] is actually a keyboard shortcut, you can find the explained code in the ‘Edit HTML’ mode if the shortcut does not have any effect, hope this helps!
Alvaris Falcon
Is it possible to add top banner-ad on the right side of the blog title?
Thank you
Sure, you can modify some CSS code to achieve it.
Alvaris Falcon
Hey Alvaris This Is an amazing template but the problem i have is that i am new to blogging and not very familiar with html and css..
Could u tell me how to edit the slide courasal…
My blog is http://www.myezalor.blogspot.com
And i edited the codes and put the links of my images but there seems to be an error.
They get linked tot the posts but the images can be seen sometimes where as most of the time you cant see them,…
And the second problem is how to chance the mini posts size?
And how to change the size of the images that are displayed on them….
Please tell me a fix asap….
Nice to meet you, thanks for your detailed comment!
Sure, you can set up the entire Zinmag Remedy template by refer to the post below:
http://falconhive.com/2008/12/blogger-template-zinmag-remedy/
Enjoy customizing and blogging!
Alvaris Falcon
Прикольный блог. Надо будет в ридер занести
здесь видел ет gamebulletin.ru
Hi! Thanks for the template. It’s my first time setting one up. I’m following the instructions: Unzipped… Uploaded the “Images_please upload first!” images to Photobucket and am putting my unique URL in the code on the “Edit HTML” page. But it seems like there’s some CSS that refers to an image not in the provided folder: readm.jpg
Here’s the css from the template:
.featmeta{
height:22px;
text-align:right;
padding:3px 5px 0 0;
background:url(http://i36.photobucket.com/albums/e2/alvaris924/Zinmag%20Remedy%20Project/readm.jpg) right no-repeat;
}
Is this needed?
It seems like “postinf.jpg” is also missing from the supplied images. (see my previous post.)
.postinfo {
height:28px;
margin: 0 0 0 0px;
padding: 2px 0px 0px 0px;
background:#34424F url(http://i36.photobucket.com/albums/e2/alvaris924/Zinmag%20Remedy%20Project/postinf.jpg)repeat-x;
}
why do the videos that i have in my posts show up on the main page and how can i fix this
Sure, can I have an example post address to understand the issue further? Thank you!
Alvaris Falcon
can anyone tell me why my site isnt compatible in IE
DormMedia.com
Thanks
Thanks for your comment! Can I know the version of the Internet Explorer you mentioned about? Thank you!
Alvaris Falcon
I am having a problem with the header image..I have tried to use the Blogger menu to place the image for the header widget but the image doesn’t show..
I use this templete for my men’s style blog and love it but my search box doesn’t seem to sit just above the navigation bar. It positioned way above it. Would anyone have any suggestions on how to fix this problem?
How to add this JAVA script to the blog.
glide,jquery,slider, tabber
can we show page number system below post page like your site.
please reply.
Hei. Yesterday the picture slideshow on top becomes many rows, and the Previous and Next buttons are disappear. What happen? Can you fix it ?
awesome template, but i have a problem.
How can resize the image of the mini post?
attached a picture http://img529.imageshack.us/i/minipostblog.jpg/
<>
Haha. I am facing this problem too. There are 4 mini posts at the center of the index page, it is like 4 small boxes. The 4 boxes show the latest 4 posts. The words and the pictures on the post can fit inside the boxes but the video cannot fit inside the boxes, you try to create a new post then embed a you-tube video into the post then publish it. Then you will see the big video screen on the index, it is like….er… the box cannot keep the video because the video screen is too big. Understand? How to fix it? Why the mini post box can lock image and words inside the box but cannot lock the video in the box?
Addition info. The mini post box can keep the video inside the box if I open the page on Internet Explorer. The mini post box CANNOT keep the video inside the box if open the page in Mozilla Firefox.
ok. I success to fix it. Use to lock all the videos that embed on the new post.
For example:
On the new post:
Your videos
On the template html editor:
search for “.hentry img”
paste the following code to below “.hentry img”:
.hentry#video {
visibility: hidden;
}
This code can fix the problem of videos in the latest post are shown on the index page.
I have 1 question, visibility:hidden can remove the loading time for retrieving the video? If cannot remove the loading time, what is the css code to remove the video on index page? Since I want the video appear on my post page, I don’t want it appear on my index page.
ok. This website delete my html code… sweat. It is ok, I try to retype in other way.
ok. I success to fix it. Use to lock all the videos that embed on the new post.
For example:
On the new post:
(shift + the button on the right of “m” button)div id=”video” class=”hentry”(shift + the button on the left of question mark button)
Your videos
(shift + the button on the right of “m” button)/div (shift + the button on the left of question mark button)
Sorry about my stupid way to show message =.=