Zinmag Futura


This day, I would like to launch Zinmag Futura Blogger Template. This template is originally from WP Theme and made by Jinsona. Then I convert it to Blogger Tempate.

Thanks dude... for creating a very nice WP Themes.

Overview:
Name : Blogger Template Zinmag Futura
Original From : Zinmag Futura WP THEME
Original Author : Jinsona Designs
Converted to blogger by : Cahaya Biru

Template Feature :
1. Magazine Style with inline posting
2. Auto readmore included
3. Glide Content with up-down toggler
4. Slider with right-left toggler
5. Featured Post
6. Nice Chocolate Twitter Header
7. Post Focus included**
8. Menu

**Post Focus, its mean that you will not see the Slide, Glide, and Featured section when you enter the single post article. I have another name of it "You can see me in front, but not in behind"... heheheh :D

Any theory about it?? tell me...

Clearly, The Slide, Glide, and Featured secton is all gone when you enter the single post article. Isn't it very nice dude .... :)


Clean and Nice Organized of Futura Page Element

On the other hand, when you go to page element, You will not see any pictures in there. This page element is really private setting for you... It is clean and well organized as a framework of your blog. In the same time, The featured, Glide, and Slide section, is locked. Every widget that locked have the same color with the background. So that you can not remove or drag-drop. Why?? Just because They are the special widgets of Zinmag Futura.

You could change the setting, but we are not recommend it, only if you know about HTML code. I bet you know better than me... :) how much.... 20 bucks...100 bucks... heheheh just kidding about the bet. I don't like gambling either... it is forbidden in my believe... :)

This template has been tested in following browser :
1. Mozilla 2.xx (running well, no overflow, but the slide link is not shown)
2. mozilla 3.0x (perfect)
3. Internet Explorer 6 (running well, no overflow, but png image not shown)
4. Opera 9.0 (find)
That old browser is only tested tools. New Versions of it will show better.


Let's see the demo, from your computer, right guys.... !!! :D


Customizing Featured Widget (MANUALLY)


Oh.... well... now we are here.... Customizing Every Featured in Futura.

The Blogger Template Zinmag Futura is different from its versions in WP Theme. In WP themes, you can set all features into control panel by “semi-automatically”. But, in here, blogger, Zinmag Futura have to set manually.

Now I would like to explain how to customize the featured.

Customizing Menu
0. Go to Layout -- Edit HTML
1. Find (Ctrl+F) this
  • SUB-TITLE-LINK-ADDRESS
  • GROUP-TITLE-LINK-ADDRESS
2. Change it with your own targeted link.
3. Then, you have to change the title that inline the link, you will see:
  • GROUP TITLE
  • SUB TITLE
  • FRONT TITLE
  • SUB FRONT
4. Change it with your own title

5. Save the template

Customizing TWITTER
1. Go to EDIT/HTML, click expand widget template
2. find (Ctrl+F) this word:
TWITTER-ID-TWITTER
3. change all that word with your ID
4. Save The Template

example:
<script src='http://twitter.com/javascripts/blogger.js' type='text/javascript'/>
<script src='http://twitter.com/statuses/user_timeline/cahayabiru.json?callback=twitterCallback2&amp;count=5' type='text/javascript'/>

After That, Go to Add Page Element Tab, then read the explanation below.

Customizing The Slide (below the menu) :
The content in slide widget have a structure. I will explain to you the structure of image slide , please read below :

<!-- *********** BEGIN OF PER CONTENT *********** -->
<div class="panel">
<img width="200" src="IMAGE-SOURCE-ADDRESS-HERE" height="120"/>
<h2><a href="YOUR-LINK-ADDRESS-HERE" title="Batman">TITLE LINK HERE</a></h2>
</div>
<!-- *********** END OF PER CONTENT *********** -->

change the word :
"YOUR-LINK-ADDRESS" with your own targeted link
"IMAGE-SOURCE-ADDRESS-HERE" with your own hosted image
"TITLE LINK HERE" with your own word. It will appear in the web
And Remember, the size of picture is 200px width and 120px height

If you want to add more slide, just copy-paste another one of the structure above, then edit image source address, title link, and link address.

In Futura, The structure have to like that.
You could change it, but we are not recommend it, only if you understand javascript that have set by Jinsona Design.

The example of slide (5 content) :

<!-- *********** BEGIN COPY *********** -->

