ThemeForest

Identify - Retina Ready Portfolio, Resume, Blog.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Fantastic theme, and even better Support for when you run into problems. I would definitely recommend this theme for anyone who wants a clean look to their online portfolio.

themebros

Thanks for the kind words Melanie, we’re glad you’re happy with the theme and the support.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

How/Where do we go about integrating the “Work Experience” bit?

themebros

Check the documentation, in the shortcodes section you’ll see the info about it.

In case you have the v1.0 of the theme go to “Downloads” page (here on TF) and download the theme again. There’s a new version of the theme and the documentation has been updated as well (the work experience part being one of the updates).

Default-user

I did… Pasted the shortcodes in the “About” page, and this is the result: http://omarvelous.com/about/

themebros

Switch the “Page Template” (right sidebar, “Page attributes” -> “Template”) to “Page – Wrapped – No Sidebar”.

Default-user

Awesome sauce… Might want to include that in the Docs?

themebros

Yeah, will include it in there in the next update.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
ktrott Purchased

I’m having trouble getting my images to show up on the homepage using the portfolio instructions in the docs. I don’t think it is a theme issue, but just wanted to see if you’d have any suggestions?

Thanks for being so helpful!

themebros

The homepage featured projects are projects that have a “featured” tag added to them.

When you add/edit a project in the right sidebar you’ll see “Tags”, add “featured” in there (without the quotes). That way you can choose which projects to show on the homepage.

Default-user
ktrott Purchased

Ah that’s what I was missing, thanks for being awesome!

themebros

You’re welcome. :)

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

amazingly beautiful and simple theme great job guys!! I am having difficulty setting up the work experience page like you showed it?? Is it done with short codes or am I missing something here? Thanks Travis

themebros

Thanks, glad you like it.

About the work experience, it’s in the documentation. Check out this comment thread.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
etoca Purchased

Great theme! Where can I make the Portfolio page to full width? I read through the documentation and all of the comments and can’t find. Am I missing something right in front of me?!?

Thanks!

themebros

The portfolio is full width (no sidebar). But if you mean full width of the browser window, the theme does not have that option but may be implemented in an update.

  • Bought between 10 and 49 items
  • Spain
  • Exclusive Author
  • Has been a member for 3-4 years

Nice theme. 1. Can I use it for my Resume? Want to restyle it http://about.virgiliodelavega.com/index.html#resume

2. How can I add two languajes? (or more) Spanish, english, french, with differente pages for each languajes, like my resume http://about.virgiliodelavega.com/ENG-virgilio.html

themebros

Thanks.

1) Yeah, the skills (from the homepage) is a shortcode and the work experience (from the about page) is also a shortcode so they can be used on a regular page.

2) Well WPML is the best plugin for translations so i suggest that one. And if any issues occur with it we’ll fix them.

virplay

1. So is possible to create a page with any shortcode?

virplay

Please, and where are the social icons?

themebros

With any shortcode available in the theme and any shortcodes available in WordPress plugins for shortcodes.

Shortcodes in the theme are: columns, buttons, toggle box, accordion, skills, contact form and work experience.

There are no social icons in the theme. You can use a WordPress plugin for that, there are a lot of those.

themebros

I’m not sure what happened?

virplay

the social icons, I use lots and u dont implement in ur theme.

themebros

We decided not to add any social icons in this theme. But i will talk to the designer and see what he thinks about it.

virplay

Thx a lot! Maybe at top or bottom. Facebook, Tw, Pinterest, google+, dribble… we designer are very social. Sure I will buy it the. Thx

themebros

There’s nothing in the right side of the footer so perhaps there. I’ll leave the decision to the designer.

themebros

You’re welcome :)

virplay

No news about social icons? :D

themebros

We just updated the theme but there are no social icons. If you decide to purchase the theme, let me know after you do and i’ll make a little child theme that will add social icons in the footer.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

When viewing a project in your portfolio, can I have several images laid out next to each other? For example, if I have some photography I want to add to a project, can I have them display 3 across rather than each image having to be full width like you currently have?

Thanks

themebros

Yeah, just wrap the images with this:

[col size="1/3"]
image
[/col]
[col size="1/3"]
image
[/col]
[col size="1/3" last="yes"]
image
[/col]
Default-user

awesome thanks! so in theory there is no limit to how many images I have per project?

themebros

There’s no limit. The layout is not specific, you can make it any way you like.

Default-user

Great. I’ve just purchased and installed the theme and it looks good! One other question, how can I change the red line along the top of the page? Thanks.

themebros

