60 comments found.
Hello,
I pruchased your template and am pretty happy after adjusting it to my needs. Everything is working out fine so far, but as I am not an HTML/CSS guru i have some questions left:
1. Is it possible to have an overlay on the revolution slider with something other than text? I’d like to get rid of the logo from the top menu and have it overlayed on top of the slides instead (as a transparent picture/vector)
2. How CAN I get rid of the colored boy in the top menu and have it centered from the beginning (the way it looks when you scroll down)
3. For now I am using the portfolio2.htm for my project presentation. Unfortunately I have a lot of portrait picture formats which I cant manage to implement into the existing layout properly. Is there an easy way to insert two portrait formats into the slider? (i already have them cropped down to 385×530 by now – and merge two of them together to get to 770×530…which is pretty annoying) 
thanks for your help Mattai
Hi,
1. Yes it is possible to have image captions as well as text. All you need to do is put an image instead of text in .caption div:
<div class="caption large sfb" data-x="center" data-y="245" data-speed="900" data-start="800" data-easing="Sine.easeOut"><img src="" alt="" /></div>
2. You can have the menu centered, and the logo hidden with the following css code. (Paste it at the end of style.css):
.navbar-nav > li {
border-right: 1px solid rgba(255,255,255, 0.06)
}
.navbar-nav > li:first-child {
border-left: 1px solid rgba(255,255,255, 0.06)
}
.navbar .navbar-brand {
display: none
}
.navbar .navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px;
}
.navbar .navbar-collapse {
max-height: inherit;
float: none !important;
}
.navbar .navbar-collapse .navbar-nav {
text-align: center;
float: none;
padding: 0;
}
.navbar .navbar-collapse .navbar-nav > li {
float: none;
display: inline-block;
}
3. Unfortunately it is not possible to insert two images in a slide at once.
Hello, I wanted to make some change in the following page, such that when the back button is clicked, the page closes, as opposed to sliding back.
Also, would it be possible to add some opacity to this page?
http://themes.iki-bir.com/frost/raleway/#portfolio-post5.htmlI’m not good with javascript, and I don’t know what I need to change to achieve that. I would really appreciate your help.
Thank you.
RT
Hi,
Unfortunately fade and opacity options are not available.
Hello, I just purchased the Frost theme, but seem to have run into issues with the Chrome. When I click on the listed items under Portfolio – it opens up the page and the back, next and prev buttons are visible but rest of the contents are not. Any idea why that is happening? I would appreciate your help in this matter.
Thanks.
FM
Hi,
Since some browsers deny local AJAX requests, the Showcase Portfolio section won’t run locally. Please test it on a working web server.
Thank you so much for your response. Yes, it worked perfectly once I tested it on the server.
One more question - i wanted the portfolio section to to have 4 columns as opposed to the 3 (as we currently have in this template). How can I change that - I tried css and couldn't identify the correct code - would you be able to help me get to that? Thanks, in advance.
RT.
Please replace the existing code between lines 2986-2994 in style.css with the following:
.fix-portfolio .items {
margin-left: -10px;
margin-bottom: -10px;
}
.fix-portfolio .items li {
width: 285px;
margin-left: 10px;
margin-bottom: 10px;
}
Thank you for your response. That’s the first thing I had tried but it didn’t work for me. Is it possible that something in one of the .js file overrides the css? Appreciate your help.
RT
Sorry, my bad, please ignore my last comment – i refreshed and it worked. Thank you.
Hello, I bought your Frost – Multipurpose Responsive One Page HTML5, I want to reszie the banner to like 1600×500, I reduced the image but it went full screen again, how do I do this, from CSS file or what? and How do I change the colour?
Thanks
Hi,
You need to disable fullscreen in Revolution Slider script in style/js/scripts.js by changing
fullScreen: "on"
with
fullScreen: "off"
Oh great! what a fast response. Thanks. One more thing, how do I change the map? and the theme colour? Thanks
I will like to change the photography and sound design logos too under “how it works”
Hi,
You can find instructions on changing the map and the color in the help documentation. And list of the available icons can be found in budicon.html file.
Great! Thanks
One more last thing, How can I make the Logo too float as the menu floats while I scroll down the page?
Oh! I’ve uploaded to web server, I just viewed on my mobile (HTC One) and I saw all the menus I removed appeared on the menu, how do I remove from the menu from Mobile version?
Hi,
Please make sure the browser cache is cleared on your mobile. The menu should be the same on all devices. If you still have the problem after clearing the cache could you please provide your website URL so we can take a closer look?
Yes, it’s still same on my mobile after clearing the cache, viewing well on tablet but the removed menu still appearing on mobile, the url is laylet.com/new
We see that you still have all the menu items in your code. You need to remove the dropdown codes so the final menu should look like this: http://f.cl.ly/items/1I132m3R2b1p243m0G2q/%3Cnav%20class=collapse%20navbarcoll.txt
Got it, all done. Thanks
Hello,
I love the theme – I am having some trouble with it though. It could be me, but I am not sure. i would very much appreciate some help. So when a click on a portfolio page some of the portfolio content loads but safari and chrome are having loading some of the images. I check it in the dev tools in chrome and the images are catching some strange error. 403 maybe can’t remember. i would like to solve this so I can pass it off as a finished project.
Thanks again for you time and again very much love the look of the theme.
Could you please provide your website URL so we can take a closer look?
www.1-bid-2.com
Hi,
When we check the image paths we see the 403 error too. For example: http://www.1-bid-2.com/style/images/realestate/10acrefarm/032.jpg This is a hosting issue. You will need to contact your hosting provider.
Hey.
First of all thank you for this clean and customizeable template!!
I’m in the middle of working my way into customizing the template to my needs and ran into some difficulties (due to my lack of coding power
).
Maybe you can help me out?
1. Where in the code is it possible to change the Text colour of the Revolution Slider overlaying Texts and arrows? Some come in black, some come in white (but the classes seem the same to my newbie eye)
2. Is there a possibility to tag a project with TWO categories in the portfolio section?
3. Is there a possibility to add/provide a page with all layout styles implemented in the css? Something similar to the “Features > Elements” or “Features > Headers” pages, but with text layout examples? (like “text-centered” “3 columns” “4 columns” “1/4to3/4” etc) I’ve seen this on some other templates, and as i am not that quick with interpreting the style.css a quick example page would be of help to me.
Thanks
Hi,
1. Each caption has the classes “large” or “small. If you scroll to Revolution Slider css settings in style.css you will see the colors they have. You can create new classes with different color and size settings and add them to captions to edit the existing classes.
2. Yes it is possible too assign more than one categories to a portfolio thumbnail. If you look at each li tag in the portfolio section, you will notice the classes of categories like “web”, “graphic” etc. All you need to do is add all the categories you wish to assign next to the existing class:
<li class="item thumb web graphic"> thumbnail details </li> 3. We used Bootstrap as the base of the template. So you can find the examples you're looking for here: http://getbootstrap.com/css/#type-alignment http://getbootstrap.com/css/#grid
thanks for the swift. i’m getting somewhere now.
some last questions (hopefully)
1. may there result a problem when i try to organise the portfolio items in folders rather than in the main directory? (i will link the urls properly)
2. why do the portfolio.htms have the whole navbar-html and footer inside again? is this necessary?
3. i couldn’t find the proper spot to change the text of the portfolio.htms navigation “back” “prev” and “next”...i need this in another language 
thanks for your help…i promise to stop asking annoing questions shortly 
Hi,
1. Shouldn’t be a problem.
2. They are not necessary but we put them in case the pages are visited directly: http://themes.iki-bir.com/frost/raleway/portfolio-post.html
3. You can change the button texts form portfolio script in style/js/scripts.js between lines 147-149
to 1. It shouldn’t be a problem, but i struggle with the pictures inside the portfolio pages.
when testing offline (i have MAMP installed to simluate a server) the portfolio pages wont load any text or pictures. this only is done online when i upload the stuff (which is annoing)
. is there any workaround to that?
(My Structure setup is like this: index.html in the main folder – the other folders and template docs as installed. i set up an extra folder “content” with subfolders “project1” “project2” etc. In this folders i have the portfolio2.htm and the corresponding pictures. the pics are linked in the portfolio2htm…but the content doesnt show up when i klick a portfolio item from the main html.)
Not sure if we understand you correctly but since some browsers deny local AJAX requests, portfolio section won’t run locally. You need to test it on a working web server.
Hi, the pack come with PSD files?
Hi, You can download the PSD file here: http://elemisfreebies.com/06/25/frost-free-homepage-psd/
Really nice work, I liked it very much. it’s almost everything is easy to change or control. But one thing I could not find relating to sticky navbar. When you scroll down navbar is on top as fixed sticky but without logo. I want logo also to be appeared there. I searched it on scripts.js found the section relating to sticky navbar changed something but.. Please help… hopefully there’s an option to solve this. Thank you again for the nice template!
Hi,
Unfortunately there is no direct option for this available.
Maybe a stupid question, but I am missing the scripts for the click and share the love. Can you help me out here? thx
Click and share section is design only. It is not running on the demo either. You will need to add the social sharing plugin yourself. There are some examples here: http://www.sitepoint.com/10-social-sharing-jquery-plugins-missed/
Hi Elemis, I found some nice ones already. Tips for the other users: http://www.sharelinkgenerator.com/ Thx for the reply !
Thanks for sharing!
a simple problem I bet but – non of my budicons show up on my website – it works fine on my desktop in the folder. All files are uploaded, kept all names and paths the same - Thanks David
permission issue of some kind – got it sorted!
helo,
i just bought your great theme again for another costumer. this time i have problems by importing the demo content. both described ways wont work. i also checked debug flag, its off.
any ideas here?
Hi,
Wordpress version of Frost is released by a different author, tommusrhodus. You can contact him through Frost Wordpress discussions page: http://themeforest.net/item/frost-multipurpose-one-page-wordpress-theme/8192249/comments or his support forum: http://tommusrhodus.ticksy.com/
Hi, great job on the theme. Works very well. I am having a couple of issues though: first, I can’t get the contact form to wrap responsively. Second, I have swapped out the main slider for a single image but this doesn’t scale responsively either. You can view it here: http://www.riverofeden.com
Any help would be greatly appreciated!
Hi,
Contact form seems to adapt to screen size. We haven’t noticed any problems. Could you please provide a screenshot if you still see an issue with its responsiveness?
The slider is in fullscreen mode, so it tries to fit the screen with 100% height, that is why the image appears cropped from sides. You can disable the fullscreen mode through revolution slider options.
Where can I see what all of the budicons look like and their code?
The budicon list is available in the template package as budicon.html
Hi,
From where can I change the address of the contact us so that i’ll receive the emails being sent by clients?
Regards,
Graziella
The instructions for this is available in the help documentation.
Thank you for this beautiful theme.
Thank you so much for your feedback 
Hi, I currently Purchased your theme and loving it. Went to a part when I need to display 5 columns in a pricing table, which didn’t fit normally. I changed col-sm-3 ( which makes 4 columns fit) to col-sm-2 (which makes 3 columns but fit abnormally) is there a way to fit 5 columns perfectly, it’s like fitting but the columns are small and unbalanced depending on the page. thank you for your time.
Hi,
By default Bootstrap does not provide grid system that allows us to create five columns layout. But there is this guide on how to create it: http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/ We haven’t tested it but it appears as easy to do.
Thanks for the Quick suggestion, Worked like a charm and took me less than a minute!
Also By Any chance you’ll add a Select Class?
Do you mean adding a select field in the contact form?
When I launch the index.html in Chrome Version 36.0.1985.125, it is not displaying the portfolio details pages – meaning, click on the thumbnails, page slides in, see “Back”, “Prevous/Next”, but space below that where the content goes is blank. This is when it is hosted on server, not just viewing local files.
This template cites Browser Compatibility, but I didn’t see any specific restrictions for Chrome users.
Any updates or support for Chrome being released?
Many thanks.
Nervermind! Looks like it was some sort of loading issue—Chrome is not a problem.
Ok, sorry guy’s. Need more help if possible 
I’m confused with the Portfolio Posts. when you click on one of the images (It should bring you to the portfolio post. I can’t see it! am I doing something wrong? I have filled in all the text in the post html files. so thats all good I think.
I noticed on the documentation that it states : The scripts that are included in the portfolio posts, should be called under “CALL PORTFOLIO SCRIPTS” in style/js/scripts.js, too.
I’m not sure I understand this bit.
If anyone would be so kind as to help, that would be bloody marvellous 
Thanks 
Hi!
Since some browsers deny local AJAX requests, the Showcase Portfolio section won’t run locally. You will have to test it on a working web server.
Hi!
I wonder if anyone can help! Just purchased this template and am currently in the middle of editing it. I am using Dw to do so. Forgive me if this is a silly question! I am somewhat new to HTML and Dw for that matter! Heres the question, I was wondering if I could get rid of the coloured box (colour depending which option you use, I chose green) that surrounds the Logo? I don’t mind the green menu and well everything else for that matter, but my logo doe’s not match or look right against the green box. Hopefully there is a solution 
Any help would be much appreciated! 
Many thanks Sophie.
Hi,
Please add the following code in “style.css”. It will remove the background from logo:
.navbar-brand {
background: none !important;
height: auto;
padding: 13px 0 0 0;
position: relative;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Thank you so much!
It worked
Cheers for the speedy response also, muchly appreciated.
One last question, and again, forgive me for I am a newbie.
Is there anyway I can make my Logo appear bigger? Whatever size I make it in Ai it still appears tiny on the template.
Any idea?
Thanks.
Hi,
You need to make the height value of ”.navbar-brand img” same as your logo image height.
Thank you so much! 
You’re welcome!
Hi, the theme looks great but i have an issue with the portfolio post type. Unlike a standard post it seems to be impossible to link portfolio categories to the menu with the means offered by the admin-page “Design/Menues”
Is there a solution for this problem? I want eg. that a user can click on “graphicdesign” and see on the resulting page only the items categorized under “graphicdesign”. Now, there’s only the option to see the portfolio-grid-page with all categories.
I can add a single category with the ebor-templage builder, but than the word “ALL” will be still displayed.
Further, I want turn off the ajax-onpage-loading of the portfolio-items. I want load the portfolio-item like a normal page.
There is also a problem if a user click on the browser-back-button – if he do so, not the portfolio grid view is displayed but the page that he has visited before.
I want to handle the portfolio-posts like a standard-post-page.
Is there a solution for this problems?
Hi,
You seem to use the Wordpress version of the theme. But this is the HTML discussion board. Can you please write your comment here : http://themeforest.net/item/frost-multipurpose-one-page-wordpress-theme/8192249
You’re right, sorry, I just posted it there.