-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
January 15, 2014 at 8:44 am #193761Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 17, 2014 at 3:41 am #518792Please pm me your FTP credential, I will check and help you out.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 20, 2014 at 1:12 pm #519109Please open the file: /components/com_virtuemart/assets/js/vmtabs.js, then find and change the label in red:
function vm2tabs(pages) {
pages.addClass("dyn-tabs");
pages.first().show();var tabNavigation = jQuery('<ul id="tabs" />').insertBefore(pages.first());
pages.each(function() {
var listElement = jQuery("<li />");
var label = jQuery(this).attr("title") ? jQuery(this).attr("title")
: "Kein Label";
listElement.text(label);
tabNavigation.append(listElement);
});var items = tabNavigation.find("li");
items.first().addClass("current");items.click(function() {
items.removeClass("current");
jQuery(this).addClass("current");
pages.hide();
pages.eq(jQuery(this).index()).fadeIn(200);
});}
jQuery(document).ready(function() {
vm2tabs(jQuery("#ui-tabs .tabs"));
});
Let me know if this helps.
1 user says Thank You to Nazario A for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by Nazario A 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
rename the label
Viewing 3 posts - 1 through 3 (of 3 total)