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


Suggestion: Let us use pages for the subheader options
Nice suggestion. Will consider.
When using the slideshow with the default setting, clicking on the image or “read more” button will redirect the user to the page.
On the page, the featured image will be automatically resized and displayed.
Is there a way to prevent that from happening?
If not, is there a way to control how the image is going to be resized?
In my case, the image is trimmed vertically and it doesn’t look nice.
Line 532 of options/general-functions.php
add_image_size( ‘single-image’, 585, 201, true );
here you can change the single page image size. But it will not affect for previous generated images. To apply it use http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regard
Cheers
It would be great if lists could be nested within other shortcodes. I’ve tried with the boxes and toggles and the lists are not properly indented.
Yes, you’re right. we have forgotten styling lists in that way.
In Contact Details, on your demo, the text is quite short. In a real world example, the text overflows and the 2nd line is not indented. The same problem arises if we want to have the different address elements on different lines.
Any suggestions as to how we could fix this?
If you mean the address: The best way is to put a
before the text. it will look better.
I had to add empty spans, otherwise the next line is under the list arrow.
It would maybe be worth mentioning that list of IDs for tabs should not contain any spaces. If there is one, the list of tabs will not be in the defined order
How do we force the theme to use a translated .mo file? I’ve replaced the file, but the old strings still show. I’ve tried WPML and it can load that file, but it breaks the Homepage due to the change in IDs.
You must uncomment the line I specified in functions.php
I’ve managed to use the translated file by uncommenting a line in functions.php, but there is still a problem with the archives page. The months are still being displayed in English.
I think the months names must be translated using the core of WP. You should translate the core.
That’s correct. I had a corrupted .mo file
There is a problem with the title of the pages. The title of the post/page is glued to the name of the website which is displayed twice.
Please let me know what’s the URL of the page you’re talking about
Suggestion: Use the_date instead of the_time for the blog pages. That way the date will be displayed according to the user prefs without having to hack the code.
Already used it in ver 1.4. You can re-download your copy.
You missed one in homepage_tab_content.php
hi,
just purchased the template, looks great! I`m almost finished customizing it, but I can’t figure out a way to display my latest posts on the “Homepage Tabbed Content” area.
I tried putting the ID of my main blog page, but only the title shows up, no luck with the posts themselves.
Can you help me?
Cheers
Hi, I think it can shows a sub blog in tab based homepage. Please try a sub blog and let me know the result
With Sub-blogs it worked fine, but it seems that I can only show 1 category and what I need is to show all my latest posts…
is there a way to achieve that?
Cheers
Not possible by default. But you can edit /includes/homepage_tab_content.php
LINE 85 :query_posts("post_type=post&cat=$ht_page_type_category&posts_per_page=$posts_per_page&orderby=ID&order=DESC");replace it with:
query_posts("post_type=post&posts_per_page=$posts_per_page&orderby=ID&order=DESC");My question is about upgrades, updates, and version numbers. I originally purchased Tesla at (as far as I can tell?) version 1.1 though it doesn’t indicate that on the file names at least as far as I can see, nor is the version number indicated as the ZIP file name. i.e. tesla-advanced-minimalist-business-wp-theme_v11.zip, tesla-advanced-minimalist-business-wp-theme_v12.zip. etc. I would like to know if I redownload from my already purchased download screen here on ThemeForest whether I am just redownloading the original 1.1 version I purchased, or am I downloading the latest version?
I also do not ever get any ‘upgrade available’ notice for the theme in my WP Dashboard area? Is there a way to make this possible for an easy automatic upgrade to the theme when there are upgrades?
The files get their names automatically by envato system. To get informed about latest update, follow us on twitter. Also when you download the file, open the help file and explore its change log section. There, you can find the details.
Regarding upgrades, it would be great if a diff file could be provided as well
.
There’s a section in help file called ” Change log” you can find what got updated in current version. By the way we haven’t included the files names
There is a problem with the way posts are ordered on the homepage. I couldn’t get some posts to show and I found the answer by looking at the code. Posts are ordered by ID instead of by date.
Do you mean “Sub blog”? It’s based on IDs. What was the problem with the IDs?
The problem is with the order in which items are displayed in the tab/blog section. You chose to order them by ID. This doesn’t always work because IDs are not necessarily in the same order as published dates. The default in WP for categories is by date.
You’re right. Will fix it.
Suggestion: Introduce a “search” subheader option that would show the search box
Thanks for your suggestion.
There is a big problem when nesting shortcodes. < p/> tags are introduced right after the shortcodes
[fancy_box]
< h4> Title < /h4>
[check_list]
some list
[/check_list]
[/fancy_box]
[/one_half]
Will produce something like:
< div class=”one_half”> < div class=”fancy-box gradient-box”> < p/> < h4>Title< /h4> < p/> < ul class=”checklist”> < li>list < /ul> < p/> < p/> < /div> < /div> < p/>
These extra tags must be created from autop, but there must be a way to filter them out.
Email me, I will reply with a solution.
I’ve emailed you a couple of days ago, but haven’t heard back.
Will respond to emails now
Hello,
Is it possible to include re-captcha instead of the current captcha system ?
Thank you
Yes, It’s possible but not included in the theme. Maybe in the next version.
Suggestion: Add alt and title to the framed pictures. It’s easy to add
Nice suggestion
Interesting theme! Just wondering whether if there’ll be a search function incorporated into this theme the next update?
And also about the toggles, anyway to make it works like an accordion toggle (click on one title closes the other)?
I’m planning to create a multilingual site and I browsed through the comments that some of them have already been using it with wpml. Just wondering where the option to change language will go to on the frontpage since you can choose to put it in footer or sidebar. Any footer or sidebar on the main page that I can incorporate that?
Sorry for the long questions. Just need to make sure that this theme is suitable for my site…
Thanks in advance!
Regarding the search function, you can use search widget for that.
Currently it doesn’t work in that way (According). We will update our shortcodes with new ones in future.
The theme is translation ready but I’m not sure about WPML because I haven’t used it till now. To translate and use any lang, you need to use the .po and .mo files included in the theme’s folder and uncomment a funtion inside function.php. It will load the theme in the translated language.
Regards
Hi, I’ve got a question for you.
I’ve set up Tesla to have the slideshow work off of pages.
On the page, I’ve used the circle list shortcode, which works fine.
The Home Page slider text on the right does not show this as a list.
I tried to eliminate my problem by using the excerpt feature, to see if that would work. It seems it does not.
I then tried to create some text at the top of the page, and use the more tag. But the slider content on the right side does not recognize this either. It seems no matter what I put on the page, I can’t style it in any way for the slider.
Would you be able to suggest a way that I could use the Excerpt function from a page for my slider information, while maintaining the ability to use the button to link to that same page?
Hopefully that makes sense.
Thanks, Chris
I have edited the slideshow.php for you. Put the following file inside /Tesla/Includes/
http://dl.dropbox.com/u/9315746/slideshow.php
Also, you need to use Read More button of text editor to cut the content.
Hi,
Sorry, I figured it out.
I added <?php the_excerpt(); ?>
Instead of the one you had, which was,
<?php echo ht_excerpt(400, ’...’);?>
in the slideshow.php file.
Now it allows for the custom excerpts on pages etc.
It’s not that I didn’t like how you had it, but for what I want it for this works fine.
It works with or without an excerpt, the difference is, now it ignores the shortcodes completely from the original page if I don’t use a manual excerpt.
Which is o.k. with me. I needed more control than what was originally there.
Thanks anyway though.
I sent you the solution that supports shortcode. Anyway, it’s good to make a backup of your previous slideshow.php then paste the one I sent to your theme