Discussion on Flati - Responsive Flat Design Bootstrap Template

Discussion on Flati - Responsive Flat Design Bootstrap Template

Cart 1,693 sales
Well Documented

SpiralPixelDesign does not currently provide support for this item.

227 comments found.

hello,

I need help on menu of index2 when i change menu name more than 10 letter it overlays other menu on his right side how can i solve it?

Best Regards

Hi, are you talking about the menu or the sub menu drop downs?

Hi, I’m talking about menu

Do you have it online? If so please send me the link through my profile page. Many thanks, Jo

Great design! I love it.

I do have one question. Is there a way to disable the sliding functionality of the “slideright” section of the index page? I only have one image that I want to use in the “Hero” section of the homepage. I love the way the captions transition onto the webpage, but I only want it to happen with my one image. If you reduce that “Slide 1” section down to just one image you are still able to slide to the next image. (Resulting in it reload the same image and captions.) This also happens if the browser window is resized.

Any help on disabling the sliding while keeping the way the captions load onto the page, would be great! Thank you,

Sorry but I am away from my desk until Jan 14th.

Is there a way to change the mobile menu? Thanks,

To this new one? Or the old superfish one?

Oh, the new menu is the mobile style. I will have to update before keep asking silly questions.

Hey Love the theme, but is there a way to adjust the speed settings or add text to the Nivo or Nerve slider? Thank you!

and how to I get it to show I purchased it….because i did :-/

To show you purchased it you will need to comment with the account you purchased it with.

Just a thought… did you buy the Wordpress version? If so please comment here: http://themeforest.net/user/spiralpixel

Sorry to be so simple but how do I update?

Hi, re-download the theme, there are mainly changes to the menu and Font Awesome icons.

great, i see the updates.txt instructions.

Hi. Asking about your plans to upgrade to bootstrap 3. Really digging the theme. thx.

Hi, it will all depend on time I’m afraid. It may be something I will look into in the new year.

Hi,

Please, i need to know which typography you used for the logo.

Thanks in advance.

Thank you josweb!

My pleasure:) Don’t forget to give it a star rating if you enjoy working with it…

Love it! Done!! Thank you!

Hi, i’m using this for a client, but he wants the default bootstrap navbar. So I changed it to that, but now the slider is making a bit of negative space under the navbar. How can I fix this? http://prntscr.com/27j9hf

Thanks, Taylor

Do you have it online as it’s easier for me to fix.

Very nice work, only one question – Why the images are looking pixelated in nerve and nivo slider ?

?? I am saying the images are looking blurred in nerve and nivo slider, i am using a 22” monitor with full HD resolution. here is a snapshot : http://animationscope.com/img/flati.jpg

It maybe due to the pics only being 1280px wide in the demo. You would have to make them wider to avoid pixelation.

Hi! Is it possible to remove the “All” option under the portfolio filter? If not, is there a way to set another category as the default portfolio landing page?

When the user lands on our portfolio page there are so many images..it takes a long time to load everything and we don’t want to slow down the user experience. We’d like to either get rid of “All” or have the page land on another category (filter). Can you help?

Thank you and don’t forget to give it a star rating :)

Done! 5 stars! Thank you again!

Looking forward to the WP version of this theme.. There’s nothing else like this style on WP themes. Once this is a WP version, I’ll take it right away!

Nearly, there just fine tuning it as it has lots of cool features. :) Many thanks for your interest.

Great theme! Any ETA on the WP version of this theme? Looking to make the blog section live for our site from this template.

We’re almost done, just finishing colour options and then the read me file…

Two quick questions: 1. Can the menu be adjusted so that it doesn’t switch to a drop down when I shrink the screen size only a little bit? Right now the drop down menu turns on too early. 2. I am having great difficulty embedded using javascript or iframe. I am trying to embed a wufoo form; however, the website only shows the first 50 or so pixels and then cuts off the rest. Any thoughts on fixing this?

Figured out the iframe issue, but still trying to figure out how to adjust when the drop down menu appears. Any help would be appreciated.

Bootstrap 2.3.2 sets the menu to drop at 768px. I’m not sure how you alter it.

