This item is by an Elite Author
highthemes
- Elite Author
- Sold between 50 000 and 100 000 dollars
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Bought between 10 and 49 items
- Exclusive Author
346
Purchases
Buyer Rating:
4.35 stars
4.35 average based on 62 ratings.
-
5 Star
3556%
-
4 Star
1829%
-
3 Star
69%
-
2 Star
23%
-
1 Star
11%
| Created | 16 September 10 |
| Last Update | 16 October 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Safari, Opera |
| Software Version | WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- business
- clean
- corporate
- jquery
- minimal
- minimalist
- modern
- one page
- personal
- php
- portfolio
- shortcodes
- slideshow
- toggle
- widget ready
© All Rights Reserved highthemes -
Contact Envato Support


I have a portfolio page that displays thumbnails and all of these thumbnails are square. How can I change the thumbnail ratio or provide a custom thumbnail for each post?
My sample page is here: http://72.4.147.222/mount-sheets-portfolio/
In /options/general-functions.php around line# 535
you can change width , height of any portfolio template’s thumbnail size here. After saving the file with new width/height, you will need to regenerate thumbnails using “regenerate thumbnails” Plugin
Awesome! Thanks for the help. Where can I go to vote or rate this theme? I absolutely love it and want to let everyone know about High Themes!
Thanks for your kind words. You can always rate the theme on your dowanloads page.
Another quick question about the theme. I’d like to add text to my portfolio page, but when I do, it doesn’t show up on the page. I’m adding the text in the normal panel where you add text in WordPress Admin, but it doesn’t show up when I render the page. Is there a way around this? Here is a sample of one of my portfolio pages:
Portfolio Sample Page
It’s not possible by default. But, you can add it easily. Open one of tpl-portfolio-Xcol.php from /includes/
then addHi. Is there a way to insert an image into a post with prettyPhoto effect (like portfolio page)? Thanks
in HTML editor, fallow the syntax of prettyPhoto.http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Thanks! Any plan to add a shortcode?
In future updates, yes
Love this theme! I click on the thumbnails of featured images of all over my site, and the images trying to pop up bigger(or original image), but happens nothing. Original bigger images don’t come out. What would be the matter? Help me out.
see http://kopops.trizm.net
thanks advance..
Please update prettyPhoto plugin by downloading from here http://dl.dropbox.com/u/9315746/Tesla/jquery.prettyPhoto.js
and replacing it in /scripts/
Hey..
Is it possible to have a gallery that uses the 5 column portfolio without having to create a new post for every image?
Cheers
Hi, No sorry, it’s not possible.
I’ve tweaked a couple items on the theme and now I have extra arrows showing at the top of the main navigation. Where in the css can I fix this?
See on home page http://mansfielddermatologyarlington.com/
Thanks for a great theme!
-S
Sorry, we only do support for basic theme issues. You’ve edited the CSS .
I see the post above referencing changing the proportions for the portfolio template thumbnails, where can I adjust the proportions for the blog thumbnails that appear on the category pages? TIA .
Go to options/general-functions.php #line 532 add_image_size( ‘blog-image’, 192, 99, true )
change 192 and 99.
Then install regenerate thumbnail plugin and regenerate thumbnails.
Thanks, I thought that was it but it didn’t seem to have an effect for a while after I adjusted it and then started working – I think it was a cache issue.
Hi. Could you tell me how I can remove “Comments Off” from post? Please advise. Thank you.
unfortunately it’s not possible. Because it is produced by wordpress.
Thank you for your reply. Sorry. My explanation was not enough. I want to remove the word “Comments Off” from the post status list on the top of each post (please see below).
June 8, 2011 | admin | Projects | Comments Off (<—I would like to remove this)
I could remove “Comments Off” from other themes before, but not this time. Please advise.
Thank you.
So you must open those pages that have wordpress loop including: index.php, tpl_blog.php, archive.php, author.php and search.php
and put the following piece of code inside html comment to remove it
<?php the_category("<spa?> | ");?> <!-- <span>|</span> <?php comments_popup_link(__('No Comments','highthemes'), __('1 Comment','highthemes'), __('% Comments','highthemes')); ?>-->I put the code into index.php, tpl_blog.php, archive.php, author.php and search.php, but it still shows “Comments Off”...
Hi. Please see below. Did I do right? I also want to not show “author” if it’s possible. Please advise. Thank you!
<?php the_date(); ?> | <?php the_author_posts_link();?> | <?php the_category(”<spa?> | “);?> <!— | <?php comments_popup_link(_(‘No Comments’,’highthemes’), _(‘1 Comment’,’highthemes’), __(’% Comments’,’highthemes’)); ?>—>You must find that code
<span>|</span> <?php comments_popup_link(__('No Comments','highthemes'), __('1 Comment','highthemes'), __('% Comments','highthemes')); ?>and remove it or put it inside html comment. Try removing the code.
Hi. I removed the code from index.php, tpl_blog.php, archive.php, author.php and search.php. (please see below.) But it still shows “Comments Off” part… Usually I removed the code but it did not work this time. Any ideas? Thank you.
<small class="meta"> <?php the_date(); ?> <span>|</span> <?php the_author_posts_link();?> <span>|</span> <?php the_category("<spa?> | ");?> </small>Please send me your wp login data using my profile page.
Hi. I just sent you the info. Thank you for your support.
replied
It looks like the portfolio pages are displaying gallery items by post ID as opposed to post dates. How can I switch it to display by date? I need to have my gallery images in a certain order and it will be easiest to do that with future images by adjusting the post date.
I tried making some changes in the tpl-portfolio-1col.php file, but that didn’t work.
query_posts("post_type=post&paged=$paged&cat=$ht_page_type_category&posts_per_page=$posts_per_page&orderby=ID&order=DESC");and replace it with
query_posts("post_type=post&paged=$paged&cat=$ht_page_type_category&posts_per_page=$posts_per_page&orderby=date");Ran into the problem with the contact page where after sending the message it goes to a blank screen with no links and the message ‘thanks___your message has been submitted to us”
what to do?
please let me know the URL
send email with info – thanks for looking at it.
Thanks, worked perfectly
How can I remove thee slider thumbnails on the home page?
open /includes/slideshow.php remove what you see between <!
- [Slider Thumbs] -> <!- [/Slider Thumbs] ->then open style.css find #featured-area{}
and change the height to 335px;
Perfect! Thanks for an awesome theme!
I’m not sure why put I’m also having my excluded category show u pin my blog. I put the excluded category number, and I double checked I had the right categories checked…am I missing something else?
Please send an email with your wp login data.
Sorry, I’m referring to another project/theme. Thanks again for your help!
Is it possible to link one of the front page slider images to an external link?
No, in tesla it’s not possible by default unless you customize it.