Anime Visual WordPress Theme
This is the cutest free* premium wordpress theme made in anime style. Version 2.0 extended. Key feautes:
- anime look and feel
- five different headers
- built-in featured content slider
- beautiful comment form, buttons, etc
- theme option page
- post images
- auto thumbnail resize
- adsense ready
- Turn off feature
- crossbrowsing
- XHTML valid
Demo:
http://www.animevisual.com or http://demo.animevisual.com/
Installation & Usage:
- Extract the theme files from the .zip file.
- Using an FTP client upload anime-visual-theme folder to /wp-content/themes/ directory
- Login to Wordpress, select Design -> Themes. Then click on the Anime Visual, choose Activate.
- Select Design -> Anime Visual Options and customize the theme.
- Set chmod 777 for cache folder. (in nT version you won’t find this folder)
Using post images via custom fields:
- When creating a post, select Add an image and upload any image you want to use as a post image.
- Add new custom field with the key “postimage” and paste thumbnail url in the value field.
- (nT version only) Add new custom field with the key “slideimage” to show slide image.
For those who have problem with post images: In the value field of positmage remove http://www.site.com/ and leave just image url without site url! ex. use /wp-content/uploads/image.jpg instead of http://www.site.com/wp-content/uploads/image.jpg
Still got problem with displaying post images? Download nT version.
License:
GPL
Download:
Simple View mod (Show full posts on the main page): http://www.animevisual.com/download/10/
nT (no thumb.php) version: http://www.animevisual.com/download/8/
Header PSD: http://www.animevisual.com/download/13/