Hello, I am trying to create different modal boxes on the same page but the formatting and text seem to stay the same for all modal boxes after the first. Is there a way to have different modal boxes on the same page?

nvm, i figured it out. If anyone else is trying to put multiple modals on their website, you need to change the diveid from “myModal” to something else and then change the href (href=”#myModal”) to the same name.

Yes they need different ids :)

Hi!

Is there a psd for ribbon.png?

I think you can download it here: http://designmodo.com/flat-free/

Hello!

How can I add/edit input fields in the contact form?

Thanks!

Have you tried adding them to contact_process.php in the contact form folder?

Yes, and when I submit the form I get “Warning: mail() expects at most 5 parameters, 12 given in /home/killorn3/public_html/franks/v2/contact_form/contact_process.php on line 59”

Below is my modified contact_process.php (viewable here: http://killorn.com/franks/v2/contact.html):

<?php

include dirname(dirname(FILE)).’/mail.php’;

error_reporting (E_ALL ^ E_NOTICE);

$post = (!empty($_POST)) ? true : false;

if($post) { include ‘email_validation.php’;

$name = stripslashes($_POST[‘name’]); $company = stripslashes($_POST[‘company’]); $email = trim($_POST[‘email’]); $phone = stripslashes($_POST[‘phone’]); $city = stripslashes($_POST[‘city’]); $date = stripslashes($_POST[‘date’]); $type = stripslashes($_POST[‘type’]); $guests = stripslashes($_POST[‘guests’]); $subject = stripslashes($_POST[‘subject’]); $message = stripslashes($_POST[‘message’]);

$error = ’’;

// Check name

if(!$name) { $error .= ‘Please enter your name.
’; }

// Check email

if(!$email) { $error .= ‘Please enter an e-mail address.
’; }

if($email && !ValidateEmail($email)) { $error .= ‘Please enter a valid e-mail address.
’; }

// Check message (length)

if(!$message || strlen($message) < 10) { $error .= “Please enter your message. It should have at least 10 characters.
”; }

if(!$error) { $mail = mail(CONTACT_FORM, $subject, $name, $company, $message, $email, $phone, $city, $date, $type, $guests, “From: ”.$name.” <”.$email.”>\r\n” .”Reply-To: ”.$email.”\r\n” .”X-Mailer: PHP/” . phpversion());

if($mail) { echo ‘OK’; }

} else { echo ‘ ’.$error.’ ’; }

} ?>

I would also like to Include the subject line “Event Inquiry” to each email that comes through the contact form. I appreciate you taking a look at this for me, you are a lifesaver.

I’ll try and take a look for you but forms aren’t my forte. What fields do you want adding? Also it will probably be best to contact me through my profile page so that we can chat better.

Awesome Template, do wordpress version available?

Not quite, we’ve nearly finished it. :)

hi! i love this template, it is really wonderful. i decided to use “full slider” for the startpage and the “full slider” template for most of the other content.

now i want to change the transition – it is a little to fast and i want to slow it down a bit. i searched through the CSSes and found lots of places with 0.2s or 350ms information. i changed some of them, but without any effect. so please help me: where can i change the speed (time) of the full slider effect?

thanks for the great work !

best wishes, lorenz

You can find the settings for the slider at the foot of the page, e.g slideTransitionSpeed: 500

thanks a lot :-) much easier than i thought it would be! best wishes, lorenz

Beautiful theme! But unfortunately two images are missing in the theme-package: assets/large_left.png assets/large_right.png

Can you help? Thanks in advance!

Looks like it´s a leftover in the settings.css at 638 – 671. Instead theme.css says .tp-leftarrow.default:before { content: ’\f060’; } .tp-rightarrow.default:before { content: ’\f061’; } Thank you anyway ;)

Yes sorry they’re left over from the default Slider Revolution settings. They’re not needed in settings.css so you can remove the code. I will try to make an update as soon as I can.

Any chance you will be moving it from bootstrap 2.3.2 to 3.0.0??

I’m not sure at the moment. I’m going to design a new template using Bootstrap 3 to see how I go with it. I will then look to see if there will be any major issues upgrading Flati.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey