Anubis - Responsive Portfolio & Blog Theme

Themeforest Anubis - Responsive Portfolio & Blog Theme WordPress Theme

Download Anubis - Responsive Portfolio & Blog Theme WordPress Theme

Download Anubis - Responsive Portfolio & Blog Theme WordPress Theme


Anubis - Responsive Retina Ready HTML Template




Follow on ThemeforestFollow on TwitterFollow on FacebookFollow on DribbbleGet Theme Support




Anubis is an ultra responsive, beautiful WordPress theme that is perfect for freelancers, agencies, designers and creative people. It is an elegant & modern solution packed up with an incredibly great amount of high quality features.




Responsive Design and Retina Ready – Serve an optimised version of the volumes theme to your visitors using tablet and mobile devices. It is optimized for Retina Displays (used in iPhone, iPad, iPod Touch and MacBook Pro Retina).




Post formats – Support for post formats means you can fill your blog with your self-hosted video, audio, images, galleries and of course good old standard posts.




Theme Features



  • Ultra Responsive Design

  • Extensive Theme Options

  • Shortcode Generator

  • Accent Color Control

  • Sortable Team & Portfolio

  • Full Localisation Support (contains .po/.mo files)

  • 3 Custom Widgets (Twitter, Flickr, Social Profile)

  • Revolution Slider Included

  • Isotope Portfolio Filter Included

  • Fancybox Included

  • Post Format Support (Image, Galleries, Standard, Quote, Link, Audio, Video)

  • Page Templates (Home, Page w/Sidebar, Team, Portfolio, Contact)

  • Custom Admin Login Logo

  • Demo Files Included ( XML )

  • Extensive Documentation




Support Policy

Due to the large amount of support questions and for keeping everything organized, all tickets will be directed through my private support forum: http://bluxart.ticksy.com/




Free support is provided only for bugs, theme related issues and really small modifications (a few minutes of work). Everything else, including the adding of complex features or css changes, will be treated as custom work.



VIDEO – Theme Options Features


\\


Fully Responsive Design – Retina Ready



\\




\\




\\




\\





Image Credits


All Images are for demonstration purposes only.



CHANGELOG:

- Version 1.0.4: 24 Aug 2015
** Replace file with FTP **
-- Updated: style.css ( version number )
-- /framework/widgets/social-widget.php
-- /framework/widgets/twitter-widget.php
-- /framework/plugin-activation/init.php
-- /framework/plugin-activation/plugins/revslider.zip
-- See here how to update revolution slider plugin: http://bit.ly/1nypDBt

- Version 1.0.3: 5 Sep 2014
** Replace file with FTP **
-- Updated: style.css ( version number )
-- /framework/plugin-activation/init.php
-- /framework/plugin-activation/plugins/revslider.zip
-- See here how to update revolution slider plugin: http://bit.ly/1nypDBt

- Version 1.0.2: 17 June 2013
-- Updated: footer.php
-- Updated: functions.php
-- Updated: framework/plugin-activation/init.php
-- Updated: main.js
-- Fixed: Twitter Feed
-- Remove: jquery.tweet.js

- Version 1.0.2: 31 May 2013
-- Updated: header.php
-- Updated: main.js
-- Updated: Remove getimagesize php function

- Version 1.0.2: 27 May 2013
-- Added: Enable/Disable Fancybox on portfolio thumbnails
-- Added: Enable/Disable Featured Image on single portfolio thumbnails
-- Updated: options.php
-- Updated: template-home.php
-- Updated: template-portfolio.php
-- Updated: single-portfolio.php
-- Updated: version number
-- Updated: default .po / .mo strings

- Version 1.0.1: 26 May 2013
-- Added: Support Retina-Logo
-- Updated: header-php
-- Updated: style.css
-- Updated: responsive.css
-- Updated: options.php

