how can remove "yourshop.com" from the module Breadcrumbs

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Feb 17, 2011 11:40 am
Good day, how can remove "yourshop.com" from the module Breadcrumbs

Breadcrumbsl.png
User avatar
Fresh Boarder

GK User
Thu Feb 17, 2011 12:17 pm
Hi,

It was many many times at this forum ... this text you can find in template language file in root/languages directory
User avatar
Platinum Boarder

Konrad M
Thu Feb 17, 2011 12:19 pm
Hi

Try in override.css add
Code: Select all
.youah {
display:none;
}


or as said bkrztuk something like here: 93-cherrydesign/76115-how-to-change-qyouahq-in-breadcrumbs-to-qyou-are-hereq-solved.html#76156
User avatar

GK User
Thu Feb 17, 2011 2:49 pm
Hi

Actually, there's no need for hard code. ;)
Like @bkrztuk said, this can be translate/change on ../language/en-GB/en-GB.tpl_gk_yourshop.ini

If you don't want to display this, just replace:
Code: Select all
YOUAH=yourshop.com :

with
Code: Select all
YOUAH=


Cheers
User avatar
Platinum Boarder

GK User
Thu Feb 17, 2011 3:51 pm
Everybody thanks a lot, I'm all translated in this file (en-GB.tpl_gk_yourshop.ini) and received an excellent result. :)
User avatar
Fresh Boarder


cron