WP Admin -> Appearance -> Theme Options -> Custom Code -> Custom CSS Code

#header { border-top-color: #hexcode; }

Change hexcode with the hexcode of the color you want.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United States

Every time I try to go to Theme Options it gives me a fatal error “Fatal error: Call to undefined method stdClass::add_help_tab() in /hermes/bosoraweb059/b146/ipw.taylorgrace22/public_html/wp-content/themes/identify-v1.0/option-tree/includes/ot-settings-api.php on line 180”

themebros

Make sure you’re using a newer version of WordPress.

The add_help_tab() function was added to WordPress in version 3.3, current one is 3.5.1.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

We are having trouble adding the About Me, Skills, Contact Form, and Blog section on my homepage. It is not on the homepage, but it is on all other pages….Help?

themebros

The homepage is the default page that shows.

In WP admin -> Settings -> Reading make sure the “Front page displays” is set to “Your latest posts”.

Default-user

Also, what does this mean “Warning: Invalid argument supplied for foreach() in /home/mcgora/public_html/maintakeaway.com/wp-content/themes/identify-v1.0.1/index.php on line 79 All”

themebros

You don’t have any portfolio categories for the filters feature. You can disable the filters in the Theme Options if you won’t be using it.

Default-user

Thanks guys, you’re awesome! I want my individual projects to be wrapped with a white text box around the content. What is the code for that?

themebros

I’ll make a little child theme and post a link here. Changing theme files should always be done using a child theme so you can keep the changes when the theme is updated.

themebros

Child theme download

Installing is the same as a regular WP theme. But depending on the folder name of the original theme you might need to change 2 lines.

If the original theme folder is “identify-v1.0.1” no need to change anything.

If it’s not then in style.css of the child theme on lines 6 and 10 change “identify-v1.0.1” to the folder name of the original theme.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 1-2 years

Love it already :) Can i change how many portfolio i want to show on each page? Can i also choose to redirect them to new page after clicking the pictures insted of showing projects?

themebros

Glad you do :)

Yes, you can change that. Check the Features -> Theme Options part of the demo to see which options there are.

Yes, you can disable that feature in the theme options and have the projects open up in a new page.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 1-2 years

And could i get the norwegian lang include since you are from norway? :)

themebros

We’re not from Norway but the (fake) designer from the demo is :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, very interested in your theme but I had a question before buying. This is what I want to do, please let me know if possible.

- On the home page, instead of “Featured Projects” with no nav between categories, I’d like to use the layout you get when you click “Portfolio” on the home page (with categories and project description/excerpt).

- And can I embed videos in the portfolio section? I only saw images…

Beautiful theme, hope I can use it!

themebros

1.a) If you want the homepage to be exactly the same as the portfolio just create a portfolio page and set it to be the homepage.

1.b) If you’re asking because of the filters and the titles and the categories then you can use the normal homepage. In the theme options you can choose which elements to show in that featured projects section, so it can look exactly the same as the regular portfolio section but with all that content bellow the projects.

2) Yes.

Thanks, glad you like it.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United States

So updating my wordpress did fix everything and I really do love what you have created. I do have one question… on my portfolio page if you click “logos” (or anything other than all) the ones that are not a logo white out instead of disappear like in your site. What do I need to do?

themebros

WP Admin -> Appearance -> Theme Options

In the Portfolio section you’ll find “Filter style”, change it to “Animated”.

Default-user

I do not see the “Filter Style” as an option. Even on your demo and screen shots. Maybe I am looking in the wrong place?

themebros

Download the theme again, you’ll find the version 1.0.1 in there. The filter style was added in that version.

Default-user

Got it fixed! Thanks again! I love my new site!!!

themebros

You’re welcome and we’re glad you’re happy with the theme. If it’s not too much to ask consider rating the theme 5 stars, it would mean a lot to us.

  • Has been a member for 1-2 years

Great looking theme and thinking of buying it. One pre-sale question though.

Is it possible to add a section on the homepage above the featured projects section? For example to display services in a three column row? Of for that matter switch the featured projects section and about me/skills section, so I can use the latter to display services?

Thanks.

themebros

Yeah, the positions can be switched. If you decide to purchase let me know and i’ll create a little child theme with that modification.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

I’m close to buying this but have 2 questions:

1) Not sure if this is a bug, but when you close a featured project on the homepage, the red “viewing” overlay remains intact instead of disappearing. Can this be fixed?

2) Instead of stacking multiple images for an opened featured project, how difficult would it be to add a slideshow of images (no thumbs or anything, just next and prev arrows)?