<div class="panel">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/bats.jpg" height="120"/>
<h2><a href="http://futura-demo.blogspot.com/2009/02/dont-cry.html" title="Batman">Batman</a></h2>
</div>

<div class="panel">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/obama.jpg" height="120"/>
<h2><a href="http://futura-demo.blogspot.com/2009/02/dont-cry.html" title="Obama">Obama</a></h2>
</div>

<div class="panel">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/britney.jpg" height="120"/>
<h2><a href="http://futura-demo.blogspot.com/2009/02/dont-cry.html" title="Test postin paragraphs and words">Test postin paragraphs and words</a></h2>
</div>

<div class="panel">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/pitts.jpg" height="120"/>
<h2><a href="http://futura-demo.blogspot.com/2009/02/dont-cry.html" title="Post with links">Post with links</a></h2>

</div>

<div class="panel">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/shooter.jpg" height="120"/>
<h2><a href="http://futura-demo.blogspot.com/2009/02/dont-cry.html" title="An ordered list">An ordered list</a></h2>
</div>

<!-- *********** END OF COPY *********** -->



Customizing The Featured Post :

The featured post is a place that make your reader know about your featured post. In this Zinmag Futura, The featured post is recommended only for one content.

The Structured of content in featured post widget :

<!-- *********** BEGIN OF PER CONTENT *********** -->

<span class="cat"> Posted under <a href="YOUR-LABEL-LINK-ADDRESS" title="View all posts in Featured" rel="category">LABEL-TITLE</a> </span>
<h2><a href="YOUR-TARGETED-LINK-HERE" title="Batman is back">TITLE-HERE</a></h2>

<div class="fentry">

<p> <a href="YOUR-IMAGE-LINK"><img class="alignnone size-full wp-image-28" title="batmans" src="http://web2feel.com/demo5/wp-content/uploads/batmans.jpg" alt="" width="240" height="150" /></a> TEASER-TEXT-OR-SHORT-PARAGRAPH ---- HERE
</p>

<div class="featmeta"> <a href="YOUR-TARGETED-LINK-HERE">Read More</div>

<!-- *********** END OF PER CONTENT *********** -->

Change all word :
  • YOUR-LABEL-LINK-ADDRESS with your label address of article
  • YOUR-IMAGE-LINK with your own image hosted link
  • TEASER-TEXT-OR-SHORT-PARAGRAPH with your own article text
  • YOUR-TARGETED-LINK with your post article that related with teaser text.

The Example Content of Featured Widget :

<span class="cat"> Posted under <a href="http://web2feel.com/demo5/?cat=8" title="View all posts in Featured" rel="category">Featured</a> </span>
<h2><a href="http://web2feel.com/demo5/?p=19" title="Batman is back">Batman is back</a></h2>

<div class="fentry">

<p> <img class="alignnone size-full wp-image-28" title="batmans" src="http://web2feel.com/demo5/wp-content/uploads/batmans.jpg" alt="" width="240" height="150" /> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.</p>

<div class="featmeta"> <a href="http://web2feel.com/demo5/?p=19">Read More</div>

Customizing The Glide in Futura
The Futura Glide is a featured above main post area that have up-down toggler. When you click the toggler, the content will change up and down.

The Structure Of Per Content Of Futura Glide :

<div class="glidecontent">
<span class="cats"> <a href="YOUR-LINK-ADDRESS-HERE" rel="category" title="View all posts in Featured">TITLE-HERE</a>, <a href="LABEL-LINK ADDRESS-HERE" rel="category" title="View all posts in Uncategorized">CATEGORIES OR LABEL HERE</a> </span>
<h2><a href="YOUR-TARGETED-LINK-HERE" title="Batman">TITLE HERE</a></h2>
<div class="hentry">
<img width="200" src="IMAGE-ADDRESS-HERE" height="120"/>
<p>TEASER TEXT OR SHORT PARAGRAPH HERE [...]</p>
</div>
</div>


Example Content Of Glide in Futura (3 content) :


<!-- *********** Begin Copy *********** -->
<div class="glidecontent">
<span class="cats"> <a href="http://web2feel.com/futura/?cat=8" rel="category" title="View all posts in Featured">Featured</a>, <a href="http://web2feel.com/futura/?cat=1" rel="category" title="View all posts in Uncategorized">Uncategorized</a> </span>
<h2><a href="http://web2feel.com/futura/?p=42" title="Batman">Batman</a></h2>
<div class="hentry">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/bats.jpg" height="120"/>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem [...]</p>
</div>
</div>