- Version 1.0.0: 23 May 2013
-- Updated: jPlayer Version to 2.3.0
-- Updated: style.css for jPlayer on IOS Devices
-- Updated: Portfolio and Team Filter

Download Anubis - Responsive Portfolio & Blog Theme WordPress Theme

Comments

  1. Hi Can you help. I love you theme but I cannot seem to get the portfolio items to show up on the portfolio page. what am i doing wrong?

    ReplyDelete
  2. Link? When you have create a page you have set the portfolio template in the page attributes?

    ReplyDelete
  3. Hello,


    If it’s possible i would like add a section on the Home Page.


    Juste before the footer, i would like have a customer testimonial section


    A more section type”div class=”container”> in order to write an free article page will be perfect.


    How can i do that please ?


    Best Regard

    ReplyDelete
  4. You need modify the tempalte-home.php

    ReplyDelete
  5. It’s something that i can do if you give me the direction ?

    ReplyDelete
  6. Hello,
    I would try to install your last update for Revolution slider.
    But i fail, something go wrong, i can’t see no more the slider on my home page www.vanillefraise.eu
    Could you help me please ?

    ReplyDelete
  7. Finally it’s working, juste i lose all my parameters like typo effect, img size…

    ReplyDelete
  8. You lose all parameters about the sliders?

    ReplyDelete
  9. Hi, it seems a great theme and I’m thinking to buy it for a client. But I have a question, instead of images can I upload videos into the top slider area?


    Thank you so much!

    ReplyDelete
  10. The slider is revolution slider plugin. I think it is possible.

    ReplyDelete
  11. I bought your theme, it’s amazing!


    And I want to make the single blog page’s “post thumb” just an image without having attached any hover feature or URL (neither image and blog post URL) but at the same time I want the “blog” page thumb’s redirects to the blog post URL.


    I changed the PHP code in template-home.php to be able to link out to blog post URLs from thumb images but couldn’t able to edit the single blog page thumb.


    Hope you can help me out with this.


    Thank you so much!

    ReplyDelete
  12. Hello. Thanks for a nice theme.
    I’ve noticed that it is not possible to use anchors to open accordian and toggle sections automatically, but in a few comments you mention that this can be remedied with a very simple js script. I’ve been trying to do just this, but can’t seem to trigger it properly. Can you help by letting me know what functions I should be referencing?


    This is what one version of the code I’ve tried that does not seem to work. Thanks!


    var hash = window.location.hash;
    $(’#’+hash).collapse(“toggle”);

    ReplyDelete
  13. Hello,


    In the Homepage, in ‘Latest Work’ I would like to display only the recent Work of a specific category. I try to modify the query in homepage.php but I can’t make it work.


    $portfolio = array(
    ‘posts_per_page’ => $posts_per_page,
    ‘post_type’ => ‘portfolio’,
    ‘orderby’ => ‘menu_order’,
    ‘tag_id’ => ‘44’,
    ‘order’ => ‘ASC’
    );


    (For the Tag 44) Why it is not working ?


    Thanks !

    ReplyDelete
  14. Because you don’t need to use the tag_id but the terms:



    $portfolio = array(
    'posts_per_page' => $posts_per_page,
    'post_type' => 'portfolio',
    'project-category' => 'category-name',
    'orderby' => 'menu_order',
    'order' => 'ASC'
    );


    Where category-name is the slug of the category you want display.

    ReplyDelete
  15. Awesome Thank you so much !

    ReplyDelete
  16. Hello again !


    In my Portfolio, where I display all my project, I would like to have a way to have them in a custom order.


    Can you please suggest me a plugin or a way to do this ?


    Thanks !

    ReplyDelete
  17. ‘Simple Custom Post Order’ works like a charm !


    Have a great weekend

    ReplyDelete

Post a Comment

Popular posts from this blog

Pav Wines Responsive Theme

Tango - Responsive HTML5 Template

Teddy-Responsive Blog Magazine Portfolio WP Theme