84 comments found.
Nice work man 
Thank you 
I as well am in need of the ajax file or form validation.
I have sent the new archive with working contact form to your email. Soon it will be available on TF.
Thanks Great template by the way
I am having the same problem as mikewest13 when using index-4.html with alt_header_1. The moment you start scrolling, the menu bar reduces in height and the larger logo overlaps the bottom of the menu-bar.
Hi. There are 2 solutions. Make the logo to fit to the menu bar or work with css and make the height of the menu bigger.
Question. If I make the logo bigger as per your instructions above, when the page scrolls, the menu sticks, but now the logo is too big for the sticky menu.
How do I fix this?
Use the css for responsive modes and set the width and height for the logo. Use the file ”/layout/style.css”
For example the css for iphone portrait mode is used inside the:
@media (max-width:479px) {
}
it’s not a responsive issue.
I’m viewing it on desktop. I’ve made the logo bigger and added the code you put in the comments section.
When I scroll to the bottom of the page, the menu shrinks and the logo doesn’t fit inside the menu bar now.
How do I fix this?
You can make the logo smaller or to make bigger the menu area (height).
Where do I make the scrolled menu larger? This issue is only when the page scrolls.
In the site description it states that there is an Ajax form as well as form validator included. There was no ajax file or form validation included. Can you help please?
P.S. I have also sent an email some days ago on this matter but received no reply as yet.
Hello. I have not received any emails from you. Please resend them. I will check the contact form and will let you know.
Make no mistake, I am having great fun with this site. It is easy to work with, chop and change, manipulate etc. In short, it is a great site. However, had I known there was no working contact form, I wouldn’t have purchased the site. So before we try re-emailing etc. can you please state here if there is an ajax.php file with validator or not. If yes, I did not receive it and will download the site contents again. If no, I will cut my losses and buy another site as it cost less than contracting someone else to create a form. Many thanks in advance!
Will send the changed template in 24 hours. Thank you for your patience.
Thanks Mate! Once sorted you’ll have my 5 star rating for sure!
Hi Paul, please check your email. I have send the modified template and with details which files were added and modified.
The ‘Version 1.1 working contact pages’ which you have sent via email is unsuitable and outdated. It uses a basic pop-up to notify ‘message sent’ and it has NO email validation whatsoever. It is no simple matter to get a working form done for this site that will match the style from quotes I have received cost more than the site itself…
I suggest that you remove ‘contact form’ and ‘email validation’ from your site description on themeforest.
Hi, the contact form works very good. I just tested a few times and I received the emails.
hi,
i cant switch to boxed version, can u help please ?
Hi,
Here are options: add to body in all files the class “theme_layout_boxed”.
The result:<body class="theme_layout_boxed">
Hi,
I have two requests: 1) insert button to add “Back to top” at bottom of page 2) add support for twitter feed
Thanks
Hi,
1) I will work to add back to top button.
2) Due to the fact that twitter deprecated it’s API in version 1.1, custom twitter widgets have new rate limits, display guidelines (style must match twitter.com) and are now intensively harder to configure (each theme user would need to create and register new twitter “app” with 4 special API keys). The easiest and best way to get a twitter feed on your site is to use twitter’s built-in twitter widget. Twitter’s timeline widget doesn’t have any rate limits (you can view it as many times as you like) and you can customize the colors to match your theme. To add a twitter widget, just follow these simple steps:
1. Visit twitter.com/settings/widgets. You should be logged into the Twitter account from which you wish to display your latest tweets.
2. Click “Create New” within the Widgets section. The “Configure a user widget” page will appear.
3. Under Options, enter the site URL in the Domains section. You can also select an alternate Link Color (it will default to blue).
4. Select the “Create widget” button and a line of HTML code will appear in a text box to the right. Copy this entire line of code and paste it into a Text Widget. You can place the Text widget with your code in the widget area where you’d like the latest tweets to appear.
Best regards
Hi Again;
IS it possible to Show “breadcrumbs” when the explorer size is smaller? In this version when i change the size of the window, breadcrumbs are göne
these are important for me. thanx in advance
Hi,
Open the file ”/layout/style.css” and find this line:
.general_title .breadcrumbs {display:none;}
and replace with this one:
.general_title .breadcrumbs{margin-top:-40px; float:left;}
Best regards
Excuse me! But you seem to be unable to answer a simple question. Where are the “included” icons? You have a link on the template called “icons” When this link is followed it shows a whole page of icons. Most of these icons do not exist in either the images nor the layout/images folder.
P.S. thank you so much for the insult. You imply that support is only available to those who don’t need it. btw, I have more than basic CSS and HTML skills.
You can use “Inspect Element” in browser to check the icons path, styles. I not insulted you. Best regards.
Product is nice but support is slow to none. Don’t expect any help from this guy 
Hi. The got the theme as you see it on our demo page. If you want to change the style, to add additional sections, then you or your programmer need to have basic html/css knowledge. Thank you for understanding.
Okay well I’ll wait to see what you say regards the enquiry I made earlier. Meanwhile, I have tried to do something with one of the other headers. I have been trying to get a logo 400px x 50px to fit into the index-9 page. It’s fine and fits perfectly until the screen is reduced to its smallest size, at which time the image is waaaaaaay to big. How do I get the logo image to resize at the lower res?
Thanks
If you will use the logo with other dimension, add the width and height for these sections, for example if logo is 400px X 50px:
.alt_header_2 #logo img {
width: 400px;
height: 50px;
}
.alt_header_2.fixed_header #header .section_bottom {
height: 70px;
}
For responsive, you have add also the css code.
Using alt header 2 (for now, but will probably experiment with others later) I need to fit in a logo which is 221px x 50px. I can’t work out how to do this. I don’t mind if the fixed menu depth is a little bigger to accommodate the increased logo size.
Your help is appreciated.
If you will use the logo with other dimension, add the width and height for these sections, for example if logo is 221px X 50px:
.alt_header_2 #logo img {
width: 221px;
height: 50px;
}
.alt_header_2.fixed_header #header .section_bottom {
height: 70px;
}
Hi. Do you have any plans to add the twitter widget as it is featured on the psds?
Thank you
Hi,
Due to the fact that twitter deprecated it’s API in version 1.1, custom twitter widgets have new rate limits, display guidelines (style must match twitter.com) and are now intensively harder to configure (each theme user would need to create and register new twitter “app” with 4 special API keys). The easiest and best way to get a twitter feed on your site is to use twitter’s built-in twitter widget. Twitter’s timeline widget doesn’t have any rate limits (you can view it as many times as you like) and you can customize the colors to match your theme. To add a twitter widget, just follow these simple steps:
1. Visit twitter.com/settings/widgets. You should be logged into the Twitter account from which you wish to display your latest tweets.
2. Click “Create New” within the Widgets section. The “Configure a user widget” page will appear.
3. Under Options, enter the site URL in the Domains section. You can also select an alternate Link Color (it will default to blue).
4. Select the “Create widget” button and a line of HTML code will appear in a text box to the right. Copy this entire line of code and paste it into a Text Widget. You can place the Text widget with your code in the widget area where you’d like the latest tweets to appear.
Best regards.
Honestly I’d charge at least $80.00 for this. One of the best I’ve seen! Respect!
Thanks of lot!
hello, nice design. i like it. i have a question; at the index-4 page, there is “our services” accordion style. only the second one is open, is there anyway to change it? i mean; i want first one to be opened at first or all of them are closed. is there a way for this? thanks.
Hello, thank you.
Find in the “index-4.php” file below the html code with our services:
initialIndex : 1
To change for first change it to:
initialIndex : 0
Best regards, WebLionMedia
Mon premier achat sur ThemeForest. Je cherchais un thème pour mon Hotel en Ardèche – Auberge Les Voûtes. J’ai trouvé celui ci très beau. Je pense un futur best of !
My first purchase on ThemeForest. I was looking for a theme for my Hotel en Ardèche – Auberge Les Voûtes. I think a future best of !
Can you send me the preview version of the BlackBird – Responsive HTML5 Template? I’m missing the settings block feature shown in the demo
Hi, I can send the demo site version. But you don’t need it. To change the site settings, just add needed classes to the . Find the information in documentation file, under the section “Theme”.
Very nice theme. Just one question: when viewed from a mobile, the menu turns into an inverted triangle icon that takes around one fourth or one fifth of the screen. Is there a way to make it different… let’s say.. some small icon on a side, so as to make better use of screen on mobile devices?
tks.
On which mobile device you have opened the site? Can I see the screenshot with this issue? Thank you.
It’s great to see new cool stuff from you
Good luck, mate!
Thanks of lot my friend!
Awesome stuff 
Thank you!