<div class="glidecontent">
<span class="cats"> <a href="http://web2feel.com/futura/?cat=8" rel="category" title="View all posts in Featured">Featured</a>, <a href="http://web2feel.com/futura/?cat=1" rel="category" title="View all posts in Uncategorized">Uncategorized</a> </span>
<h2><a href="http://web2feel.com/futura/?p=42" title="Batman">Batman</a></h2>
<div class="hentry">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/bats.jpg" height="120"/>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem [...]</p>
</div>
</div>

<div class="glidecontent">
<span class="cats"> <a href="http://web2feel.com/futura/?cat=8" rel="category" title="View all posts in Featured">Featured</a>, <a href="http://web2feel.com/futura/?cat=1" rel="category" title="View all posts in Uncategorized">Uncategorized</a> </span>
<h2><a href="http://web2feel.com/futura/?p=42" title="Batman">Batman</a></h2>
<div class="hentry">
<img width="200" src="http://web2feel.com/futura/wp-content/uploads/bats.jpg" height="120"/>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem [...]</p>
</div>
</div>

<!-- *********** END OF COPY *********** -->


PLEASE DO NOT REMOVE THE FOOTER CREDIT...
Creative Commons License
Zinmag Futura Blogger Template by Cahaya Biru is licensed under a Creative Commons Attribution 3.0 United States License.
Based on a work at cahayabiru-sphere.blogspot.com.
Permissions beyond the scope of this license may be available at http://www.cahayabiru.com/2009/02/blogger-template-zinmag-futura.html.


that's all guys... Any question or comments, leave in comments box below.... If you like my work and want to help me increase this blog .. . you could press donate button .... :) :) ...

ENJOY THE FUTURA ........ :)

63 comments:

cebong ipiet said...

wehheehe selamaad..tak promosiin wes...aku nggae templet cewek maneh xixixiix..semangaad...yg letop nya baru..

dadz said...

bosss...thank's templatenya...tapi yang tab yang recent post ko g bisa jalan ....

Alert said...

Too good Cahaya.

A.B. said...

amazing stuff

Cahaya Biru said...

@Cebong; thanks....ms cebong

@dadz; that is HTML Javascript gadget. Try to find the recent post script...

@Alert; "too good", oh man... I hope you like it...

@A.B.; thanks AB..

rampadan said...

wah, templatenya keren keren ya..
oiya, ada template yang sederhana gak?
tapi yang elegan..
yang loadingnya cepet gituh..
hahahaha
ada gak ya?
soalnya mau ganti template tapi belum nemu yang cocok nich..

Cahaya Biru said...

@Rampadan;
There will be a simple in here ...
don't worry mr rampadan ... :)
thanks for drop by ...:)

evyta said...

This is great bro, subhanallah. Very amazing, really. I don't know how to say hahaha....

You're the expert I think. I'll learn from you someday

Aldrin said...

Hi Cahaya,

First of all, I want to congratulate you for a job well done!

I have a question though, how do you point the present date (or maybe the time as well) next to the clock icon at the top left corner?

Thanks!
Aldrin from the Philippines

Photoblogger said...

This is by far my favorite theme, and also the most difficult one Ive ever worked on..

Question:
1.How come the google adsense does not show?

DARK said...

help to increase the size of miniposts this template in height ?

Cahaya Biru said...

@Aldrin; I still find the way... :)

@Vanjohn; you have to convert the adsense code to entities tag
find in any web that give converter html to entities. After converting, paste your code to in sidebar or below post body... wherever you like...

@Ademir; in your futura xml, find this:
.centry {
margin:0 0;
padding: 0px 5px 5px 5px;
height:120px;
overflow:hidden;
}

the height is 120px, now you can change it in whatever size...

Targus said...

Please check link! @ "Invalid File. This error has been forwarded to MediaFire's development team."

Cahaya Biru said...

@targus; sorry, for the link... now is done... you can download it

Anonymous said...

hi cahaya biru

thanks for the wonderfull template

i m using it....i have converted adsense tags and hv put it under post body

but the problem is adsense ads are not coming up on post page but the are only coming on homepage under post title....not on post pages....and also man how to use related posts code in this template that is also not working...

or can u tell me where to put it???

please help

Cahaya Biru said...

@Anonym; Where is your address???

sahil said...

oh yea sorry...the web address is http://mtvroadies05.blogspot.com

please have a look

Cahaya Biru said...

@sahil; you remove the footer credit. Sorry, I won't help ...

Amanda, Licensed Psychologist in Sweden said...

Cahaya Biru:

Thank you for going to all that detailed work - and then sharing it with the rest of the world!

It's way past my bedtime now, but I'll be trying to upload it to my blogspot tomorrow.

Cahaya Biru said...

is this amanda bloggerbuster??
thanks for dropping by in my simple blog... :)

Sunt said...

it's a problem.. i can;t put your template.. it show me : more than one section of header you have... " :| what can i do? :|

Cahaya Biru said...

@Sunt; mine is OK. Why the problem held in you???
did you have special setting of your blog before??

the problem that you have is because of You have more than one header section.
To solve it, find the other one header section, and delete it.

1. go to layout -- edit html (no need to expand widget template)
2. find this

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Zinmag Futura Demo undefinedHeader)' type='Header'/>
</b:section>

After that, delete that code....

if the problem still occurs, send your template xml file to my e-mail.

probluelight@gmail.com

Pr. Fábio dos Santos said...

PROBLEM - HTML
more than one section of header you have... "
I what can i do?

Cahaya Biru said...

@Sunt and Pablo; I have to admitted that the mistake is in me. Yes, I have set 2 header section.

Sorry for that. I hope you understand about it.
There was 66 people download it. Also, In this reply, I have to say sorry.

If there is such that problem again. Please press download link again. I have updated the zip file, this night. 11 March..

Cafe Handmade said...

Hi Cahaya,
Great theme. Is there any way to change the color of the slider?

Cafe Handmade said...

Hi,
Great theme. Is there any way to change the color of the slider?

Open door to everyone... said...

Very pleasing template indeed.

Cahaya Biru said...

@Cafe Handmade; you mean that the color of right-left panel of slider?? yes. the panel use image, so that you have to edit it in photoshop or alike. Go to layout, edit html:
find this:
http://tinyurl.com/67o6qp for left panel.
http://tinyurl.com/6cccum for right panel.
copy that image, then edit it.

after you change it, please consider about the border of every image of the slider. find this code:
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #970504;

change the #970504 with whatever HTML color code...
that's all.
Have a nice try.. :)

@open door; thanks for your appreciation

Cafe Handmade said...

@Cahaya,
Thanks! It worked. Do you know how to remove the Blog Name from the header? I inserted a banner and do not want the blog name over it.

Cahaya Biru said...

@handmade: go to LAYOUT -- Edit HTML -- checked expand widget template.
find this code... (use ctrl+F )
<b:if cond='data:blog.url == data:blog.homepage'>
below that code you will see this :
<data:title/>

delete <data:title/>
save your template. That's all. :)

Asmaa said...

Thanks for such a lovely theme
i cant seem to show up the slider properly side images for left and right are missing . and when i place more images there is a scroll coming?
secondly i cant seem to post content to FEATURED ARTIST SECTION
can you please help?

Cahaya Biru said...

@Asmaa; Please read my recent post. I explain the cause and the solution.
http://www.cahayabiru.com/2009/03/black-out-black-out-black-out-script.html

Izquierda Unida Benalmádena said...

Hello!!!
I had this theme in february and it worked fine,but now i dont know what happened.Look at my glide content and the up part.This is my page:

http://iubenalmadena.blogspot.com/

If you can repare this damage im going to thank you, this is very important.

Sorry for my accent(Im spanish)

Thanks

Izquierda Unida Benalmádena said...

hello!!!

I had this theme on my blog and it worked very fine,but now i have a problem in the up part and the glide content.
Can you help me?
Please, its very important.
This is my page:
http://iubenalmadena.blogspot.com/

I hope you can help me on this problem.

Thanks

Cahaya Biru said...

@Izquirda; the problem is because the javascript are not function. It is blocked by Original Designer.
Please read my recent post and go to this page
http://www.cahayabiru.com/2009/03/black-out-black-out-black-out-script.html

Dr.Alaa fakhri said...

really ...it is amazing template ..long time u spent in design it ..and big heart to share it..thank u very much

Cahaya Biru said...

@Dr. Alaa Fakhri; Thank you for your appreciation.. :)

julio said...

hola

como hago para cambiar READMORE y ADD COMMENTS por texto en español
por ejemplo "comentario" y "leer Mas"

grcias

Andres said...

hola

tengo 3 preguntas:

