This item is by an Elite Author
WPExplorer
- Elite Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Referred more than 2000 users
- Bought between 100 and 499 items
- Has been a member for 3-4 years
- Exclusive Author
- United States
246
Purchases
Buyer Rating:
4.48 stars
4.48 average based on 25 ratings.
-
5 Star
1872%
-
4 Star
416%
-
3 Star
14%
-
2 Star
14%
-
1 Star
14%
| Created | 21 March 12 |
| Last Update | 29 October 12 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- elegant
- gallery
- minimal
- modern
- photographer
- photography
- portfolio
- responsive
- wordpress
- wpexplorer
© All Rights Reserved WPExplorer -
Contact Envato Support


Love the website thanks a lot appreciate the help
Thanks a lot AJ your the best!!!
Hey sorry I didn’t respond to your questions earlier… I was sleeping. Sounds like you got the issues resolved though.
Glad you like it! Thank you for the purchase!
hi, can i insert swf in the slideshow in the frontpage?
and the logo can i replace for a swf logo?
The best method is probably to add your swf code directly in index.php. For the logo you’ll need to edit header.php.
Hi, nice theme.
I would like to use if for a business site, and wonder if I can have the three smaller boxes under the main image as static images, and not linked via ‘latest post’ or ‘latest portfolio image’? I would like to then be able to link the image to a static page (or post), or even portfolio in your case, but not have it preview the first picture (or any picture) in the ‘portfolio’.
Do you get what I mean? Images of choice on ‘home’ which are then linked to exactly the URL I want.
Thanks in advance.
Hi, I bought your theme. How do I change color of black left column (where navigation is) and color of the header (it’s black now). I just want to experiment with more white/gray schemes. Thanks.
Never mind, I figured it out:)
I never saw your original question for some reason…
But glad you figured it out!
Hi WPExplorer Q: Is there a way to move navigation underneath the header instead of the left side? On a smartphone the navigation automatically goes up, but I’m talking about a desktop or an iPad? I know it would change the look of the theme, but It would work for me so much better. Thank you. My main purpose is too have all the screen space for content, without the navigation taking valuable space on the side. Thanks:)
Of course it’s possible. But it would take a lot of css customization. You’ll need to do this yourself.
Love the theme – just purchased it, and so far it’s been an incredibly smooth install. Only one question – how do I get a slider in a portfolio post without having multiple images inserted all throughout? It said “images associated with portfolio item” will join the slider – how do I do that without inserting them?
Thank you!
Great!
You don’t have to “insert” the images to the post. All you need to do is upload the images to the post. The theme has an “image attachment loop” to create the slides. So any image “attached” to a post is included. You can see the difference between attaching and inserting images:
http://codex.wordpress.org/Using_Image_and_File_AttachmentsHi again,
Any chance of checking out my question a few posts up?
Cheers.
Hi, Great looking theme. Two questions before purchase: 1. Is it possible to have multiple portfolio pages, each with its own subcategories? Each portfolio page would have separate items that don’t go into other pages.
2. Is there any plan to make portfolio categories sort without reloading the page (possibly using quicksand.js)?
Thanks
Sorry, but the answer is no for both..I just created this theme as a super simple theme. Didn’t want all those extra options
Hello,
I am interested in purchasing your theme. In regards to the black that is the prominent colour on the website – is it possible to change the colour scheme through CSS only, or does it also require colour changes to some image files?
Thanks in advance.
You might have to change 1/2 background images, but only if you want a solid color there, if your intention is to make it all white and strip out the black then of course you wont have to.
You could always do css browser editing and see how easily it is to change before purchasing
Ravinot, I just bought this theme and had a quick look. There do seem to be one pixel files probably used for borders and/or filling backgrounds. But where exactly these are used I can’t say. But by using Firebug or the like then you’d be able to find out where and change the files to your chosen colour I’d expect. Don’t trust me though, I am a code-novice.
Hey thanks for the purchase buddy and also for stopping by!
I would like to use a photo rather than a pattern in the background – is there a way to anchor the image so it doesn’t scroll as the page does? Thanks!
Not quite understanding…
Did you add your full-screen background images in the custom post type as described in the docs? The image shouldn’t scroll at all.
No, i dropped a photo in the theme’s image/bg folder and am using the “Static Background Images” selector in the Theme Options.
Sorry for the super late response…
In this case you’ll just need to add your custom css.
example:
body{ background-position: fixed; }Hi! Nice theme
Is there any “easy” way to traduce portfolio-category/category/ to portfolio-categoria/category/?
Thanks in advance.
Thanks, glad you like it
* Super easy. To change your post-type taxonomy slug edit functions.php line 351:
‘rewrite’ => array( ‘slug’ => ‘portfolio-category’ ),
* After editing re-save your permalinks to update the .htaccess file.
Thank you
Excellent Design !
Adding an email address, I had to add “mailto:” syntax in the text-field for the email address, in addition to address itself.
I choose to move the menu to the right and the tagline to the header with smaller font. I also changed the font to Franklin Condensed Medium for all headings.
This design is excellent and the code behind is nice and structured.
Buy this design ! and enjoy Your website !
Hey!
Thank you for the awesome words! I am really glad you like the theme! I would love to see the changes and feature you as a showcase example on the theme page if you wish,
thanks for the purchase, AJ
Hi!, i can´t activate slider background.. help me please..
Have you added the background slides in the custom post type?
What is the issue?
Have really enjoyed working with this theme … very easy and looks great!
I have made a few stylesheet changes ... it occurred to me that you will probably be providing updates to the theme in the future as WordPress makes changes. Should I be saving my changes in a Child theme? Or will your updates ignore the stylesheet (styles.css)?
What I suggest is to either do 1 of 2 things:
1. Add your css changes at the bottom of the main style.css so you can always cut them and put into the updated theme. 2. Use the child theme.
But you are right, for the most part updates won’t be done to style.css.
thanks for the purchase, Glad you like it.
You haven’t rated the theme yet, I would really appreciate it! thanks.
AJ
Ok … I just set up the Child theme and everything looks great except ONE thing … I lost the ability to select an overlay for the BG Photo Slider. The photos are still there but there is no overlay.
Oh sorry. Try putting the images folder from the parent theme into the child theme.
I will update the theme asap.
That worked great! So, because I converted the site to a child theme after I had most of it set up, there were a few things I did to get everything showing great.
1. Re-updated the Permalink settings (otherwise the portfolio pages returned an error 404). I just went into the Permalink under the Settings menu and clicked the Update Setting button and the portfolio pages returned. 2. Re-set the Main menu in the Menus option. The navigation menu that I had previously configured was still there but the Main menu setting was reset to blank when I switched to the child theme. 3. Copied the boxed them image directory to the child theme directory.
Everything looks great! Thanks for your help … by the way, where do I go to rate the theme? I can’t seem to locate the link …
Awesome. Glad that worked
Thanks for posing the steps for other people to see. I will put that in the FAQs.
To rate items you go to the “downloads” page (hover over your themeforest name on the top right). Here you can choose stars. Thanks!
Hello!
Great theme! I was wondering though, is it possible to install the dummy content from the demo site? In which case – how?
Thanks!
I can’t legally include the sample images in the demo. But the theme does include a sample.xml file that will add 1 of each post type and page so it’s easier for you to get started.
It would look something like this: http://wpexplorer.com/premium/boxed-data/
I have problems with this theme. When I install it (FTP or zip upload) it doesn’t look like your demo style at all.
Plain install without sample-data
http://i.imgur.com/GDh5w.pngWhen trying to install sample-data.xml (pho memory limit is set to 128mb)
http://i.imgur.com/qFzua.pngAfter installing sample-data.xml (with this error)
http://i.imgur.com/8rbUl.pngWhy it doesn’t look like your demo theme? ( http://wpexplorer.com/premium/boxed-data/ )
Why there is this “Setup Menu” link? When I click on it it redirects me to: http://localhost/wordpress/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2Fwordpress%2F%2Fwp-admin%2Fnav-menus.php&reauth=1
How to install it so it looks like here http://wpexplorer.com/premium/boxed-data/ ?
I’m using wordpress-3.3.2 btw.