RTL language Phoca download icon

Phoca Download - download manager
hasanhasan
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 11 Dec 2014, 23:36

RTL language Phoca download icon

Post by hasanhasan »

I try to float the pdf icon to right but its stile to left of title so what is the solution of this problem

.rtl .pd-filebox .pd-filenamebox {

float: right !important;

}

.rtl .pd-filebox .pd-buttons {

float: left !important;

}
hasanhasan
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 11 Dec 2014, 23:36

Re: RTL language Phoca download icon

Post by hasanhasan »

other information:
I add this code to redirect the position of the icon to right but nothing chnage:

.rtl .phoca-dl-file-box-mod .pd-document64, #phoca-dl-file-box .pd-document64, #phoca-dl-category-box .pd-document64, #phoca-dl-most-viewed-box .pd-document64, #phoca-dl-download-box .pd-document64 {
background: url("../../images/icon-document-64.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
height: 100px;
line-height: 70px;
padding-left: 70px;
float: right;
direction: rtl;
position: relative;
}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: RTL language Phoca download icon

Post by Jan »

Hi, did you check if you have changed the right code, e.g. it is for items which have 64 large icon - did you see the source html code of your site if this is the code displayed in current site? Did you do the edit first per e.g. firebug, to see it live?

Jan
If you find Phoca extensions useful, please support the project
hasanhasan
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 11 Dec 2014, 23:36

Re: RTL language Phoca download icon

Post by hasanhasan »

Dear Jan,
I try by using firebug, but nothing happened,

could you please help me to see the site please visit http://wtest.badil.org/ar/publications- ... apers.html

Regards,
hasanhasan
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 11 Dec 2014, 23:36

Re: RTL language Phoca download icon

Post by hasanhasan »

Dear Jan,
When i make the icon static its float to right but how to be dynamic and i can change the icon,,

please send me you response as soon as possible
hasanhasan
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 11 Dec 2014, 23:36

Re: RTL language Phoca download icon

Post by hasanhasan »

Dear Jan,

I complete the task every thing ok and happy for your help

the solution is:

/*Phoca Download RTL*/

.rtl .pd-filebox .pd-filenamebox {
float: right !important;

}

.rtl .pd-filebox .pd-buttons {
float: left !important;
}

.rtl .pd-filename a {

text-align:left;


}

.rtl .pd-document64 {
background-position: right !important;
padding-right: 70px;

}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: RTL language Phoca download icon

Post by Jan »

Hi, thank you very much for the guide.

Jan
If you find Phoca extensions useful, please support the project
Post Reply