Rename Login and Register

GK User
Sat Jun 11, 2011 10:22 pm
Hi - I'm trying to rename the Login and Register in your Black and White template to say Wholesale & Dealer Login and Wholesale & Dealer Registration but can't find where to do it. Can you tell me what file I need to edit?

The original from the website is below:

Screen shot 2011-06-11 at 7.14.02 PM.png


Thanks,
John
User avatar
Fresh Boarder

GK User
Fri Jun 17, 2011 6:21 am
language/en-GB/en-GB.tpl_gk_blackandwhite.ini
User avatar
Senior Boarder

GK User
Sat Jun 25, 2011 9:21 pm
Hi Heart I used this file to translate the "BACK TO TOP" but it didn't work.
Ihave to rename the id or...
thank you for tips
User avatar
Fresh Boarder

GK User
Mon Jun 27, 2011 7:13 am
you mean that "back to top" below (right side) the articles?!

That's a k2 thing... so you have to edit
/language/en-GB/en-GB.com_k2.ini
User avatar
Senior Boarder

GK User
Mon Jun 27, 2011 9:49 am
Hi, no mean the template botton on the right bottom of the template see pic)
backtotop.jpg
User avatar
Fresh Boarder

GK User
Mon Jun 27, 2011 10:14 am
Don't think thats built in on default!? Do you use a plugin/module for that!?

See demo http://demo.gavick.com/joomla15/oct2010 ... Itemid=102 no such thing at bottom ;)
User avatar
Senior Boarder

GK User
Mon Jun 27, 2011 10:58 am
you right, I go to ceck. thank you
User avatar
Fresh Boarder

GK User
Mon Jun 27, 2011 2:23 pm
I checked everywhere.
Can you please have a look
http://www.arredoscout.it/beta/
I found this in the html output but don't really know if is a K2 plugin or other:

jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(function () {
var scrollDiv = document.createElement('div');
jQuery(scrollDiv).attr('id', 'toTop').html('^ Back to Top').appendTo('body');
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() != 0) {
jQuery('#toTop').fadeIn();
} else {
jQuery('#toTop').fadeOut();
}
});
jQuery('#toTop').click(function () {
jQuery('body,html').animate({
scrollTop: 0
},
800);
});
});
User avatar
Fresh Boarder

GK User
Tue Jun 28, 2011 4:28 am
Do you use the JB Library Plugin!? (has nothing to do with gavick)

This looks the same as yours See JB Library Plugin site
User avatar
Senior Boarder


cron