Anime Visual WordPress Theme

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

  1. Extract the theme files from the .zip file.
  2. Using an FTP client upload anime-visual-theme folder to /wp-content/themes/ directory
  3. Login to Wordpress, select Design -> Themes. Then click on the Anime Visual, choose Activate.
  4. Select Design -> Anime Visual Options and customize the theme.
  5. Set chmod 777 for cache folder. (in nT version you won’t find this folder)

Using post images via custom fields:

  1. When creating a post, select Add an image and upload any image you want to use as a post image.
  2. Add new custom field with the key “postimage” and paste thumbnail url in the value field.
  3. (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:

Click Here to Download Anime Visual 2.0
   Size 2.4 MiB | 7,144 hits

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/

  • 130 Comments

    • denkikoiji says:

      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.

    • Alexandreapt says:

      Hello, Thank you for your theme!

      but I have a little problem, see

      http://img41.imageshack.us/img41/6809/imagemzs.png

      can you help?

    • Phantom says:

      How can I make the “header image” changed, for example, on a daily basis (eg 00:00)? ani1 -> ani2 -> etc?
      Thanks.

    • Kazaf says:

      2Alexndreapt:
      so, whats the problem?

      2Phantom:
      Well, I guess u should search for some JS, and then depending on conditions load header style.

    • Phantom says:

      Adding a bookmark in “header” does not work: (

    • Kazaf says:

      What browser u use?

    • Phantom says:

      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?

      • Kazaf says:

        Well that problem can occur when Safe Mod is On

      • Phantom says:

        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.

      • Kazaf says:

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

      • Phantom says:

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

      • Kazaf says:

        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); ?>&amp;w=50&amp;h=44&amp;zc=1&amp;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); ?>&amp;w=368&amp;h=256&amp;zc=1&amp;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 &rarr;”); ?></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.

      • Phantom says:

        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.

      • Phantom says:

        All problems are likely due to the fact that I use WP 2.9.1. Plugin is compatible only up to 2.7.1.

    • cuong says:

      I can’t add thumnail for my post,
      I do like conduct but it not work.
      help me!

      • Kazaf says:

        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.

      • cuong says:

        can u explain what is local images? and show me a example. pls

    • cloud405 says:

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

      • cloud405 says:

        okay… so it didnt paste everything properly…

    • cloud405 says:

      Dammit its the post tabs plugin. I really need that plugin active. Are there any other options?

    • cloud405 says:


      $(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?

      • cloud405 says:

        ok so its not… dam lols my head is gonna explode.

    • anonymus says:

      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.

      • Kazaf says:

        Hey, thanks^^

        Well it should apear as usual tag cloud. Tell me ur site url and i’ll check it.

    • Bartanush says:

      Arigato =) Спасибо за шаблончики надеюсь будут новенькие

    • dydione says:

      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

      • Kazaf says:

        Hey, yeah i heard about that problem, i’ll try to fix it in the next version of the theme.

      • dydione says:

        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 ! :)

      • Kazaf says:

        You could try to fix it)

        I’m currently extremely busy, so theme uptade will be not early than May. sry T_T

    • Mugen says:

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

      • Kazaf says:

        Please provide me your site url, I’ll see whats wrong.

    • Kazaf says:

      Oo

    • Dydione says:

      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

    • Natsuki says:

      How do you hide the Featured Category #2 on the main page?

      • Natsuki says:

        Oh nevermind I found the solution in the index.php :)

    • Tuldok says:

      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

      • Kazaf says:

        hey thanks^^

        Most likely the slider is not compatible with chatbox( I’ll fix it in the future

      • Tuldok says:

        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.

      • Tuldok says:

        ook…I found out why it doens’t work. It conflicts with the Google Analyticator plugin ^^

      • Kazaf says:

        Wow) good job Tuldok

    • asaf says:

      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

      • Kazaf says:

        remove from index.php < ! - - Tab - - > html code
        < ! - - // Tab - - >

    • Viktor says:

      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?

      • Kazaf says:

        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.

    • AKKK says:

      Hi,3ks for your great work,but it seems not work well with the plugin Lightbox-2 .Hope for your help~http://mtuzhi.com/

      • Kazaf says:

        Sry I got exams, not able to update the theme (((

    • Choyo says:

      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

      • Kazaf says:

        Hey) thanks^^
        open header.php and delete div with the id="top_extras"

    • Blutch says:

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

      • Blutch says:

        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

      • Blutch says:

        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 ?

    • Blutch says:

      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

    • Furfur says:

      Kazaf will you be updating your themes for WordPress 3.0 features?

      • Kazaf says:

        yeah i will soon

    • Thyrfing says:

      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. :/

    • superize says:

      Thanks for all ! Best wp themes.I like this theme. Nice works… (I know my english is bad :D )

    • haeki says:

      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

    • Pointer Men's Basketball says:

      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.

    • Trackbacks

    Leave a Reply

    Your email is never shared.
    Required fields are marked *

     

    eXTReMe Tracker