themebros

1) Will be fixed and the theme updated.

2) Yeah, all you need is this code.

<div class="slider-container">
    <div class="slider flexslider">
        <ul class="slides clean-list">
            <li><img src="image.png" /></li>
            <li><img src="image.png" /></li>
            <li><img src="image.png" /></li>
        </ul>
    </div>
</div>
Default-user

Thanks. Adding the flexslider code doesn’t seem to work. Do I just add it to the portfolio post body area (the text tab selected)?

themebros

Yeah, in the WYSIWYG editor, in the Text mode (the Visual mode strips down HTML). Here’s an example page.

But it does not work with the ajax loading of project since the sliders are initiated on page load. So i tweaked the javascript a bit to work with the ajax projects loading. The file goes in the js folder.

File Download

Default-user

Thank you! You rock.

themebros

You’re welcome.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I’m having difficulty laying out several photographs in a portfolio project. What I want is columns of 1/3 for all of my portrait photos followed by columns of 1/2 for the landscape photos. I have this at the moment, the portraits shots display fine in columns of 1/2 but the landscape shots in columns of 1/2 aren’t displaying side by side.

[col size=”1/3”] image /col image /col image /col image /col image [/col]

themebros
[col size="1/3"]image[/col]
[col size="1/3"]image[/col]
[col size="1/3" last="yes"]image[/col]
[separator]
[col size="1/2"]image[/col]
[col size="1/2" last="yes"]image[/col]
Default-user

great thanks, appreciate all the support! For anyone looking to get this theme, I strongly recommend. Great support and very customisable! I got mine up and running within an hour!

themebros

You’re welcome. We’re glad you’re happy with the theme and the support. Please consider rating the theme, it would mean a lot to us.

Default-user

done!

themebros

Thank you, much appreciated.

  • Europe
  • Has been a member for 0-1 years
  • Sold between 5 000 and 10 000 dollars
  • Exclusive Author

Identify v1.0.2 is now available for download

- Option for projects to have a custom link instead of linking to the project page (on homepage and portfolio page, when ajax feature disabled).

- Minor improvements and fixes to responsive feature (tablet and mobile).

- Minor bugs fixed.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • United States
paulyb Purchased

Awesome theme! A few questions.

- I’ve added the featured tag to my portfolio items and they still dont show up on my home page.

- can you help me change the red color at the top and the red menu color.

paulbraga.com

Thanks!

themebros

Thanks, glad you like it.

1) The homepage is the default page, no need to create a specific page and set it as homepage unless you don’t want the default homepage. So, in WP admin > Settings > Reading you have set the front page to display a page you created, remove that, leave it at ”- – Select – -”.

2) In WP admin > Appearance > Theme Options you’ll see section called “Custom code” and in that section “Custom CSS” field. In there add this:

#header {
    border-top-color: #hexcode;
}

#nav li.current-menu-item > a,
#nav li > a:hover {
    color: #hexcode;
}

Of course, change the hexcode with the code for the color you want.

paulyb
paulyb Purchased

awesome thank you :) Good luck with sales!

themebros

You’re welcome and thanks :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • United States
paulyb Purchased

Sorry a few more questions! :)

- For some reason the AJAX only works on the ‘work’ page and not on the homepade

- How do I remove “Change this text in WP admin ? Appearance ? Theme Options. You will find the option in Homepage section.” from the homepage

- How can I change orange color when you hover over a featured image on the homepage/portfolio

http://www.paulbraga.com/

Thanks! :)

themebros

1) Make sure it’s active in the Theme Options (Homepage section).

2) Do you want to completely remove those sections? Use http://www.paulbraga.com/work/ as Front Page (Settings > Reading). It’s the same as the homepage just without those sections.

3)

.portfolio-post-thumb-overlay { background: #hexcode; }

paulyb
paulyb Purchased

Got everything working thanks again! :)

themebros

You’re welcome :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, I have a question. The logo isn’t showing up on my iphone browser. I see the logo as the page is loading, but after the page loads I get a question mark. At first I thought it might be my picture, but I switched back to the default image and I get the same thing. Can you help me? The site address is www.johnerichmond.com Thanks.

themebros

Issue with .htaccess, you don’t have permalinks activated but you have a .htaccess file with the rules for permalinks.

This page should return a 404 not found, but it shows the homepage.

So, go to WP admin > Settings > Permalinks and choose one of the options. If that doesn’t fix it send over your WP admin and FTP info from the contact form on our profile page.

Default-user

That worked. Thanks.

themebros

You’re welcome.

by
by
by
by
by