Deal Plazza converting to Hebrew
- Posted by Igor Boguslavets (19) Offline
also, how to add "rate this item" and more pictures to banner?
11 years 7 months ago #31
by Igor Boguslavets
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
"Rate this item" is already there right? Can you explain what di you want to achieve? And also what banner did you mean?
11 years 7 months ago #32
by andy
Please Log in or Create an account to join the conversation.
- Posted by Igor Boguslavets (19) Offline
- Posted by andy (759) Offline
Hi, Pleaase open file :
[root]/templates/deals_plazza/css/css.helper.php
arround lines 57-58
find this code :
Change that with :
11 years 7 months ago #34
by andy
[root]/templates/deals_plazza/css/css.helper.php
arround lines 57-58
find this code :
background:url("'.JURI::base(true).'/'.$image_logo.'") no-repeat t;
Change that with :
background:url("'.JURI::base(true).'/'.$image_logo.'") no-repeat top right;
Please Log in or Create an account to join the conversation.
- Posted by Igor Boguslavets (19) Offline
thanks.
do you know how to delete "You're Here" on main page?
11 years 7 months ago #35
by Igor Boguslavets
do you know how to delete "You're Here" on main page?
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi Igor,
We're sorry for the delay in the response.
You can do that by open this file :
[root]/templates/deals_plazza/html/mod_breadcrumbs/default.php
in the line 6 change the code :with this
11 years 7 months ago #36
by andy
We're sorry for the delay in the response.
You can do that by open this file :
[root]/templates/deals_plazza/html/mod_breadcrumbs/default.php
in the line 6 change the code :
$pathw = '<span class="breadcrumbs pathway"><strong>You\'re Here : </strong>';
$pathw = '';
Please Log in or Create an account to join the conversation.