This item was featured on ThemeForest
This item is by an Elite Author
Kriesi
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
3,369
Purchases
Buyer Rating:
4.62 stars
4.62 average based on 439 ratings.
-
5 Star
33375%
-
4 Star
7116%
-
3 Star
173%
-
2 Star
81%
-
1 Star
102%
| Created | 25 January 12 |
| Last Update | 19 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- artwork
- bbpress
- designer
- flexible
- forum
- ipad
- iphone
- logo
- minimal
- photography
- portfolio
- post format
- responsive
- webdesign
© All Rights Reserved Kriesi -
Contact Envato Support


Hey Krisie,
Awesome template! Got a prob thou. The partner module isn’t functioning as it’s suppose to do. If I add 1 logo it displays 2. 1 in grey, one in color. If I rollover the grey one it dissappears. Image:
http://creativesdepot.com/wp-content/uploads/2012/01/Screen-shot-2012-01-26-at-17.19.10.pngHope you can help me out!
Thanks,
Youri
thanks for the notie, this seems to be a bug, will fix it and update the theme asap
update is available
should work fine now
Hey Kriesi,
I bought the theme, it’s awesome!
A problem you must help me fix though, and it’s present in the live demo here as well.
If you click on any portfolio item in the front page, it expands right? Well, if you hit the X to close the item to revert back and try to open up the same portfolio item, it no longer expands…it actually stops working all together. The b&w overlay stops as well and the thumbnail stays colored.
Can you look into it and see how I could fix this? It’s pretty much a non-functional portfolio if this persists.
Thanks.
Hey! Which browser are you sing? I have problems reproducing the behaviour, works fine for me…
I am using Chrome.
Here is the wip website: http://thefifthorder.net/wp/
I actually just tried this in firefox and it did the same thing…
thanks, was able to reproduce it, bugfix is on the way out
Awesome, thank you. Please let me know when it is available.
Oh, and how can I edit the main page’s words? The “Welcome! This is Angular, a very clean & super flexible WordPress portfolio theme that makes it easy to showcase your work”
I deleted everything out of the contents of the welcome page and it’s still there!
If you check the welcome page you will notice that it got a dynamic template applied to it. you need to edit this template
Therefore you need to go to your backends template editor: http://thefifthorder.net/wp/wp-admin/admin.php?page=templates#goto_frontpage and edit the first element.
Got it, thanks a bunch!
update is available
should work fine now
Works perfect now, thank you so much!
Congrats Kriesi,
I’ve been working with your system for a few days and I’m abolutely amazed! The portfolio section is wonderfull! It features everything I need to build a high quality portfolio. Keep up the good work!
Cheers , Megalex.
Thanks a lot! glad you like it
Hey Kriesi,
Also, how could I setup the contact form to send emails to more than 1 recipient? I’d like to send the email to 3 people in total…could you tell me how I could establish this, and cc’ing as well?
Thanks so much!
hm, you should be able to send the mail to multiple persons by adding a coma separated list either to your backend instead of only one email adress or change line 14 of contact-form.php in angular/includes to something like:
"myemail" => 'office@asdf.net, mail@asdf.com',Got it, thanks so much!
Hi, this theme as kepted my attention! But i have one question. What plugin do you recommend for a multi language website with this theme? And it’s possible to create a child theme for personal customizations?
Thanks, nelson
I would recommend the WPML plugin for a multi site installation.
And yes child theme creation is possible
Kriesi,
I found another bug with Chrome.
http://thefifthorder.net/wp/Once I change the welcome message to something else, it is no longer displayed in Chrome. I tried clearing my cache and everything. It oddly seems to only work when I have “welcome” in the message…
But it does work in Firefox…
definitley cant reproduce that, looks fine for me in both firefox and chrome reading: “Selected Work: 2004 – 2012”
Hmm, you’re right. It seems to work on my laptop’s chrome…that’s incredibly odd.
Sorry, please ignore that!
Hey Kriesi,
Awesome template, really love what it does.
Got one question for you, if I wanted to not have the slider functionality, and instead list the portfolio’s featured images stacked on top of each other via their list markup.. is there a way to do this? By either breaking the code for the slide or adjusting it somewhat.
Thanks, Stephen
Edit: Nevermind, I have found a way. Thanks again.
glad you solved it
Hey Kriesi,
1) Could I add more social icons up top?
2) How do I make it so that they launch in a blank page instead?
to open them in blank pages open header.php and scroll down to line 121
there you can change the target attribute for each link:
instead of
make it read:
you can also add new items by simply copying a list item and adding it at the bottom. you just need to make sure to change the url and the class of this new list item. you will then need to modify the css files and add another icon for that list class.
Thank you! That worked perfect.
Another question:
For the autoresponder – how could I set the message up to be in paragraphs instead of 1 single line? It looks a bit sloppy when I send the autoresponder and all the words are jumbled into 1 line.
Thank you!
Also,
http://thefifthorder.net/wp/I tried to add a paragraph element on top of my page as a quick profile info. However, there seems to be a whole 2 full lines of negative space that is added under it. It’s creating a big gap between that and the next divider which I don’t understand because the text I put in doesn’t have that space.
Could you please tell me how I could fix this? Thanks so much!
Sorry for machine gunning you with questions…I’m totally new to this stuff so I’m trying my best!
One of the last few questions, I swear!
I’m trying to add a new social icon up top. I already created the icon image and uploaded it, then did this.
I added this to the header.php:
“if($linkedin = avia_get_option(‘linkedin’)) { $social ++; echo “
and this to layout.css:
”.social_bookmarks .linkedin{background: transparent url(../images/layout/icon-linkedin.png) 0 center no-repeat;}”
.social_bookmarks .linkedin:hover{background-position: -42px center; background-color:#de5a49;}
Still nothing comes up…am I doing something wrong?
remove if($linkedin = avia_get_option(‘linkedin’)) {
and the } at the end. the if condition will never be true since there is no backend option called linkedin
But without the if statement the item will always appear
Just noticed the other questions ;D
for line breaks in your autorepsonder use
<br />if you dont wont the paragraph at the top to have any margin add this to your css file:
.dynamic_textarea_p p{margin:0;}You are the best Kiresi!
Much appreciated!
I can’t get the option to work in the autoresponder though…I’ve put a bunch of them in there to try, and I’m still receiving everything in 1 line.
Any clues?
I could send you a test email if you’d like to see what i mean.
Also -
I tried to use a bg image (grunge), and it looks great. However, I noticed that the contact form isn’t transparent, but has a big white box around it…is there a way to make the box transparent?
Sorry, as an extension question to the above:
I noticed the social icons and the “(i)” icon on the left are also not transparent when I use a theme bg. It’s odd because the layout.css says that they are transparent, but somehow they are still nested on a white bg?
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
+3 moreUpdate available
Version 1.0.1the version.txt file that comes with the update holds the information on which files to update
Thanks for purchasing and voting!
Hi,
Congrats for the theme! Really cool!!
We are working on Home page but is the second time that the portfolio ittems dissapear!! The static url woks fine… Any suggestion?
www.trendelenburg.org
Thanks. Regards,
M.
hey! what do you mean by disappear? are the gone from the frontend? Backend? also the site you are linking to does use another theme, mind sharing a link to the installation?
Hi again,
Sorry, the link is www.trendelenburg.org/2012
I don’t know for sure what frontend or backend are… :/
Thanks.
frontend is the part of the site your visitors are seeing, backend is were you create your entries and enter the information (basically everything that has an url that includes /wp-admin/ )
From what I can tell looking at your site the portfolio page you have created works fine…
Works because the problem is when a page with a portfolio is defined as frontpage. I made a test with two identical portfolios. One on this page, Trendelenburg 2.3 [1,2,3 marzo 2012] – link , not a frontpage, and works fine, and another one in other page, wich is the frontpage and the portfolio don’t appear. If I change the frontpage to the one that works, then stops working and works the other. I don’t know why, perhaps some code stored in database? Thanks!
Great theme, will have a great looking site up soon with it
Kriesi,
Thanks for the update, partner works like a charm now. However, it seems (only checked it on Chrome) that the theme has a blue screen flash now and then. Could you look into that too? Pretty disturbing!
Furthermore, is it possible to make some more ads modules width bigger dimensions?
Cheers!
Youri
hey! what exactly do you mean by blue screen flash? Also I would recommend to probably install one of the many ad plugins out there
Hey!
The blue flash happens sometimes. I’ve also noticed thou that if you enter the website and it loads the different items in the dynamic portfolio, that the upper yellow color and the yellow color of the link I have in my “Hello!” text on the frontpage turns a little greyish. And when it’s finished loading it turns the yellow color it should be. Made a screencast of it:
http://creativesdepot.com/wp-content/uploads/2012/01/kriesi.mp4Also, all the times that the blue flash appeared, it happend right after the items finished loading and the colors turns from a little greyish to the actual color.
Haha my english isn’t so good hope you understand the problem… The screencast should clearify the crappy explanation…
Thanks again!
hm, seems you are running mac osx and chrome as well. So do I and I cant reproduce the saturation change of the colors :/ (although I can see them in your video…) maybe a browser plugin that is running?
Anyways I will keep my eyes open if someone else has your problems and try to fix them once I got more information…
Okey, well thanks anyway! You rock dude seriously!
If i’m able to capture the blue screen flash i’ll post it here.
Thanks!
alright!
Awesomeeeeeeeeee tamplate!!!
Hi Very nice theme.
I would like to use your theme for posting vimeo links but there is a way to put the text (title and details) below so we have the videos bigger, there are kind a small now. Specially when you compare to the new vimeo interface.
Any chance to have the linkedin logo ? i guess i can do it
Cheers
that would be possible with a few lines of css modification:
search for.ajax_slide .flex_column.two_third { min-height: 1px; }and change it to:
.ajax_slide .flex_column.two_third { min-height: 1px; width: 100%; } .ajax_slide .flex_column.one_third { margin: 20px 0 0 0; width: 100%; }I used most logos from this set if you want to add any new ones: http://iconsweets2.com/(the psd set is free to download and use)
How can I sort with my order portfolio categories?
I don’t have a use for a portfolio template at this time but… dude, it is awsome !
Kriesi,
I am thinking on buying this theme, but I have 1 question.
In the portfolio when you click on an image and it opens in lightbox I notice there is no caption for the image. Where as in the gallery when open an image in lightbox there is a caption. So my question is can images in the portfolio display a caption when opened in lightbox?
Regards,
Dale
the feature is somewhat limited for portfolio entries in lightbox. you could add a caption title but the text is currently not supported due to a different html structure of gallery and portfolio images.
Also the caption title for the porfolio images can only be set on a per image base, not on a per portfolio entry base. meaning if you want to use the same image in 2 portfolio entries the will get the same caption applied…
- Power Elite Author
- Referred more than 2000 users
- Power Elite Author: Sold between 2 000 000 - 4 999 999 dollars
- Author was Featured
- Item was Featured
- Austria
- Bought between 100 and 499 items
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
+3 moreSupport Requests
Hey guys! Due to my vacation I am not able to check the themeforest message boards regularly. Therefore I would recommend to post any support requests in the support forum at htttp://www.kriesi.at/support/
My support staff will take care of your problems while I am gone
Thanks for your understanding!
Kriesi
Hi Awesome theme Kriesi!
I know you’re in vacation, but i just want to let you know that this is happened in your demo, when the ajax slide go into image with caption, the caption background covered the image. I tested in chrome browser in small width.
Happy vacation!
Ha, you got me just in time, thanks for the info, time for a quick fix ;D
Is integrating with buddypress easy with this theme? I have everything I want in this theme. I wanted to check buddypress would be a 100% fit for what I need. Is that possible to integrate buddypress with this super awesome theme?