Felius - Responsive Multipurpose Template
Felius is a Customizable, Retina Ready, Responsive Multipurpose HTML Template
If you like my template, please rate it!
Felius is a cross browser compatible, retina ready, responsive HTML5 /CSS3 template with touch support that features a clean design that is multipurpose template which is suitable for a wide variety of websites. Tons of Customizations are possible with this template that’ll help you redefine your website’s brand value.
6 Sliders Included, 6 variants of home pages. It uses Skeleton CSS Framework and is 100% tablet/phone friendly. Felius also includes Sequence slider, FlexSlider, jCarousel, Google Web fonts and more. The template includes many of reusable elements: Sliders, Tabs, Accordions, Lists, Buttons, Dropcaps, Testimonials, Progress bar and other. Felius has a clean code and good documentation.
I am looking for people who can do wp theme from my html for cooperation. Who interested please send your offer of cooperation to my email.
Felius features:
- Fully Responsive Design
Retina Ready- Unlimited Color Options
- Valid HTML
- 960 Grid Based
- 6 Slider Variations
- 2 Premium Sliders included and Carousel slider
Unlimited Colors ( just change color code)
12 premade colors (very easy to customize your own color)- 24 backgrounds patterns
- Ajax/PHP Contact Form
- 6 Home Layouts
- Services
- About us
- Clean coded and well documented
- Skeleton CSS Framework
- SEO Optimized
- Responsive Filterable Portfolio
- Responsive Pricing Table
- Touch, Swipe and Tap support for all elements
- Working Flickr Feeds
- Working php contact form with validation
- Over 390 icons
- Cross Browser compatible
- Thoroughly documented
- Google Fonts
- jQuery powered
- PSDs included in package (16 Layered PSD Files)
- ...and much more!
Customer reviews
Testimonials from our users
One of the best designers on here at the moment from a style perspective. Would like to see WP versions of your templates as I like to buy both HTML and WP for seo purposes. jimmychickens
Credits
Photos from Photodune –
http://photodune.net
Note: images are not included in the main download
Version history
To update to the latest version simply download the .zip package again from your account and replace the old files with the new ones.
Version 1.3 22 Jul. 2014
- Updated carousel
Hello, great work!!
ReplyDeleteAithough, i’m having a little problem..it seems that the logo area (before footer) isn’t responsive.
When i try to resize my window, i’m missing some of my logos depending on the scale of resizing.
cheers
Helo.
ReplyDeleteThank you for your purchase.
Do you mean that when you change size of the screen some clients logo does not show? This can be disabled. If you need to show all clients logo when changing the screen, send me email and I’ll write you how to do it.
Thanks
Hi,
ReplyDeleteIn services page, how can i change the images in box icons (Valid HTML,Cross Browser Compatible,Touch Support etc)??
http://abcgomel.ru/felius/services.php
I can see some code in CSS
ReplyDelete.icon-file:before{content:”\f15b”;}
.
.
.
but i cant find the ”\f15b”;
Hi. Thank you for your purchase.
ReplyDelete1. For icons used Font Awesome. If you want to change icon, you just need to change name of the class. For example, to change the icon “file” to icon “book”, you need to change to
More details you can read here http://fortawesome.github.io/Font-Awesome/3.2.1/icons/
and here
http://fortawesome.github.io/Font-Awesome/3.2.1/examples/
2. It is necessary value for normal work Font Awesome
How can i replace those icon with my own??
ReplyDeleteYou can insert any of your icon (image) by simply adding code, example <img src=”images/icon-comp.png” alt=”icon-comp”>
ReplyDeleteHello
ReplyDeleteI’m having a little problem using search? It doesn’t seems to work when i try to search something.Am i missing something??
Thanks
Hello
ReplyDeleteThank you for purchase. I sent you email
Thanks
Greetings, You’ve created a nice template, good job! It’s perfect for my site&blog as a freelance.
ReplyDeleteSlider navigation. Can the navigation thumbnail be distributed evenly to the width of the navigation? No gray space?
ReplyDelete4 boxes below slider, can that be 3 column by 2 row?
Can I make the logo text align to bottom of the square box and keep it consistent with all devices?
Can I change the height of the slider without breaking responsiveness?
Can the clients logo area become sliders of logo
all questions based on homepage 1 **
1) Yes, if you place the necessary amount of pictures there.
ReplyDelete2) Yes, you can do 3 column by 2 row.
3) Yes, you can align logo (for this use css)
4) Yes, you can change height of the slider without breaking responsiveness
5) Yes, you can put clients logo in slider of logo (for this you can use the carousel or another slider)
1) How many is necessary? Does the thumbnail generated automatically from the slider image or can be set separately?
ReplyDelete5) I need to buy separate item or you have builtin on the template?
1) Pictures are installed separately (not automatically generated ), if needed, you can turn off all them . Number of images depends on the width.
ReplyDelete5) You can use built-in template slider or carousel.
Back to my number 2 question. Instead of 3 column by 2 rows, is it possible to have 6 column 1 row box?
ReplyDeleteYes, it is possible. If you buy a template and you need 6 columns in one line I will send you necessary css code
ReplyDeletemail chimp newsletter not working. keeps asking to enter a valid email address, which i did.
ReplyDeleteto be sure, it doesn’t work when enabled on contact us page. Must be a conflict with the contact form and newsletter sign up
You havent buyer label. Support provided only for buyers.
ReplyDeleteMaybe you bought WP theme?
Do you have a Typo3 version for the template?
ReplyDeleteUnfortunately, i don’t have this version.
ReplyDeleteHello,
ReplyDeleteI purchased the theme and want to commend your efforts, very brilliant theme. However, I’m having problems as it is not mobile phone responsive. The entire navigation appears brilliantly on ipads but not mobile phones. All that appears on mobile phones is the home page that cuts out all the navigation links. Please advise?
Tony
Hello, Tony
ReplyDeleteThank you for purchase. Strange, I just checked all. If you still have the problem , please send me screenshots, for more details. Do you have this problem in a live demo (http://abcgomel.ru/felius/)?
Thanks
The layout is really easy to customize. One thing I haven’t been able to figure out is: How to use one element, say, the accordion twice in a line – the can’t be used twice and I’ve been struggling with trying to get only two rows of them in one line.
ReplyDeletep.s.: I wanted to rate the layout with five stars, but I don’t see the option anywhere to do that…?
Thank you for purchase.
ReplyDeleteIf you need 2 accordions :
The file main.js change this
//ACCORDION-—-—-—-—-—-—-—-—-—-——-
$(document).ready(function() {
$(”#accordion”).accordion({
autoHeight: false,
});
});
To this
//ACCORDION-—-—-—-—-—-—-—-—-—-——-
$(document).ready(function() {
$(”.accordion”).accordion({
autoHeight: false,
});
});
( call accordion not by id, but by class)
Change HTML this
<div id="accordion">
<h3> <a href="#"> Lorem ipsum </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
<h3> <a href="#"> Vestilum pulvinar </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
<h3> <a href="#"> Donec sedin </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
</div>
To this
<div class="accordion">
<h3> <a href="#"> Lorem ipsum </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
<h3> <a href="#"> Vestilum pulvinar </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
<h3> <a href="#"> Donec sedin </a> </h3>
<div>
<p> Nunc ipsum risus, bibendum quis tincidunt a, tempor quis nunc. Aenean in odio in sapien porttitor sodales. </p>
</div>
</div>
(Change id to class )
This will allow use many accordions on one page
If you need to place 2 elements in 1 row in a content-container-white
HTML code:
<div class="row">
<div class="in-eight in-columns">
<! - HERE place CODE of YOUR ACCORDION ->
</div>
<div class="in-eight in-columns">
<! - HERE place CODE of YOUR ACCORDION ->
</div>
</div>
You can rate this template in your downloads (http://themeforest.net/downloads) there is a point “rate this item”
Thanks
Template is great but…
ReplyDeleteI couldn´t upload it to wordpress because it´s a HTML template, so how can i upload it?
Hi
ReplyDeleteThank you for your purchase.
But this is not WordPress theme. It’s HTML template (cheaper than WP themes and placed in Site Templated category). HTML template can not be used as WP themes for WordPress you need WP Theme. WP version is here http://themeforest.net/item/-felius-responsive-multipurpose-wordpress-theme/5315388
Thanks