54 comments found.
Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://localhost/wordpress4/wp-admin/customize.php?theme=simpleflex
Hi, mostimax!
This is HTML template, not WordPress theme.
How can I make that when I Scroll Down the Page the Logo remains without getting smaller? Thanks in advance
Hi, alonsoruve!
Thanks for your question!
You need to modify your “main.css” file. Find this code: ”.is-sticky #header .navbar-brand” and remove “max-width: 150px;” CSS rule. You may also need to change “padding” rule to suit your design!
Best regards!
Hi, Nice template and got it working with my content, but having one problem: All icons and slider arrows are lost when I take it online. instead I get asian marks on chrome and empty boxes on a mac when testing. Any ideas what I have done wrong? Thanks
Hi, kerppu!
Thanks for purchase!
Those icons used our fonts. Make sure that you upload “fonts” folder.
If problem do not disappear, please provide a link to your site, we’ll try to help.
Ok, really embarrassing to admit this, but I had written the path to the Fonts folder wrong ( forgot the ../), well anyway: took a little break and found that, and now everything is looking just the way it should
Sorry I bothered you for nothing, thank you for the speedy answer anyway, nice to know I would had had backup in case of emergency…
Your template is very nice. when opened dimobile, no unusual appearance. I pay close attention turns when I scroll to the bottom of the slider, the display on the mobile so up and down. probably because in my opinion because the resolution of the image in the slider.
rsvd thanks ..
When i add
read more
the word “more” cannot be click to download file while the word “read” works perfectly fine. Could i know why??
The code as follow read more
above the read and more can direct download but when i added in the area about us. The 3 section in modern,simple and flexible. The code cannot work.y?
Hi, Edmund! Sorry for delay. We not sure that we understand you right. As we see now, “read more” link works well in Chrome, Safari and IE. Even if delete “about us” section. What code exactly is not working?
I solved it already. Was a position issue in CSS. Thanks
hi would like to check how am i suppose to make the top navigation bar remain in height when i scroll down?
The top navigation bar reduce in height when i scroll.
.is-sticky .sf-menu > li > a {margin: 18px 0 18px;}
Maybe you’ll also need to comment out some CSS rules with ”.is-sticky” class for logo, etc.
thanks.
amazing always;
Thnx
Hi there, Really loving your template. Thank you 
I want to show a different logo image in .navbar-brand for different media screens and when you scroll. I am attempting to do this in the main.css file with background-image:url(...) It seems like it will work, but is this the best way or is there a way to do it directly with html in the index.html file? Thanks,
<a class="navbar-brand" href="#top">
<img src="example/logo-xs.png" alt="" class="visible-xs" />
<img src="example/logo-sm.png" alt="" class="visible-sm" />
<img src="example/logo-md.png" alt="" class="visible-md" />
<img src="example/logo-lg.png" alt="" class="visible-lg" />
</a>
Or you can use conversely “hidden-*” bootstrap utility classes.
Best regards!
Thank you very much. So Easy! This is my first exposure to Bootstrap. It seems like amazing functionality.
1 other question. I have figured out how to display the logo on tablet screens but it covers the menu – how do I push the menu to the left OR just show the drop down menu (like for mobiles). I have tried a few things but nothing quite worked;) Cheers
@media (max-width: 991px){
#mainmenu { float: none; text-align: center;}
</coode>
and move “floan: none;” rule to this block of code:
@media (max-width: 767px) {
...
#mainmenu {...}
...
</coode>
Hi there, cool theme 
- How can I edit it?
Can I use any HTML Editor, including Adobe Muse and Bootstrap?
Thanks
Hi, FON! Thanks for purchase! This is simple HTML template, so you can edit it in any HTML editor that you prefer.
Best regards!
cool , thanks
Hello I’m having problems in my portfolio.
When I put a photo in the portfolio, it does not automatically appear in the lightbox zoom.
And the button to close the lightbox is not working. Can you help me, please? Thank you!
Hello,
Thanks for purchase!
1. To make your photo appear in the lightbox when you click on “picture” zoom icon, you need to create a link with class”prettyPhoto and add a “href” attribute to it that will follow on big image, like in following code:
<div class="portfolio_item_image">
<img alt="" src="example/intro_img1.jpg" />
<div class="portfolio_links">
<a class="p-view prettyPhoto" title="" rel="prettyPhoto[pp_gal]" href="example/intro_img1.jpg"></a>
<span class="heart">19</span>
<a class="p-link" title="" href="./gallery-single.html"></a>
</div>
</div>
2. It seems, that there is a small bug in prettyPhoto gallery theme. To make a “close” button work, please open “main.css” file in any text editor, find this code:
div.facebook .pp_close
and add a new “z-index” CSS rule to this selector:
z-index: 3000;
Best regards!
Thank you very much! Everything is ok now.
Hello, Thank you very much for your great template.
I have a question. In the opening slider sequence there is a link: Get More Info
When I change this to: <form><button></form>
The button shows up at the top of the page instead of where “Get More Info” was. Do you know how to fix this so that the <button> is shown in the same location?
The actual code is something like this:<form name=”NAME” action=”#” method=”POST”> <button type=”submit” name=”Submit” value=”Submit” class=”theme_btn”>Send</button> </form>
Thank you. Sincerely, Sage
Hello, xxsagexx! Thanks for purchase!
To fix your problem just remove a paragraph wrapper from your form and add all of it’s attributes to form tag:
<form name="NAME" action="#" method="POST" class="fs_btn" data-position="480,0" data-in="bottom" data-step="0" data-delay="1000">
<button type="submit" name="Submit" value="Submit" class="theme_btn">Send</button>
</form>
Hello! Thank you for your advice! The above worked great with the position! I had one additional question: the position is working now; however the “Send” button is cut in half on IE 10 and the text “Send” is very tiny on iPhone Safari. It looks good on both FF and Chrome. (the button in the “Get in Touch” section looks fine on IE and iPhone; and I would like the new Send button to look the same.). Would you be able to recommend a fix for the above? Thank you very much! Sincerely, Sage
Hi, xxsagexx! Please try following CSS code:
.fraction-slider .fs_obj .theme_btn{
width: auto !important;
}
@media screen and (max-width: 767px) {
.fraction-slider .fs_obj .theme_btn {
font-size: 2em !important;
}
}
Hi! great work! i´ve just bought ir and it´s perfect, but i can´t find the gallery html, isn´t it included?
thanks!
Hi, grubdc! Thanks for purchase. You can find “portfolio” section on a front page. If you need a separate gallery page, you can simple save “index.html” as “gallery.html” and remove all HTML code except “portfolio” section.
Best regards!
HI,
I would like to know how I can change the height of the homepage animation slider ? Its quite large by default and i would like to make it thinner across the page when it loads.
any references to the specific classes greatly appreciated
#mainslider .container {
padding-top: 201px;
padding-bottom: 139px;
}
For “modern” version you can modify your “main.js” file in line 184:
'dimensions': "1170,800",
This is dimensions for your slider in pixels.
Best regards!
Hello, i wanna make the top bar transparent, later when u scroll it make turn white again… how i do that?
Hello, tgrino! Sorry for long response! We had problems with comment notifications.
White background is set for ”#header” in your “main.css” file in line 413 of “modern” version and line 381 of lightweight version. You can change it to RGBA value ( ex.
#header {
background: rgba (255,255,255,0.3);
}
).
And when you scroll down, you can target to your header this way to change it’s background color:
.is-sticky #header {
background: rgba (255,255,255,0.3);
}
Really great work!
Can you please tell me how to put two Horizontal Sliders (as seen in “Shortcodes.html”) in one section, one above the other? When I copy and paste the entire Horizontal Slider HTML code to make a second slider, the first slider works perfectly but the second slider does not. The five images in the second slider are stacked on top of each other vertically and the Prev/Next arrows do not show up. Thank you!
//horizontal accordion
if (jQuery().elastislide) {
jQuery('#horizontal_slider2').elastislide({
imageW : 360,
border : 0,
minItems : 1,
margin : 30
});
}
Thank you so much!! I works properly now. I appreciate your help and your quick reply!
Good template!
Thanks for comment and purchasing!
can I customize this template in dreamweaver? or do i need bootstrap?
Hi, Aggeler! Thanks for you interest to our template!
You can customize this HTML template using any Text Editor that you like. Dreamweaver works well.
Bootstrap is a CSS framework, that we use in our templates. It is already integrated in our template.
Have you noticed the issue with the mobile nav? The custom scrollbar or nice scroll or whatever your using is really of on its margin or something…...
Also there is a shadow that lays over the right side of the web page.
fix these issues and I will buy.
thanks.
Hi, template_hacker! Thanks for your notice.
The “shadow” over right side of some sections – is a design feature. You can also see it in PSD version. You can simple disable by editing your “main.css” file, if you do not like it.
Main menu on small resolution has fixed height, so you can scroll it up and down when menu items do not fit to menu’s height. Can you clarify what exactly issue with main menu on small resolution?
We using nice scroll plugin for extended template layout. We do not see any problems with it, but you can simple disable this script to use a default browser scrollbar.
wordpress version?
Very very soon! Almost done! We’ll notice You!
Any idea of how much longer?
Hello! In Saturday WP was uploaded to themeforest and it’s in the queue waiting for approval. We’ll notice You
Hello, funktronix!
We’re glad to notice You that WP version of SimpleFlex is out now. Here it is http://themeforest.net/item/simpleflex-flat-one-page-wordpress-theme/7247149
Sorry for long wait.
Hi. When I try to install the .zip into wordpress it says ‘CSS’ is missing?
Hello, John! This web template is not a WordPress theme. WordPress Version of this HTML template will be available soon.
Damn.. My bad. I guess I’ll wait for that then
nvm
Hello, johnnienguyen!
We’re glad to notice You that WP version of SimpleFlex is out now. Here it is http://themeforest.net/item/simpleflex-flat-one-page-wordpress-theme/7247149
Sorry for long wait.