149 comments found.
On IE (tested IE10) in boxed layout, the “sticky” menu float to the left edge of the screen. What CSS/js lines should I modify to fix that?
Kindly, Artur.
I’m pretty sure that I fixed this bug. What template version do you use?
By default there is no sticky functionality for boxed version. You need to open
js/custom.js and find ‘Sticky Header’ section. And finally you need to delete next code:
if($("body").hasClass("boxed"))
return false;
Thanks!
Hi Dan, I got the template from you (take a look at the last comment on the first page) that enables sticky-header on a boxed layout.
Unfortunately, I can’t remove the code as it already not exists.
I hope there’s some solution to this.
I have incorporated the template here: http://senio-mods.com
Kindly, Artur.
Hi Artur,
I’ve tried to fix this but without luck. It happens because of strange behavior of IE10-11 when overflow:hidden added on wrapper.
I will definitely look at this in the next update.
Thanks for your understanding!
Hi Dan. The theme is awesome. Only one question. If I remove the
'<div class="header-top">, when I scroll down the page, the menu hides a bit. How can remove this “header-top” without this undesirable effect?
Thanks in advance
Please do the following:
- Open
css/custom.css - Add next code:
body.sticky-header .header {top:0;}
Thanks, Dan!
Hi, i´m very satisfied with the template.. it’s flexible, clean code, very easy to work with.. but i have an issue, I downloaded the the files, then open the index.html but when i click over the this links, they shake a little, they move left to right like a refresh of the screen, but this doesn’t happen when I click these links on your version here in themeforest or your site.. what could be happening?. Thanks.
It’s just happen on links with nested menus, for instance..home, pages, services, portfolio, but not with the contact links. Thanks
Hi climaximus,
Maybe it happens because of arrows near some links. Script checks if item has nested menu and add or not arrow.
However, I’m working on new version of Stability which will contain Mega Menu.
Thanks!
I purchased the HTML theme – stability
here’s my test site: http://gtandhholdings.ca/www/
1. how to change to BOXED? 2. how to change boxed background? 3. create no space around the logo image? 4. change an icon / like create my own – change
- If you want to change layout to Boxed you need to add boxed class to body tag:
<body class="boxed"> ... </body>
- If you want to change background add next css
body {background: #000;} - If you want to decrease padding around logo add next css
.header .logo {padding: 0;} - To change favicon open html file and in the head section find favicons section. You need to change each of them.
3. where does this line exactly go? .header .logo {padding: 0;}
4. no not the favicon ;)—but one of the icons… I need to create my own or change a file “fa fa-eye”
3. Add this code to css/custom.css
4. Icon based on FontAwesome icons. You can find all icons with classes here.
Just change this class fa-eye with another, e.g. fa-anchor
Thanks!
you are a rock star xo
Thanks 
Can I change this FONT:
You need to add next custom css to
css/custom.css
.tp-caption.modern_medium_white { font-size: 30px; line-height:1.2em; font-weight:bold;}
Thanks!
Question is for your other theme. Will post there.
Nice Looking theme! I have book marked it in case I need it in the future.
Glad to hear that 
Hi,I want to buy a theme. I just downloaded the monthly freebie responsive template to look at your documentation and it looks quite concise. Thanks. My question You can insert this code in the topic?
<object type=”application/x-shockwave-flash” data=”vachat.swf” width=”960” height=”630”> <param name=”movie” value=”vachat.swf” /> <param name=”quality” value=”high” /> <param name=”menu” value=”false” /> </object> And how shorkodom will he do? thank you!
Hi,
Stability template has different documentation. Also you can always ask me if you have additional question.
Object element will show you your content. Nothing special 
Hi, I just downloaded the monthly freebie responsive template to look at your documentation and it looks quite concise. Thanks.
My question is in the realm of the blog associated with the template. Are the blog posts automatically formatted (dates, headers, author) and can they be customized by adding keywords? And finally, are the new pages for the blog created automatically after a certain number of entries?
Thanks, I look forward to your responses.
Hi falluso,
There is no cms on backend because it’s HTML template. You need to wait WordPress version or buy Stability Drupal version.
Thanks!
Very good! How can I insert a main logo in PNG?
Hi,
It can be done very easy, just read guides in Documentation folder.
Thanks!
Hi, nery nice theme. I want to use it as an one-page template, but when i click on a works item the single item’s page appears without the one-page template functionality. How could this behaviour be avoided? Meaning that when clicking on a works item to “stay” to the one-page template functionality. thanks in advance!
Hi,
You can avoid by showing item in modal box. It can be easily with existing functionality.
Thanks!
could you provide some info on how to implement this?
Hi dkarantonis,
Please write me via contact form on my profile page and I’ll send you variant with this functionality.
Thanks!
Hi there, i have sent over some questions concerning support via contact form. Any update? thanks
Hi Dimitris,
Sorry for late reply. Please check your email.
Thanks!
thanks mate. Great work and support.
Hi,
first i want to say that i really like the theme:) And now i have a question: How can i make the owl-carousel slider to have 2 columns also by small screens (i think it has now 1 column under 507px)?
Thanks!
- Open
js/custom.js - On line 126 change this
itemsMobile : [480,1]
to thisitemsMobile : [480,2]
Hi Dan,
how can I use custom icons instead of the FA icon’s, without losing the animations?
Hi markomar,
Do you want to use image based icons or custom font based?
Thanks!
Image based
Sorry for the late reply.
If you want to use image icons put your image instead of i-element and add next css
.icon-box .icon img {
position: relative;
z-index: 2;
max-width: 100%;
height: auto;
}
Thanks!
Hello – this is a pre-purchase question: I have a meeting this morning with a client who is looking to re-brand their company website and their (22) partner websites. Overall this would be approximately 23 licenses if they approve it. Does this theme allow you to change the background color of the navigation bar to a different color (i.e. #01b1da)? One of the things that is selling me on this theme is the multiple navigation header options – especially header #2 with the 728×90 banner. This has been the closest to the original design comp that was originally pitched to the client (since we want to add a custom design link at the top of the page). This looks like an amazing theme – please let me know about the color options as soon as you can and hopefully we will be in business.
Hi roberts_designs,
Sure, you can easily change background color of the navigation bar via css. I just want to let you know that it’s html template, not a WordPress theme.
Thanks!
Hello Dan, i saw that you updated Stability theme to 1.4 but can you please update the main page so we can see the changelog? Thank you very much
Hi cajkan,
Just updated description and live demo. Please check.
Regards!
I could not install the template. It says style page is missing.
Hi avciahm,
Looks like you’re trying to install it on WordPress. HTML Template cannot be installed on WordPress site. You need to edit it using text editor.
Thanks!
Thank you. Is ?t easy to edit ? I dont know how to
Try to start with template documentation. Also you need to have some experience in HTML and CSS.
Regards!
Hello Dan, i love this theme.
For the future updates, maybe you can add pagination and code box into shortcodes page ?
Thank you very much
Hi cajkan,
Added to update list. By the way, huge update with a lot of futures coming in a few days.
Stay tuned 
This template is not displaying correctly in IE9. It looks like this;
http://i.imgur.com/xMUiobq.jpgLooks perfect in every other browser, including IE11.
Hi canyonchaser,
Are you sure this screenshot made in IE9? It’s more like in IE7 or below (squared bullets, no gradients etc). I checked it in IE9 and it looks pretty good.
Maybe your browser works in compatibility mode. Please check here. Let me know.
Thanks!
Yeah, that was it. Is there a line of code to force IE9 to render the page in the correct mode?
<meta http-equiv="X-UA-Compatible" content="IE=edge">Please try to move it right after utf-8 meta tag:
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">Please let me know how it works for you.
Thanks!
Yeah, those lines are both in there, but every browser in my company, to display the page, I have to go in and change browser settings physically. Surely there must be another way. (Stupid IE).
So apparently, if the very first two lines of code on the page are;
<!doctype html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
It will render correctly, regardless of browser settings.
That isn’t going to cause any problems elsehwere, will it?
<!doctype html> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> ... </head>
If I put the meta inside the head it doesn’t render correctly.
Could it be these lines?
<!--[if IE 7]><html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if lte IE 8]> <html class="ie8 no-js" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
If I remove those three lines, and put the meta inside the head, then it renders correctly.
<html class="not-ie no-js" lang="en">
Hi,
I am trying to configure the form on the Contacts page so it sends an email to my email address when someone submits a message. Please help.
Thanks! GI
Hi Rockies1986,
Have you tried to change email address in php/contact-form.php? Also you find instructions in Documentation.
Thanks!
The version I downloaded only has “apple touch icons” instead of the little down and sideways carrots. Can I get the artwork the way the preview shows the site?
Thanks, dp
Nevermind. I figured it out. The header is missing the relative link to the link to the fontawesome css file. (great template BTW)
Hello Dan great template, very unique design.
I have 1 question: I want to create custom.css so thouse edits i make do not affect into future stability updates. Can you tell me how to do this ?
- Create custom.css and put it to
cssfolder - Add link to this file in the head section of each html file:
<link rel="stylesheet" href="css/custom.css">
Make sure that you added this link after other css files.