SomniaThemes
- Microlancer Beta Tester
- Has been a member for 1-2 years
- Referred between 1 and 9 users
- Bought between 10 and 49 items
- Netherlands
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
323
Purchases
Buyer Rating:
4.83 stars
4.83 average based on 35 ratings.
-
5 Star
3085%
-
4 Star
411%
-
3 Star
12%
-
2 Star
00%
-
1 Star
00%
| Created | 12 December 12 |
| Last Update | 8 May 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Compatible With | Bootstrap 2.1.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
- agency
- bootstrap
- business
- corporate
- isotope
- jquery
- layerslider
- modern
- photoshop
- responsive
- seo
- startup
- support
- ultimate
- unlimited colors
© All Rights Reserved SomniaThemes -
Contact Envato Support


Cool template. As soon appear wordpress template? Ready to buy as soon as possible.
Hello,
Thank you for your kind words. We’re working on a WordPress version right now.
Follow us so you can see when it’s released!
Kind regards,
Timon, SomniaThemes
hi, love the template. how do i get the contact form to work? not sure what to do.
thanks.
Hello tyoung560,
Have you read the documentation?
It shows you what to change in the php file to let it send to your e-mail.
If you’re still unclear after that, please let us know and we can help you out.
Kind regards,
Timon, SomniaThemes
Hello! Good job ! i nees help tp put the background image fullsize please
Hello mathrfick,
First of all, thank you for purchasing our template, we really appreciate it!
How to get the background full size can be found in the documentation:
To get a background on the entire page add the class body-background to the body It should look like this:
If you have anymore questions, don’t hesitate to ask.
Kind regards,
Timon, SomniaThemes
THANK YOU FOR YOUR HELP !!! AMAZING TEMPLATE! GRATZ!
Other thing, on the home page… the “Why choose us?” section… can you help me to put it into …. sorry about my english … like slider… they can change each 4 sec …
do you understand?
Hello,
Those are the Twitter Bootstrap Tabs. I’ve looked around for you and there is one solution offered on stackoverflow. You can find it over here:
http://stackoverflow.com/questions/11978977/change-twitter-bootstrap-tabs-automaticallyThe code for the tabs can be found in js/custom.js.
Ok GOOD! Thank you.
Sorry! last question about the LOGO, where i can get it more larger?
I’m not exactly sure what you mean? Do you want to make your logo larger?
yes
Isn’t that just simply making your picture bigger? Or am I understanding you in a wrong way?
Hi have downloaded this template from Theme Forest and was wondering, is the blog section all setup or would i need to download or install anything in addition to get the blog to work?
Hello AvverroesDesign,
Thank you for your purchase, it’s appreciated.
There is no backend with this template. This template is pure CSS and HTML. Our WordPress theme is coming around the end of January, this will have everything supported by a backend.
are there any ready made back ends that can be integrated easily out there for the blog
All backends require custom coding I’m afraid. WordPress / Joomla / Drupal are the most popular ones.
You could write your own code but that will take you quite some time.
Perfect template, rated five, thanks for the great work!
Thanks alot for your kind words and for the rating! It’s really appreciated.
Good luck with the template.
what is the simplest way to add CAPTCHA to the contact form? Our company has received several spam emails since hosting the website using your template.
Hello,
Thank you for your purchase, it’s really appreciated.
The simplest way (I think) to add CAPTCHA is with reCAPTCHA from Google.
http://www.google.com/recaptchaGood luck!
Hi how can I add and/or edit icons for example the contact icons in the contact us page (little house and telephone icons) as well as say the arrows and plus minus signs in the list.html
Hello AverroesDesign,
You can simply change the icon class.
Here’s an example:
<ul class="list"> <li> <i class="icon-minus" /> Your Text Here </li> </ul>Change the icon-minus to the icon you want.
The icon names can be found on http://fortawesome.github.com/Font-Awesome/
So the icons are being derived from another source and are not actually amongst source files?
I sincerely apologise for the questions but im just curious incase say the link above went down I would be a little stuck wouldnt I? And furthermore, colour of icons
Hello,
The icons are in font files which come with the template. They are being loaded from your server. Nothing will happen if that link goes down.
The font files can be found in the /fonts folder of the template.
You can set a color with CSS. Just add a class or target the li i and set the color.
In the lists file there is this
when you remove the ok-colored-green the icon turns grey again. I have looked everywhere in the CSS files and there is nothing i can find that relates to ok-colored-green. Reason I brought this up is due to me wanting something turning red and i thought it would have some reference to the code above
I have initially resolved the issue by adding style=”color: red” within the opening tag but would still love to know how the aforementioned ok-colored-green works
cheeeeeeeeers
Hello AverroesDesign,
.ok-colored-green { color: #A3BC71; }
It was just a class we made in CSS, give that to your icon and voila. Colored icons.
If you have anymore questions, don’t hesitate to ask!
Thaaaaank you for the help, I do happen to have another question lol
In the footer we have the twitter feed, I want to replace the flickr section with a live facebook feed, is that possible? if so how do I tackle it
Hello AverroesDesign,
Please take a look at the following:
https://developers.facebook.com/docs/plugins/You can look up what you want over there and then just embed the code on your webpage in the footer.
Hi,
Is it possible to link an image with lightbox effect and without overlay?
for example if I would like to lightbox only 1 image
Thanks
Hello edendom,
First of all, thank you for purchasing our theme. We really appreciate it.
This is perfectly possible
. You would have to do it the following way.
<a href="yourlightboximage.png" data-rel="prettyPhoto"> <img src="yourimage.png" alt="" /> </a>This won’t show the hover and will just open the lightbox.
If you have anymore questions, don’t hesitate to ask.
Kind regards,
Timon, SomniaThemes
Thanks but it seems to not work for me, have you tested it on you side? Or maybe there is a required div or something other to work?
Hello edendom,
Yes, I’ve tested in on our side.
Have you made sure that you included prettyPhoto.css and prettyPhoto.js?
If you included it and it still doesn’t seem to be working, please upload the files to an FTP server so I can take a look.
Send me the FTP information trough a private message on our profile page.
Kind regards,
Timon, SomniaThemes
AH got it! In template I found an issue where missing an uppercase: prettyphoto.js – prettyPhoto.js same for prettyphoto.csss – prettyPhoto.css
It works now
Is it possible also to use ‘prettyphoto[ppgal] ’?
Yes, that’s perfectly possible.
you would then do the following:
<a href="yourlightboximage.png" data-rel="prettyPhoto[galleryname]"> <img src="yourimage.png" alt="" /> </a> <a href="yourlightboximage2.png" data-rel="prettyPhoto[galleryname]"> <img src="yourimage2.png" alt="" /> </a>thanks a lot
Sorry for asking so many questions but I’m looking to change the color of the buttons on the LayerSlider. I would like Slide 1 and Slide 2 to have different colored buttons.
Hello tyoung560,
The style for the buttons can be found in style.css on line 4596 It has the following property name: #homepage-slider .button . You can just change the background-color and border color there.
Now you can make different colored buttons by just giving another class to the button.
Go to index.html . Now on line 373 you will find the first button. On line 394 you will find the second button.
Just add a class and give that class a background-color in style.css .
If you can’t get it to work, let me know and I can do it for you. You would have to send an email with your FTP information so I can edit the files.
I was able to change the color by changing the class “ls-s7 button” to “ls-s7 button1” and then making .button1 in styles.css. I was able to have two buttons with different colors, however, the new button does not have the same overlay/hover effect as the original.
Hello tyoung560,
You should leave the button class the way it is.
The button class has all the overlay/hover effects.
Add a new class like the following:
“ls-s7 button yourclass”
Then give yourclass a background color and a different border. It will overwrite the button class. Make sure you enter the CSS at the bottom of style.css, so it overwrites the button class.
I’m still having trouble. I can send you the files if you’d like.
Do you have them on a FTP file somewhere, if so please send us a private message trough our profile page with the information (or send straight to email below, doesn’t really matter).
If you don’t, please send an email to info@somnia-themes.com with the files.
files sent via email.
I have made this into a DotNetNuke template and I’m getting an error “Uncaught TypeError: Cannot read property ‘left’ of null ” in custom.js on any child page. Any ideas? It’s killing js, thanks.
Hello Robbie,
Thank you for your purchase of our theme, we really appreciate it.
Could you send me an URL where we can view the webpage and the error?
I sent you a direct message from your profile. It will be coming from trevor@3sidedmedia.com Thanks
I’ve sent you an email.
Thanks for all the help. I was able to get everything working.
Hello Robbie,
Glad you got everything working.
Good luck in the future and if you have anymore questions, don’t hesitate to ask!
Hi, i need help with your contact form… it’s not working
WORKING! forget my last message
Awesome! If you need any help, don’t hesitate to ask.
The contact forms don’t work. They don’t seem to submit anywhere. The form action goes to ”#”. I saw your answer to tyoung and read the documentation and updated the fields. But something is wrong with either the php file or your code I think because nothing happens.
Hello katriley,
Are you on your localhost? If you are, the contact form won’t send emails because that’s not setup.
If you’re not, please send us your website URL trough a private message on our profile page and we can take a look and find out what the problem is. The form action should indeed go to ’#’.
Actually its just the one on the slider thats not working. avasure.com
Hello katriley742,
Could you send a private message with your FTP information? On the frontend there seems to be no problem.
I’ll then try and fix it for you.
Kind regards,
Timon, SomniaThemes
sent, thanks!
Hello, in version html contact form and newsletter do not work.
I modified the php file according to the documentation.
What I can do?
Hello ChromanceStudio,
Please read the e-mail I’ve sent you.
not send any mail
Hello,
That’s weird because you sent us a private message a day ago and we replied on that.
Anyway, this is the reply:
Hello ChromanceStudio,
Are you on your localhost? If you are, the contact form won’t send emails because that’s not setup.
If you’re not, please send us your website URL and we can take a look and find out what the problem is.
Kind regards,
Timon,
SomniaThemes
I received no response, so I contacted here.
Please could you forward the message?
Please Help me!!!! direccion@chromancestudio.com
Hello ChromanceStudio,
I replied above here and I sent you an email to that mail-address?
Are you on your localhost? If you are, the contact form won’t send emails because that’s not setup.
If you’re not, please send us your website URL and we can take a look and find out what the problem is.
Kind regards,
Timon,
SomniaThemes
chromancestudio.com/v3/index.php dont entry in index.html
Hello ChromanceStudio,
Could you send a private message with your FTP information? On the frontend there seems to be no problem.
Kind regards,
Timon, SomniaThemes
Any change?
I can continue uploading files??
ChromanceStudio, I’ve sent you an email.
I have had no response from you.
I sent a private message giving the file path.
ChromanceStudio, again. I’ve sent you an email.
I have not received anything.
Please forward the message.
Love the design and want to buy but i’m seeing an issue with the site on generation 1 iPads. 1st time viewing site (your demo) in landscape mode everything is correct. Switch to portrait mode and site renders correct. Switch back to landscape mode and site does not resize and is too wide. Need to double click screen for site to shrink back to expected layout.
Hello rcalado,
Thank you for your interest in our theme.
We really appreciate it.
We added it on our list so we can take a look at it. Thank you!
Looks like the ipad orientation issue is a known bug with Bootstrap. Take a look at this : https://github.com/scottjehl/iOS-Orientationchange-Fix. I haven’t had the chance to test it out yet but I think this might be the solution to our issue.
Hello rcalado,
Thanks for the link, we’ll be sure to take a look at it!
Kind regards,
Timon, SomniaThemes
Hello, Any word how soon for the wordpress template?
Hi there!
We are working hard to get the Verendus Theme ready. Follow us on Twitter to get more updates about the release and something new in the Verendus Theme.
-SomniaThemes
Hello,
Thank you for this great template and nice documentation. I have a question though.
I have created a new page (let’s say “tabexample.html”) by filling “empty.html” with the “tabs” shortcode (with the vertical one to be specific). It works perfectly, however I want to link “tab items” from another page, header-menu so the specific tab button should be selected whenever user clicks that link and the tab container page is opened.
I have tried creating links like “tabexample.html#tabbutton2” but it still opens tabexample.html with the first (default) button selected. Is there anyway to accomplish this?
Kind Regards
Hello erdemcc,
Thank you for your nice comment and your purchase, it’s really appreciated.
The tabs are made with Twitter Bootstrap and unfortunately don’t support the linking you describe.
However, you can check the following link for a solution for your problem. It involves some custom JavaScript.
http://stackoverflow.com/questions/7862233/twitter-bootstrap-tabs-go-to-specific-tab-on-page-reloadIf you need any help with this, please let me know.
Hi,
I just finished a database driven website with this template on my desktop, transfer it to my new laptop to show to the client tomorrow, test it and… it looks horrible on Explorer 10 / Window 8. I also get the message that my browser is updated, because it doesn’t recognize the new browser.
Any ideas on how to fix this??
Hello islandtalker,
First of all, thank you for your purchase, it’s really appreciated!
That’s weird since we’ve tested it with IE10 and it works just fine over here with Windows 8. Could you send an URL of your website in a private message trough our profile page so we can take a look?
Hi,
Sorry for the late replay. Since you mention you had tested it and I tough that maybe it was just because I was running it from localserver – it has happen to me before – and it would work correctly once live.
However,I just uploaded the first test and icons and not showing correctly on explorer.
Any ideas? I really need this working by next week for delivery to the client.
I will PM you the test link.
Thanks!
Hello islandtalker,
I haven’t received a test link from you yet.
Kind regards,
Timon, SomniaThemes
Hi, I send it twice using the private message thingy on the profile page. Do you have an email I can send it to directly?
Thanks
Hello islandtalker,
You can send it to info@somnia-themes.com.