This item was featured on ThemeForest
This item is by an Elite Author
elemis
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Beta Tester
- Referred between 500 and 999 users
- Bought between 50 and 99 items
- Has been a member for 4-5 years
- Exclusive Author
2,321
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 380 ratings.
(more information)
-
5 Star
25466%
-
4 Star
8422%
-
3 Star
277%
-
2 Star
82%
-
1 Star
71%
| Created | 22 May 10 |
| Last Update | 18 June 13 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
- clean
- dark
- elegant
- flexslider
- help documentation
- jquery
- layout
- light
- one page
- photography
- php
- portfolio
- quicksand
- responsive
- skin
© All Rights Reserved elemis -
Contact Envato Support


Nice theme,
Is there a way to add more space between the sections? I notice on my template that when viewing some sections the next section is showing at the bottom of the screen.
Hi,
You can change the space between sections by pasting the code below into the “Custom CSS ” field in the theme options panel and changing the value 300:
.section-container, #top, #portfolio, #news { margin-bottom: 300px; }Thank you, that did the job.
I’m trying to use the contact form to send email to my gmail. I’ve tried all the correct information that goes into the php file, but it keeps giving me the “Error. Please try again.” I followed your directions in the documentation, but no luck…
It seems that gmail needs SSL , for SMTP . But I don’t see anything in your php for SSL . Is it missing? Or what can I do to get this working. Please help, thank you.
Not sure if this helps, but I’m hosting through GoDaddy
Hi,
If you can give us permission to your wordpress admin we can take a closer look (on Monday morning). You can send the credentials to us via the contact form on our profile page.
@elemis I sent you the message, with my information. Thanks a lot. Hope we can fix it
Two questions:
1. How do I change the default style of prettyPhoto…? I tried doing what it says for prettyPhoto’s documentation (Changed Line 21 in jquery.prettyphoto.js, to a different name like it says). But this does not work… Nothing I try to change in prettyphoto changes. Is there something you have that’s overwriting this?
2. How do I change the sizes/widths of the image container that comes up after you click a gallery thumbnail. From using Firebug and inspecting the code, it seems like it might be pp_pic_holder? Specifically, the smallest view which is mobile, it seems way too small…
Thank you
Hi,
You can change the prettyphoto theme through the lines 113 and 203 in style/js/custom.js. You can find the names of available prettyphoto themes here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Please note that prettyphoto is disabled for iPhone and iPod since it displays smaller than the thumbnail size on small screens.
I see. Well I’m using a Windows Phone, and its still using it on Windows Phone. Do you think you can update it to disable on WP also? Thank you
Hi,
We don’t have the chance to test if it works but can you please replace lines 112 and 202 of style/js/custom.js which is
if(!(navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {with
if(!(navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Windows Phone/i))) {and see if this will disable prettyphoto on Windows Phone as well?
Nope didnt work…
Hopefully, look forward to an update that you guys make for this fix. Windows Phone is becoming popular quickly and I hope to see support for it
Hi,
This code is not something that we can come up with. It is a general code which is used to detect devices and if the page is viewed with those to disable the lightbox. We are trying to find the code to disable Windows Phone. There are couple of other suggestions on the internet. Can you please also try the ones below:
if(!(navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Windows Phone [1-6]/i))) {or
if(!(navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Windows Phone OS 7/i))) {If these won’t work please note that it is in our plans to replace prettyphoto with another lightbox script but it won’t be very soon.
Yup, I did a little research too and none of those worked. Sorry
Hi,
At least one of these should have worked. Please make sure you are pasting the codes on the right places. If you still cannot make it work, we will update the theme with a different lightbox anyway. But it won’t be very soon because currently we are working on a new project.
I’m sorry, I tried it again and it really doesn’t work… Its exactly what I had before.
Just tried this on an iPad v3 and it doesn’t work, eg Portfolio tabs don’t function.
Hi,
If you are testing on the live preview please make sure you close the frame on top.
For some reason I can’t change to the next news item on an iPhone or Windows Phone. I have nt tried it on Android, but the left and right buttons don’t seem to function.
Hi,
The news script doesn’t seem to work properly on your website. Normally the buttons work perfectly fine, as you can see in our live demo. Some changes you have done may have broken the script. Please check your website on http://validator.w3.org there seems to be some unclosed tags. The reason of the script not working may be related to those as well.
I figured it out. I fixed some other things thanks to that w3 validator. Didn’t know about that tool, so thanks for that. But the problem was actually the order of the news items I had. I was trying to change the order of the items in the html, but it messed it up. Works now
Outstanding template. The documentation is invaluable. One question: I designed a site (cch4u.com) and didn’t use the News or Portfolio sections (they are nice!) and had the Our Services section directly follow the slider. Is there a way to have this section scroll up to the menu like the other sections do (would hide slider and allow entire section to be seen)? The other sections have the 150 px padding (.borderline), but that would put a large gap between the slider and the Our Services section while at the home position. Any way to do this? Thank you in advance.
Hi,
Sorry but we couldn’t understand your request exactly. We’d appreciate if you could provide a screenshot. But please note that this is an HTML template and everything should be possible.
I have the screen shots but don’t know how to provide them to you (email, etc.?). Please let me know and I will send to you.
Hi,
You can upload them to an image sharing website. Or you can send us an email via the contact form on our profile page, we can reply you and you can send the screenshots then.
Is there a way to make the flexslider so it doesn’t auto rotate? I trying to put some videos in it, and it keeps rotating through them while they are still playing. There must be a way to set auto rotate to false?
Hi,
Please replace the slider script starting on line 254 of style/js/custom.js with the following one:
$(window).load(function() { $('.flexslider').flexslider({ slideshow: false }); });Im trying to get my theme to display locally but it keeps freezing when I go to localhost and not displaying. I have only recently purchased a domain and web space but trying to get my theme working offline first and its not running… what could this be
Can I input Chinese Characters on the menu bar? If not, can I use graphics instead? Thanks.
Hi,
Cufon script is being used for the font. You can disable Cufon and use a websafe font which will support Chinese characters. To disable Cufon please open style/js/custom.js and remove the entire CUFON script.
thanks~
why did you change the menu bar in new version, and also automatic scrolling when we click menu item e.g homepage, about, portfolio etc. so do i have to use with manuel scrolling. where is the navigation menu with cool hover effects
Hi,
Navigation is still available. But it is not visible on screens under 1024px of width for responsive design. If you would like to keep the navigation for all screens then you can remove the necessary CSS settings in media queries CSS file.
Ok I got it but how can I do that exactly so which parts of the media-queries css file should I remove?
Hi,
You need to remove all “ul#menu” related CSS settings in media-queries. If you would like to make other changes you can inspect elements you need to change using Firebug http://getfirebug.com/
Hi!
Gerat Template! Is it possible to scroll to the news section and open a Tab in the news with a single command? e.g. to call #news and #post-6 at the same time ?
Hi,
Unfortunately it is not possible to link to a specific news item.
I just downloaded yesterday, so I’m guessing I have the new version.
Probelm: I added a music player at the top…as a result when the menu items are clicked they scroll approximately 20 pixels too far into the content. Eg. when you go to About/Biography the top part of the words “About/Biography” are cut off.
How do I fix this (how far it scrolls)?
Hi,
You need to increase the padding-top value of ”.borderline” in style.css.
Love this template and want to buy, but on my iPad, the top menu does not stick, so once a visitor scrolls down, they lose the menu, and the site seems far less effective and gets a bit confusing.
What can be done to make the top menu remain visible once you scroll down on an iPad?
Hi,
We had to disable the menu on mobile devices because the links on fixed items (like menu) don’t work on iOS. This is an iOS bug.
I cant go into my website. www.huttunenpictures.se
Firefox says: This page is redirected incorrectly Firefox has detected that the server redirects the request for this place in a way that would prevent completion. ^Google translate was used. But i can go into the wp-admin page.
But when i try to reach the website, firefox give me the message.
Maybe u know the problem?
Hi,
Please make sure “Your latest posts” is selected as “Front page displays” in “Settings – Reading”.
Hello, Thanks for the fantastic design. I seem to have lost a while editing that has caused the news scroller to fall apart. I sent you the link in an email, here on ThemeForest. Any chance you could help me get the news scroller working again. I’m not done editing it, but I’d like to get this part fixed before I get to much futher along. Thanks again!!
Hi,
We’ve just replied your email.
That worked right away – THANKS !!
Hi,
This is the HTML version discussion board. Please submit your comment here: http://themeforest.net/item/locus-responsive-one-page-wordpress-theme/discussion/112800
Hi, Is it possible to change the background image of the LOCUS WORDPRESS ? And is it possible to add a Pintrest icon to the social media icons?
Hi,
This is the HTML version discussion board. Please submit your comment here: http://themeforest.net/item/locus-responsive-one-page-wordpress-theme/discussion/112800
Hi,
Great theme! I wonder if you could help me customize the portfolio page. I have multiple images for each portfolio item but I don’t want all the images’ thumbnails to show in the bottom slider on the page (since all the images will have the same description).
How do I change the portfolio page so it displays nested images like the demo video in your Help documentation? (See http://vimeo.com/36953749)
Thanks in advance for your help.
Hi,
This is the HTML version discussion boards, we’d appreciate if you can post your question in the Wordpress version discussion board: http://themeforest.net/item/locus-responsive-one-page-wordpress-theme/112800
Thank you.
Hi,
I have another question – I have a “Recent Work” page for which I use the default template. On this page I want to link to an individual portfolio item on the Portfolio page. Is this possible?
Thanks.
Hi,
This is the HTML version discussion boards, we’d appreciate if you can post your question in the Wordpress version discussion board: http://themeforest.net/item/locus-responsive-one-page-wordpress-theme/112800
Thank you.
Hi! I just purchased this template! I was hoping you can advise me on how to integrate the following very simple code into the portfolio section :
http://buildinternet.com/2011/09/cycle-through-images-on-hover-with-jquery/I like all of the current portfolio functionality (“Project Name” on hover and lightbox on mouse up), but also on hover I need to have a cycling of the icons.
Please help! Thanks! -wes
Hi,
We are not familiar with the tutorial so we won’t be able to provide more help than the tutorial itself. You can implement the feature by following the instructions step by step.
Thanks anyway. I ended up getting it to work: the trick was actually that the hover slideshow code was sharing two class names with code already implemented in the template. When I modified them in the plugin and on the page I was able to make everything work together.