Saturday, 9 January, 2010 at 10:32
Well ty for the theme but i need a little help can u take a look at my website: http://www.denkikoiji.com it is with the first 4 little links/posts it is repeating them and i was wondering why it was doing this.
Sunday, 10 January, 2010 at 20:24
Hello, Thank you for your theme!
but I have a little problem, see
http://img41.imageshack.us/img41/6809/imagemzs.png
can you help?
Sunday, 24 January, 2010 at 13:26
How can I make the “header image” changed, for example, on a daily basis (eg 00:00)? ani1 -> ani2 -> etc?
Thanks.
Monday, 25 January, 2010 at 6:11
2Alexndreapt:
so, whats the problem?
2Phantom:
Well, I guess u should search for some JS, and then depending on conditions load header style.
Wednesday, 27 January, 2010 at 3:50
Adding a bookmark in “header” does not work: (
Saturday, 30 January, 2010 at 0:35
What browser u use?
Sunday, 31 January, 2010 at 9:43
Opera, IE, Chrome.
works only(!) in Mozilla.
—
Also, I have not worked slideshow “featured content”. I set chmod 777 to cache folder. It is interesting that the “localhost” works, but on my server no.
Maybe it is necessary to set some additional attributes?
Tuesday, 2 February, 2010 at 9:34
Well that problem can occur when Safe Mod is On
Tuesday, 2 February, 2010 at 11:06
How i know have “safe mode” or not?
And how i can it turn off? In php.ini?
P.s.: Sorry for my English.
Thanks.
Wednesday, 3 February, 2010 at 9:20
Create info.php on your server and insert the following code:
< ?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
then run info.php and search for Safe_Mod value
…and let me know^^
Wednesday, 3 February, 2010 at 17:01
Directive Local Value Master Value
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir ~ ~
—
“Safe Mode” the disabled.
Here: http://www.animatm.com/. It may help.
By trying different ways, does not help…((
Wednesday, 3 February, 2010 at 22:52
Oh! Now I see! Well there’s conflict between Java scripts. Try to deactivate WP-Poll plugin and see. Alas, there’s no other way to work.
Anyway, you can use http://www.featuredcontentgallery.com/ instead of built-in slider. Just download and install it and then open index.php and replace the following code
——-
<div id=”featured” >
<ul>
<?php
$ani_featured_slide = get_option(‘x12_featured_slide’);
$my_query = new WP_Query(“cat=”.$ani_featured_slide.”&showposts=5″);
while ($my_query->have_posts()) : $my_query->the_post(); ?>
<li id=”nav-fragment-<?php the_ID(); ?>”><a href=”#fragment-<?php the_ID(); ? rel=”nofollow”>”><img src=”<?php bloginfo(‘template_url’); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, ‘postimage’, $single = true); ?>&w=50&h=44&zc=1&q=100″ alt=”" /></a></li>
<?php endwhile; ?>
</ul>
<?php $my_query = new WP_Query(“cat=”.$ani_featured_slide.”&showposts=5″);
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
<!– Slide Content –>
<div id=”fragment-<?php the_ID(); ?>” style=”">
<img src=”<?php bloginfo(‘template_url’); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, ‘postimage’, $single = true); ?>&w=368&h=256&zc=1&q=100″ alt=”" />
<div >
<h2><a href=”<?php the_permalink() ? rel=”nofollow”>”><?php the_title(); ?></a></h2>
<p><?php ani_content_limit(150, “Read More →”); ?></p>
</div>
</div>
<?php endwhile; ?>
</div>
——-
to
——-
<div id=”featured”>
<?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>
</div>
——-
Dont forget to setup Featured Content Gallery.
Friday, 5 February, 2010 at 5:22
Your gallery is much better.
This i do not like. Maybe hand curves of course:))
But it cuts picture is very ugly. I’ll try to find another.
Friday, 5 February, 2010 at 5:31
All problems are likely due to the fact that I use WP 2.9.1. Plugin is compatible only up to 2.7.1.
Sunday, 7 March, 2010 at 0:47
I can’t add thumnail for my post,
I do like conduct but it not work.
help me!
Sunday, 7 March, 2010 at 12:41
well, use local images instead of remote hosted.
Don’t use images like http://i139.photobucket.com/albums/q307/kyogre_211/mm.jpg, just save it and upload it via wordpress built-in uploader to your host.
Monday, 8 March, 2010 at 0:51
can u explain what is local images? and show me a example. pls
Friday, 12 March, 2010 at 14:05
heres my header code:
<html xmlns="http://www.w3.org/1999/xhtml" >
<meta http-equiv="Content-Type" content="; charset=” />
Search Results for "" • •
$(document).ready(function(){
$(“#featured > ul”).tabs({fx:{opacity: “toggle”}}).tabs(“rotate”, 5000, true);
});
<meta name="generator" content="WordPress ” />
<link rel="stylesheet" href="/header.css” type=”text/css” media=”screen” />
<link rel="stylesheet" href="” type=”text/css” media=”screen” />
<link rel="shortcut icon" href="/images/favicon.ico” type=”image/x-icon” />
<link rel="stylesheet" href="/tab.css” type=”text/css” media=”screen” />
<script type="text/javascript" src="/js/tab.js”>
<script type="text/javascript" src="/js/misc.js”>
/* <![CDATA[ */
function Bookmark() {
title = "";
url = "";
if (window.sidebar) { // Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"");
} else if( window.external ) { // IE Favorite
window.external.AddFavorite( url, title); }
else if(window.opera && window.print) { // Opera Hotlist
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
}
/* ]]> */
<!–
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls = document.getElementById("nav").getElementsByTagName("li");
for (var i=0; i
<link rel="stylesheet" href="/off/off.css” type=”text/css” media=”screen” />
<link rel="stylesheet" href="/iestyle.css” type=”text/css” media=”screen” />
* html div#name {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/logo.png’, sizingMethod=’image’);
background-image:none;
margin-right:12px;
}
* html div#say,
* html div#say2,
* html div#say3 {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/say.png’, sizingMethod=’image’);
background-image: none;
}
* html img#toprss {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/toprss.png’, sizingMethod=’scale’);
background-image: none;
}
* html img#topbookmark {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/topbookmark.png’, sizingMethod=’scale’);
background-image: none;
}
* html img#topcontact {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/topcontact.png’, sizingMethod=’scale’);
background-image: none;
}
<script src="/js/iefix.js”>
/* */
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="” />
<link rel="alternate" type="text/xml" title="RSS .92" href="” />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="” />
<link rel="pingback" href="” />
<li class=”current_page_item”><a href="”>Home
<a href="” onmouseover=”showTalkArea();” onmouseout=”hideTalkArea();”><img src="/images/blank.gif” id=”toprss” width=”89″ height=”89″ alt=”" border=”0″ /><img src="/images/blank.gif” id=”topbookmark” width=”89″ height=”89″ alt=”" border=”0″ /><img src="/images/blank.gif” id=”topcontact” width=”89″ height=”89″ alt=”" border=”0″ />
Stay in touch
Subscribe to our RSS!
Oh c’mon
Bookmark us!
Request an Anime!
<form method="get" action="/”>
<input type="text" onfocus="doClear(this)" value="” name=”s” id=”searchterm” />
Friday, 12 March, 2010 at 14:07
okay… so it didnt paste everything properly…
Saturday, 13 March, 2010 at 8:58
Dammit its the post tabs plugin. I really need that plugin active. Are there any other options?
Saturday, 13 March, 2010 at 18:48
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
its .tabs that is conflicting.
both the slider and the post tabs plugin use it. im a total noob at this but for the slider is it possible to use .tabs as .tabs1 or something?
Saturday, 13 March, 2010 at 20:39
ok so its not… dam lols my head is gonna explode.
Friday, 19 March, 2010 at 7:46
Hey, first of all: Great anime theme, its the best of all !
But i have a little problem, can you say me how to add tags to the .tags. panel ? if i am adding a tag to a article nothing happens.
Friday, 19 March, 2010 at 11:40
Hey, thanks^^
Well it should apear as usual tag cloud. Tell me ur site url and i’ll check it.
Thursday, 25 March, 2010 at 21:56
Arigato =) Спасибо за шаблончики надеюсь будут новенькие
Wednesday, 31 March, 2010 at 4:00
Hello,
This theme is wonderful.
However I still have a little problem. It does not seem to be compatible with GD Star Rating plugin.
Indeed, when this plugin is activated, the slideshow will not work. That’s a shame since I want the visitors to vote on the article posts.
I also tried with other rating plugins and the result is still the same. I think it is linked to javascript.
Any way to make it work ? Maybe through a modification to the theme?
Thanks in advance.
With best regards
Wednesday, 31 March, 2010 at 4:14
Hey, yeah i heard about that problem, i’ll try to fix it in the next version of the theme.
Friday, 2 April, 2010 at 5:48
Excellent !
Do you think we can modify a few lines of the css file in order to make it work ? I really would like to make it work as soon as possible and I’m not afraid to modify it manually if you briefly explain what needs to be changed…
In any case, I can’t wait for the new version to be released !
Friday, 2 April, 2010 at 10:41
You could try to fix it)
I’m currently extremely busy, so theme uptade will be not early than May. sry T_T
Friday, 2 April, 2010 at 8:45
Hello, i’m french, i really love your theme, I got problem with “postimage” look this screenshot, I am forced to refresh the page to display the Postimage
http://img13.imageshack.us/img13/5637/bug1p.jpg
and
http://img708.imageshack.us/img708/4851/postimage2.jpg
help me please
Friday, 2 April, 2010 at 10:32
Please provide me your site url, I’ll see whats wrong.
Friday, 2 April, 2010 at 10:35
Oo
Friday, 2 April, 2010 at 10:38
Hello,
Just noticed another bug. The bookmark button on the header does not work with IE8. There is a javascript error. Any way to correct this problem ?
Thanks
Thursday, 8 April, 2010 at 3:05
How do you hide the Featured Category #2 on the main page?
Thursday, 8 April, 2010 at 3:47
Oh nevermind I found the solution in the index.php
Thursday, 22 April, 2010 at 9:55
Hello there! Before anything else, I want to thank you for making this wonderful wordpress theme ^^
I’m having a bit of problem here, the slideshow doesn’t work as expected. The display images are not working O_O!
Here’s my site: http://niveusnoctis.co.cc
Regards,
Tuldok
Friday, 23 April, 2010 at 11:19
hey thanks^^
Most likely the slider is not compatible with chatbox( I’ll fix it in the future
Sunday, 25 April, 2010 at 6:50
hmm, well…I already had that problem even before I installed the chatbox. I’m puzzled here, since when I installed your theme, it’s not working already o.O Dunno what’s wrong.
Sunday, 25 April, 2010 at 16:33
ook…I found out why it doens’t work. It conflicts with the Google Analyticator plugin ^^
Monday, 26 April, 2010 at 21:54
Wow) good job Tuldok
Friday, 30 April, 2010 at 12:38
Is there a way to remove the featured slide show?
it doesnt work..
nT works well but when i try to switch to another post image
nothing happens…
url ; achange.6te.net
Saturday, 8 May, 2010 at 0:28
remove from index.php
< ! - - Tab - - > html code< ! - - // Tab - - >
Sunday, 23 May, 2010 at 7:07
I really like the featured content slider, is there a way to get that with the other themes here or download that as a separate widget?
Sunday, 23 May, 2010 at 12:37
Alas, its not available as a separate widget.
Just between two of us^^ a new theme that I’m working on now will have a new slider.
Thursday, 3 June, 2010 at 20:49
Hi,3ks for your great work,but it seems not work well with the plugin Lightbox-2 .Hope for your help~http://mtuzhi.com/
Monday, 14 June, 2010 at 22:21
Sry I got exams, not able to update the theme (((
Sunday, 13 June, 2010 at 13:58
Hello, first of all it’s the best theme I’ve ever found <3 and I'm editing it right now so that it fits to my personality and so on. But xD I've a question because it's the first time I'm using wordpress and it's confusing not to know how to edit some things although I'm confirm with programming. Well I just wanna ask if I could remove the bookmark,rss and contact images because I don't like them. I tried to change the style of the images but I still don't like it xD
But I really have no clue which file to change, to remove it.
Is it possible? ^_^
Would be really glad for your help.
*huggies and kisses*
And sorry for my bad English
Monday, 14 June, 2010 at 22:20
Hey) thanks^^
open header.php and delete div with the
id="top_extras"Saturday, 19 June, 2010 at 8:09
I have a problem with the slideshow ! it’s doesn’t work… the pictures doesn’t want to slide and when i click on a thumb all thumbs disappear… Could you help me please ?
PS : Your theme is very cute
Saturday, 19 June, 2010 at 8:29
Ok i found the bug, the slideshow doesn’t work with lightbox 2…
i’m so sad… Do you know how to fix it ? Thank you so much for your help
Saturday, 19 June, 2010 at 8:36
The pic doesn’t want to slide under the text with the plugin Contact Form 7, do you know why and how to fix it ?
Sunday, 20 June, 2010 at 2:07
I have an another problem, i have twice the same post displayed on the home page : http://img265.imageshack.us/img265/9654/screenqk.jpg
How can i do to just have once ?
THank you for your help
Thursday, 24 June, 2010 at 6:46
Kazaf will you be updating your themes for WordPress 3.0 features?
Saturday, 26 June, 2010 at 22:29
yeah i will soon
Tuesday, 29 June, 2010 at 10:18
HI, amazing theme. Just one question. Is there a spoiler widget that works with this? Had Advanced Spoiler, but the Featured slide just got bugged. :/
Thursday, 1 July, 2010 at 20:18
Hey thanks. Try this one http://wordpress.org/extend/plugins/tiny-spoiler/ or this http://wordpress.org/extend/plugins/easy-spoiler/
Saturday, 24 July, 2010 at 8:36
Thanks for all ! Best wp themes.I like this theme. Nice works… (I know my english is bad
)
Thursday, 23 September, 2010 at 4:12
great theme! i’ve been wondering how to add a featured content slider so this is like a gift from heaven for me ^_^
i’ll try using this and hopefully won’t have too many problems
Friday, 29 October, 2010 at 17:20
You you could make changes to the page subject title Anime Visual WordPress Theme • Anime Visual to something more better for your subject you create. I liked the post nevertheless.