ThemeForest

Tesla - Advanced Minimalist Business WP Theme

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

Suggestion: Let us use pages for the subheader options

highthemes

Nice suggestion. Will consider.

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

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.

highthemes

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

interfasys

Cheers

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

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.

highthemes

Yes, you’re right. we have forgotten styling lists in that way.

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

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?

highthemes

If you mean the address: The best way is to put a
before the text. it will look better.

interfasys

I had to add empty spans, otherwise the next line is under the list arrow.

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

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

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

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.

highthemes

You must uncomment the line I specified in functions.php

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

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.

highthemes

I think the months names must be translated using the core of WP. You should translate the core.

interfasys

That’s correct. I had a corrupted .mo file

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

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.

highthemes

Please let me know what’s the URL of the page you’re talking about

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

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.

highthemes

Already used it in ver 1.4. You can re-download your copy.

interfasys

You missed one in homepage_tab_content.php

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

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

highthemes

Hi, I think it can shows a sub blog in tab based homepage. Please try a sub blog and let me know the result

Default-user
akirau Purchased

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

highthemes

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");
  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
Riavon Purchased

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?

highthemes

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.

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

Regarding upgrades, it would be great if a diff file could be provided as well :).

highthemes

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

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

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.

highthemes

Do you mean “Sub blog”? It’s based on IDs. What was the problem with the IDs?

interfasys

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.

highthemes

You’re right. Will fix it.

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

Suggestion: Introduce a “search” subheader option that would show the search box

highthemes

Thanks for your suggestion.

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

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.

highthemes

Email me, I will reply with a solution.

interfasys

I’ve emailed you a couple of days ago, but haven’t heard back.

highthemes

Will respond to emails now

  • Beta Tester
  • Bought between 50 and 99 items
  • Has been a member for 5-6 years
  • Referred between 1 and 9 users
dscp8 Purchased

Hello,

Is it possible to include re-captcha instead of the current captcha system ?

Thank you

highthemes

Yes, It’s possible but not included in the theme. Maybe in the next version.

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

Suggestion: Add alt and title to the framed pictures. It’s easy to add ;)

highthemes

Nice suggestion

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

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!

highthemes

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

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
Reidable Purchased

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

highthemes

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.

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
Reidable Purchased

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.

highthemes

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

by
by
by
by
by