1. quisera saber puedo como cambiar
"ADD COMMMENT AND READ MORE" por texto en español como por ejemplo "añadir comentario y leer mas"

2.donde le cambio el tipo de letra y tamaño del post

3.donde puedo colocar codigo de adsense para que aparezca dentro del post

gracias...

♫ılılı.Didi @rt´s.ılı.♫ said...

Zinmag Futura pagina com defeitos na pagina de slider ;(
Tem como concertar esse defeito?

♫ılılı.Didi @rt´s.ılı.♫ said...

Template Zinmag Futura, tem como concertar ai a parte que coloca imagem slider... add msn -> didi_gravacoes@hotmail.com

Ronny Dee said...

From the bottom of my heart I want to type in English but when I touch the keyboard it becomes Bahasa.....Bagus banggets, Great Job. Excellente Mr Daru. GBU

Cahaya Biru said...

@DIDI; You have to install the JS script....
@ROnny Dee; Terima Kasih
@Andres and JULIO; Go to LAYOUT -- Edit HTML -- expand widget template
find READ MORE and ADD COmment

Change that words with your own.

To all, Have a nice blogging... :)

Sol said...

Aid, my I installed the group but the videos leave outside margins.Please, somebody that helps me

Anonymous said...

He,

Thanks for the great template!

Is it possible to delete the content glider and the features section, so that the posts come below the slide? Otherwise people keep saying that they can't find the posts..

Hasan said...

Thanks Daru, engkau sungguh baik hati. God bless u.

Tycos Production said...

Hello, How to put shout mix in this template?

GMHarvzliar said...

im really having a hard time personalizing the template... :(( i just wanna change the color motif to black and orange.... help please...

Orlando said...

Gracias.

Mei said...

Thanks for your beautiful template! I'm using it now!
Thank a lot!

Bob Black said...

I love this template! Thank you so much for sharing it :) Could you please tell me how to change the header?

Admin said...

Nice Template. But i have a question. How to remove twitter updates and shout box?

Admin said...

Nice template. But I have a question. How to remove Twitter updates and Shoutbox?

Lydie Dee said...

Hello Caya !

I'm now using this great theme on my blog but i have a problem with Internet Explorer... (so bizarre, lol !). As you will see, i had modified it... a lot ?! Everything is OK on Firefox. But on IE, look at the Magbox, "postinfo" section : the image of the background doesn't appears ! Horrible !!!

Can you please help me ?

Thanks for your great job and sorry for my bad english !

Kisses from France,
Lydie.

tvn.rahul said...

thanks i take it

mlapage said...

I have been trying to use this theme for many weeks, I can't seem to get it to work. I like the theme, so I am still working on it.
However, I am having a problem with the alignment of the three boxes (Recent Posts, Tag Cloud and Recent Comments) at the bottom of my blog. Can someone help me with this? Using WP 2.8.
See http://sciencesphere.net/
Thanks

Friends of Joo Chiat CC YEC said...

I've some problem with the blog posts, is it possible to like enlarge it? Cause the photos are like being cut off into half because of the limit space. Reply me ASAP. thx (:

Lo Nuevo de disney said...

Hey please, is so important..
In my template, this one, i can't find this image http://web2feel.com/images/omega.jpg and http://web2feel.com/images/alpha.jpg
I need change it by my own images and do that my blog looks better.
Please, is so important.
i go to Edit/html and everythnig but i can't find it...
I need a answer is soo Important pleas, help me.

Where are that images?

Lo Nuevo de disney said...

........... and The images of the minipost are in other size and looks Terrible..
Please tell me how i cant change the size and do that looks good.
This is my URL http://dirtycelebritynews.blogspot.com/
is soo important, thanks!

Cahaya Biru said...

@Lo Nuevo: that omega.jpg is not there. You can delete it.

About, the image size in futura, it use old or No Auto Thumbnail read more. Because of that, the image in post is look terrible.

Are You Familiar with HTML?

Lo Nuevo de disney said...

I don't understand you
1. I can or I can't find the images omega.jpg and alpha.jpg?
2. Do I can or can't change the minipost images?

Be clear please, thanks!

Cahaya Biru said...

1. If you did not find it, just leave it. It's ok.
2. Yes, You can. What size do you want??

alialaa said...

hi, can I remove the blog posts box or enlarge it to it's actual size because any big images or videos are sort of cut out in home page.

plz reply.

Post a Comment

Blog Archive

Free Blogger Template Cahaya Biru

Followers

Search This Blog