
| 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>




(45 votes, average: 4.67 out of 5)












lol. Wrong, the video on my new post is being hidden.. sweat.. I really dun know how to fix this. help.
ok. Just ignore all my previous message. Admin, please delete all my previous replies please. Sorry for spamming.
here is the solution for the problem which all the video that embed on a new post appear outside the minipost box on home page:
1) go to dashboard > layout > edit html.
2) press ctrl + f to bring up the search box.
3) type in “.meta{” in the search box. Then click Next button that beside the search box.
4) Once you search the word “.meta” on the edit html page, paste the following code above the word “.meta”:
.hentry object{
display:none;
}
That’s all, I do this on blogspot, it work perfect. I don’t know how is the setting in Wordpress, sorry.
I have 1 question: can display:none remove the video loading time? Or the page still take time to load the video while the video is hidden ?
from where can i add 125*125 ads and earn revenue ??
plz help !
I have been getting emails about people having trouble with the comments feature on this template. Do i need to change some code to activate it or anything, apparently the ads are affecting it for some people. Also when I post an entry with a video it doesn’t hide the video on my homepage it posts that as well so I have overlapping videos on my homepage. Finally in the four boxes down the side how do I get each entry onto a new line currently they are just sitting one after another ie News. News instead of News
News
Other than that I really like the template, thanks
Does anyone know how i can change the main body of the page. I know how to change the header picture and the background but how do you change the background of where all the post are at the main background?? Thax for any help.
Plz tell me how to customize the size of the thumbnail and he summary characters.
Thnx
i used this, the video wont hide on second pages example i put all english video on header bar when u click the english video all english video the same patern on main pages … all english video scatered there … any idea
[...] 23. Zinmag Remedy v2.0 [...]
that good and working theme i like it.
Hi,
I’d really like to use this template but I need to know how to change the color of the post space first (to white or cream-colored). The navy color just doesn’t work for me. Can you help?? Thanks! I appreciate your template
Hi!
I would like to help those who encountered the disappearance of slider arrow buttons in Zinmag Remedy 2.0, so I made a tutorial to fix Zinmag Remedy 2.0 slider arrows problem.
Great looking template, i’m going to give it a go. Thanks a million!
Hello,
I love this template!!!
I am trying to upload this template and I keep getting the error message:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog
I am using blogspot. I downloaded the zip and uploaded it and also tried opening the file with explorer, neither is working!
May you please help me thanks!