room122
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 200 and 499 users
- Sold between 50 000 and 100 000 dollars
- United States
232
Purchases
Buyer Rating:
4.21 stars
4.21 average based on 28 ratings.
-
5 Star
1864%
-
4 Star
310%
-
3 Star
414%
-
2 Star
13%
-
1 Star
27%
| Created | 20 July 12 |
| Last Update | 16 January 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, PHP Files |
| Widget Ready | Yes |
- agency
- clean
- creative
- css2
- gallery
- grid
- html5
- jquery
- minimal
- modern
- portfolio
- responsive
- simple
- theme
- wordpress
© All Rights Reserved room122 -
Contact Envato Support


It seems that when I link from the text in the slider (the one in the circle). Wordpress removes my tag. Is there a way I can get the link to stay?
Cheers -Andrew
The template for the slider is using echo get_the_excerpt(); which will remove links. Just replace it with echo get_the_content(); and your link will appear.
Thanks for the reply about the portfolio. We’re also having probs with the front page – the slider’s stopped sliding and the brush/cog/leaf/world section isn’t centering. Any ideas please?
Can you email me a link, so I can take a look?
Sure, thanks. Have just pinged over a link.
I didn’t receive the link… try sending it again, or post it here if you feel comfortable doing so.
Hey Room!!
I need to ask you a couple of things again. how do I change the default dimensions of the slider? and also I changed the project type names and the images in the portfolio are already classified in the different project types but the bottons stil don’t work on the web. Why is that happening? what else should I do after changing or adding a new project type?
Cheers!! Katherine
For the slider dimensions… The site is based on a 16 column grid. In order to keep the slider responsive you’ll have to change the container div’s class name based on the number of columns you want the slider to span. Currently it spans all 16 columns. So the class name is: If you want it to span half the width you would change it to ... You’ll also need to change your image size as well.
On the project type… Make sure that you have projects that are in your new project type in order for the buttons to appear on the site.
Hi, Nathan! When I insert [heading]...[/heading] or H2 tags into page with “Home page” template, they don’t work.. But when I changed “Home page” template to some other, it’s work perfectly… How can I insert H2 heading into page with “Home page” template?
Hi DeDron… The homepage templates are styled a little bit differently than regular pages.
To include [heading] on the home page, open layout.css, and remove .main-content-container from the style class span.bigtitle on line 272.
For the H2, add ”, .row h2” to .main-content-container h2 on line 263 of layout.css
Hey, just wanted to let everyone know that after receiving several requests for the ability to change the theme colors from the admin, the latest update does include that functionality.
Latest update includes:
Hi, Ok so firstly really like the design of the theme. I am pretty new to wordpress and I have purchased this theme to use. I am having trouble trying to get the slider to show on my homepage.. I am sure this is just me being new to it but I have tried copying the “full page” code to get it to show but have not had any luck. Thanks Jay
Hi there, make sure you are setting the front page as “static” under (Settings / Reading). You’ll find this link at the bottom of the left sidebar in the admin.
Then you can set a template for the homepage that includes a slider. You can see an example of this in the latest tutorial video. https://vimeo.com/47022217
Hmmm, still no luck. Page displays as expected but minus the slider at the top of the page. Sorry again if this is me being a total noob.
Thanks for you time. James
Do you have slides entered in the slide post type? And are you using a template that includes the slider for your home page?
Yeh I think so. I am using the provided sample images which come in with the xml file and I have attempted to switch use all the templates, even “slider only” and it doesn’t seem to pick up. It works when I view the “full page” sample page but not when I set that as a template.
Can you post or email me a link to your site?
Hi Nathan, Amazing work, and great support as I can read. My turn to bother you
Is there a way to create a gallery with images which have been already uploaded ? Or do I have to re-upload them and follow step by step your tutorial on Vimeo ? Thanks for your help.
The images have to be attached to the post… I don’t think there is a way to attach an image from the media library. So you may have to reupload.
Hi I want to know how many portfolios i can include with this theme. Thanks
The portfolio area is sortable by project type, technically you can have as many portfolios as project types. The initial view displays all projects. The user can then narrow the results by type.
Hey! I got the theme! Really liking it so far.
I was wondering… is there an easy way to make slider images into links?... so that clicking on the slider takes you to a particular post or page?
Hey… Glad you like it!
There’s no way to turn the home slider into links from the admin currently. But I’ll consider adding that feature in the next update.
hi I am having some troubles with the responsivness of the theme…
Due to overlays on the thumbs, i must tap 3 times to get to the photo or link. 1st tap reveals gray overlay, 2nd reveals the plus icon, 3rd opens a link.
Then the gallery does not have swipe, i must close and open each photo.
Any chances these issues will be addressed?
Hi there… They have been addressed in the latest version of the theme. You can download it now, and update your copy.
Hi Nathan, I love this theme! Thank you! I have been trying out different logos and it was working fine but now when i go to the ‘header logo’ and browse, after I press ‘insert into post’ there is no image on the age. It does have the ‘remove upload link, but no image on the options age and no image on my website. I have tried it with new images, images that previously worked, both from the library and newly uploaded. Any suggestions?
If you haven’t already… First try restarting your browser. Then try removing the previous logo images from the media library. If that doesn’t work you might try reactivating the theme.
Hi Great work!!! I wanted to ask if it is possible to remove the slider option and how to do it so I can include other content in there instead.
Thanks A
You bet, there is a template that is the gallery only (no slider)... If you choose that template for your home page, no slider will appear.
Hi there, But how do I make sure the new content goes above the gallery portfolio there are three options for the home page, with slider, with gallery portfolio and with both, the slider still shows up when I choose the home alone option. Maybe I am missing something, i need to insert an MP3 player above the gallery on the homepage Please advice
Thanks a lot! and again, great work!! Very happy with the theme A
Hi again, What you’re asking for will involve editing the code within the templates. If you’re comfortable doing that, you’ll need to choose the gallery only template, and move the code that displays content (Wordpress Loop) above the code that displays the gallery. You could also insert the code for your MP3 player within the template.
Ups, also, how do I make the sidebar float to the right, It is only available for the blog as a widget.
Thanks again
You’ll have to edit the template for pages. You can float the page sidebar to the right via the layout.css file, or you can swap the page side bar with the blog side bar so that it appears on both pages and the blog.
Great! I’ll do that! Love the theme!!!!!!!
Glad you like it!
I have swap the sidebar on the page template to the ‘blog-sidebar’, and it did move the main content to the left, leaving the space for the sidebar on the right, but now the content I have in the widget doesn;t show up
see link: http://audiothumbprint.com/audio/pages-2/sample-page-1/ Thanks again!
PS: I successfully move the code that display the content above the gallery on the homepage
If you open the page.php file… remove this line get_template_part( ‘sidebar’, ‘page’ );
Then at the bottom above get_footer(); add… get_sidebar();
That should do it.
Awesome!!!!! It worked!!! Thanks for the support!!!
You bet…