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.

"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
tell me please , how can I allign logo to the right?
11 years 7 months ago #33 by Igor Boguslavets

Please Log in or Create an account to join the conversation.

Hi, Pleaase open file :
[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;
11 years 7 months ago #34 by andy

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

Please Log in or Create an account to join the conversation.

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 :
$pathw = '<span class="breadcrumbs pathway"><strong>You\'re Here : </strong>';
with this
$pathw = '';
11 years 7 months ago #36 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum