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
651
Purchases
Buyer Rating:
4.19 stars
4.19 average based on 100 ratings.
-
5 Star
5656%
-
4 Star
2525%
-
3 Star
88%
-
2 Star
44%
-
1 Star
77%
| Created | 4 May 11 |
| Last Update | 16 January 13 |
| Compatible Browsers | IE8, IE9, 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 |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- clean
- elegant
- filter
- gallery
- jquery
- magazine
- minimalist
- modern
- one page
- options panel
- photography
- portfolio
- unlimited
© All Rights Reserved elemis -
Contact Envato Support


Hi Again
I also wanted to request a list of custom field codes that apply to the peano theme like here I have the following items on my list:
for video >> “embed450” , input value would be iframe code for video play;
for top title text >> “intro” , input value would be plain title text
found another i.e “enablewpts” >> what is it meant for, where does it apply to and what would be the its input value?
What else am I missing, are there more custom field codes, if yes, please guide me to your help page on this topic?
Thanking you in anticipation.
Hi,
“enablewpts” is not a Peano custom field. It must have come from a plugin you use or a previous theme you used.
All custom fields are mentioned in the help documentation in sections where they are used. Other than the ones you wrote, there is “thumb” for portfolio post thumbnails and “title” to whether show or hide the title on a page.
Dear Author, Wonderful input! Many thanks!
I got it, they are:
“embed450” , for embedding video, value = iframe video code
“intro” , top header title text on page, input value = plain title text
“thumb” , is portfolio item thumbnail, input value = root URL of the image
“title” , to show/ hide title of page on browsers, input value = true
This is sorted. Again thanks!
Organised my response here with the total list, it may help other explorers also. This kind of support page is brilliant!
Dear Author,
On your theme, I am presently using your provided ‘titillium.css’, but it doesn’t change the top menu’s font which is in ‘Lucida grande’ font I suppose. I prefer to have the menus displayed in ‘titillium’ font (in ‘h4’ kind of bigger font size for an overall brand consistency).
Question: How could the FONT of the TOP MENU be changed to ‘titillium’ bigger size font.
Would appreciate your genius input on this please.
Hi,
You can use the following code to make the menu font Titillium. Please paste it into the “Custom CSS” field in the theme options panel:
.ddmenu { font-family: TitilliumText22L600wt; }Hi,
Under the MENU part in the .css, I had replaced the “Titillium” code you had provided with the following codes but it didn’t work, what is resulted is showing “Time New Roman” font in a smaller size:
.ddmenu { font-family: “Lucida Grande”,”Lucida Sans Unicode”,”Trebuchet MS”,Helvetica,Arial,sans-serif; font-size: 12px; text-transform: uppercase; list-style: none; font-weight: normal; background-color: #e64135; width: 960px; padding: 0 20px; }
And alternatively if I had put your code just on top of the above native menu code (which doesn’t make sense) then it shows the orginal Lucida grande font.
How can I resolve this? Please buzz…
You need to paste the code provided, into the Custom CSS field in the theme options panel under Styling Tab, not in the theme css.
Your solution worked like a beauty, many thanks, I did the following steps:
1. I went to my site’s WP CMS, then to Peano theme options, then under custom css field in (located in the bottom part) added your provided code. In the same page, I clicked the titillium.css from the dropdown.
By doing this the font nicely showed up in the menu but had a smaller size, so:
2. In the custom css of the theme, in the ”.ddmenu” css code I had modified the font size to my required size and deleted this line i.e “text-transform: uppercase;” so that the uppercase becomes normal or titlecase (depending upon my first input of titlecase at the WP CMS which making menus).
Once again many thanks, you are a great help here!
Dear Author,
I saw other purchased user lonnekevdk’s comment just below my comment.
Do you think he has replaced the FUNCTIONS.php of the WP-INCLUDE file on the server instead of replacing the actual FUNCTIONS.php (i.e is inside PEANO THEME folder inside the MAIN THEME folder on the server).
WRONG REPLACEMENT = /wp-includes/functions.php
CORRECT REPLACEMENT = /wp-content/themes/peano/functions.php
I did a mistake by replacing WP’s FUNCTIONS.php so I got some error msg, I wonder if this might be his case too.
Thank you
Thank you for sharing this. You might be right!
I am glad to hear from you! Many thanks…
Just a suggestion for “lonnekevdk”
If you are not working in LOCALHOST i.e in an offline mode, always create 1 or 2 extra wordpress CMS test sites in parallel to your main project where you test your plugins/ widgets and do code or file replacements.
Testing should be done mostly on those extra WPs, not on live website, if anything breaks then you just break the extra ones, but not the live site so you play safe.
Also have a back-up of the LIVE SITE from FTP and MySQL regularly as you go.
Always have a plan B, like they say….lol
Dear Author,
I am trying to do a gallery page.
So I first choose GALLERY template for the PAGE, then insterted a 5 column gallery into the page, then it didn’t do a lightbox thumb based gallery, instead it shows the photos on gallery page aligned left in one single column thumbnails. How could this be resolved…? Please help…
FYI the source code of gallery page showed the following code.
[gallery columns=”6” ids=”98,99,100,101,102,103,104,105,106,107,108,109,110,111,112” orderby=”rand”]
Hi,
You don’t need to insert the gallery shortcode. Only uploading the images is enough. There shouldn’t be anything in the post editor. Just uploading the images to the post via “Add Media” and choosing “Gallery” as the page template is enough.
I got around the gallery issue and had success, however two problems that I am presently facing:
(1) The photos once uploaded in bulk, shows in reverse photo order, they do not get reversed if “reverse order link” is triggered from the WP ADD Media,
and
(2) Once a set of photos are uploaded then inserted into a gallery page via WP ADD Media, they cannot be re-input into a new gallery page. If I want to have a duplicate page of a gallery which is created earlier, I would have to re-upload the same set of images with new files names and insert again.
Q1 – Why is reverse photo order feature not working?
Q2 – Why can’t same photos from a one off upload be re-used?
Dear Author,
Presently the button shortcode I have is (as follows):
“[button url=”www.name.com” color=”#f0ba08”]Custom Color[/button]”
Please let me know if its possible to open an URL/ webpage in a new window (i.e target = _blank). If possible, please provide the modified shortcode which can do this job.
Thanking you in anticipation.
Hi,
1. The reverse order link should reverse the order. Is there a gallery page in the demo you created for us so we can check this?
2. The galleries can display only the images that are attached to that page. When creating a new gallery page you will need to upload the images again.
3. To open a button link in a new window you will need to use “blank” attribute like this:
Dear Author
A million thanks for coming back!
My responses to the bullets:
1. I tried many times to get around the reverse order or ordering. Actually it works on the fact that the first upload is the one which will show at the end, so I had to upload the last image first. The point is reverse should work that would help. OR ideally there should be a way to re-order coz the photos must be in the order of their aesthetic sense or how the photographer want it logically lined up. I would try uploading one such gallery and provide the link via your profile contact form.
Question I ponder upon: Once a gallery page is created, how do I then go back and RE-EDIT the order to reverse the order using REVERSE feature of WP and then see the changes again? I am not very much knowledgeable on MySQL/ PhPMyAdmin workouts if there is one way possible there to do the ordering.
2. Many thanks, you are right, this is exactly what I had experienced.
3. The button URL help is great! I haven’t tested yet.
Just a question, I had put mailto:emailaddress@domain.com but it didn’t work, could you please let me know the short code for that too.
Again a million thanks!
Hi,
1. After uploading the images, you can view them through “Add Media – Media Library – Uploaded to this post” in the post editor. And you can change the order of images by dragging and dropping them to the correct place.
How exactly you put the mail link?
Many thanks for your genius input again, I would try the gallery order and button url/mail pop out tips soon and come back here with a confirmation…
Hi,
I also had the “jQuery problem” with the sliders and the drop down menu. I downloaded the latest version of the theme from the Downloads page and replaced the functions.php.
Now I get a 500 server error. I don’t know how to fix this. http://www.morairavilla.nl/
Can you help me?
Hi,
If you can give us permission to your server via FTP we can take a closer look. You can send the login information to us via the contact form on our profile page.
Hi,
Another customer just pointed out that you may have replaced wordpress functions.php instead of theme functions.php, that is why you receive the error.
WRONG REPLACEMENT = /wp-includes/functions.php
CORRECT REPLACEMENT = /wp-content/themes/peano/functions.php
yes, that’s what i did. Is it possible to get the old /wp-includes/functions.php back?
You can download wordpress from wordpress.org and upload the original functions.php by picking it from there.
Thank you very much for your help. It works again!
I just uploaded a new image to my Portfolio, and now when I load my home page/portfolio page, the large area at the top above the thumbnails is blank. There’s no image. When I click on other thumbnails, it stays blank. The images aren’t showing up. Also, the “Sort” categories are not centered between the two gray lines – they are displaying as if they are raised up about 1/4” so that they are overlapping the top gray line. You can see what I mean here: www.cedricstudio.com
I’ve added images to my portfolio several times before without any problems. Can’t figure out what happened this time. I’d be very grateful for any help you can give me.
I’ve also discovered a problem with my blog. I’ve written two blog posts since the beginning of the year but when you click on the “Blog” link on my site they aren’t showing up. They do show up on my dashboard, and if you go directly to the post URL it shows up, but they aren’t appearing on the main blog feed. Any clues as to what’s going on? Here’s the blog link: www.cedricstudio.com/blog
False alarm. A friend of mine is a web developer and he says a plugin called W3 Total Cache was causing all the problems. Disabling it solved everything. Sorry to bother you.
Hello,
I am having some problems with making a post. When I upload an image larger than 450px wide and then set it as the featured image it crops it width wise, and the height stays the same. I would have thought it would scale it both horizontally. This is when viewing the post as a whole and not a list of posts.
So for example if the image was 900px wide x 400px high, I would have thought it would scale it to 450px wide x 200px high. Instead the image doesn’t shrink, it’s just cropped. So the resulting image is 450px wide by 400px high. And this isn’t anything to do with the overflow of the image being hidden, when you view the image independently you can see it has been cropped and not scaled.
Please can you help me solve this problem!
Many thanks for your time
James
Hi,
If you can give us permission to your wordpress admin we can take a closer look. You can send the credentials to us via the contact form on our profile page.
Echoing what cedricstudio posted earlier, I’m having the same problem with my portfolio page (under “visuals”). However, disabling W3 Total Cache did not help at all. Could you help with this problem?
This is the problem: “The large area at the top above the thumbnails is blank. There’s no image. When I click on other thumbnails, it stays blank and it only redirects to the top of the page. The images aren’t showing up. Also, the “Sort” categories are not centered between the two gray lines – they are displaying as if they are raised up about 1/4” so that they are overlapping the top gray line.”
Hi,
This is related to the latest jQuery update. We just updated the theme to fix the issue. You can download the latest version of the theme from the Downloads page on Themeforest and replace the existing functions.php with the latest one to solve it.
Hi there – I’m sure this has been answer but I want to know how to display the post content in the blog page instead of the featured image / excerpt. What do I need to change? Thanks!
Hi,
If you can send us an email via the contact form on our profile page we can reply you with the instructions for this.
Hello there, quick question, I’m thinking about buying this theme as it’s so clean and tidy. Is it possible to put a full size image in the header box with the logo and social icons?
Cheers, Sam
Hi,
Thank you for your interest. Unfortunately there is no direct option to put a full size image in the header, but you can add one using CSS.
Is that easy to do?
Actually depends on your CSS knowledge.
Ok thankyou for letting me know. Sadly I have very little css knowledge. All I know how to do is to edit things like fonts and sizes and that’s it!
Hello, I bought your theme 2 years ago and I have the same problem with the jQuery update, but I can’t find your theme in my downloads page ( but I bought it, I swear! I can even send you back the email envato sent me to confirm the purchase) so I can’t download the update. what is happening? can you help me? thanks
Hi again, this is chloro (i forgot I had bought your theme with another account). it’s ok. I have downloaded it now. thx
Hello—
I bought your theme a year ago and it has been great! it just recently broke though, and I could not automatically update your theme through wordpress, so I changed the peano directory to peano2 and reinstalled a fresh copy with 1.6.2. Now it’s still broke! At a loss.
Thanks, Dan
www.delli-colli.com
Hi,
This is related to the latest jQuery update. We updated the theme to fix the issue.
You can download the latest version of the theme from the Downloads page on Themeforest and replace the existing functions.php with the latest one to solve it.
Hello there,
Another question, using the embed450 short code, is it possible to scale the video to fit? As when you grab the embed code from youtube it’s <iframe width=”560” height=”315” src=”http://www.youtube.com/embed/sEByV-7gToU” frameborder=”0” allowfullscreen></iframe> which means the video outside the dimensions are cropped which looks horrible.
Would also be great if you could also do this with the [video] tag. Is this possible? If so how?
Thanks a lot!
Hi,
As it is also mentioned in the help documentation, the video embed code width should be 450 so it fits properly in the area. You will need to edit the width of embedded video in the [video] shortcode too, depending on the width of the area you use the shortcode.
Hi there, How do I add meta tags? Thanks!
Hi,
You can either use a plugin (All in One SEO Pack) or add them manually in the header.php
I have a header.php file on my desktop in the zip file. Is that where I have to edit it or can I access it through my wordpress admin? Then do I have to reinstall the theme? Thanks!
You can access the file through Appearance – Editor in wordpress admin.
Beautifull and simple theme, and a very good support, even 2 years after purchase. Thank you!
Thank you for your kind words. We really appreciate it.
Hello, I want to know how to enabled the Portfolio page. Such as http://themes.iki-bir.com/peano/ But my homepage is a blog pages list.
Hi,
You seem not to have purchased the item. There is no purchased badge on your comment. We’d appreciate if you could send your comment via the account you purchased the item. Thanks.
Hi, I have a big problem with your theme: the images in blog posts get displayed in separate paragraphs from the text although I align them to the left to have the text wrapped around them. In the visual editor they look exactly as I want them to, but on the front-end they look differently.
What can the problem be?
Hi,
Can you please provide your website link so we can take a closer look?
Hi, You can find the website here: http://boom-party-club.ro/blog/, please go into any of the latest posts and you will see the problem.
Hi,
You can either use image shortcodes (http://themes.iki-bir.com/peano/images-buttons-and-map/) or add the following css code into the Custom CSS field in the theme options panel:
.alignleft { float: left; margin: 0 15px 15px 0; } .alignright { float: right; margin: 0 0px 15px 15px; }Hi, I bought them this template, which incidentally is very cute congratulations!. Now, I have a problem … I want that when arrows of the slider is more of a photo, I want the arrow (next and preview) are fixed. Now (the arrows) appear when you hover the mouse over the slider. You understand me? as in the following example: http://gyq.com.uy/ Thanks, Natalia
Hi,
If you can send us an email via the contact form on our profile page we can send you the modified slider scripts file which will make the slider controls appear all the time and the sliders run automatically.
I just saw your theme in other blog (such as the above that made a query) and better still I’d like to explain me how to make the slides run alone. Thank You!
Hi,
If you can send us an email via the contact form on our profile page we can send you the modified slider scripts file which will make the slider controls appear all the time and the sliders run automatically.