OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
module ompatible with arabicic solve (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Module ompatible with arabicic solve

wcom (Visitor)
Posts: 0
graphgraph
User Offline
module ompatible with arabicic solve 10 Years, 5 Months ago
Karma: 0  
Hello
Only when you click on any image in the'' New vehicle Vehicle Manager extended free'' '
I see a problem

please see attech

If you choose the same picture of the other way everything is fine

My website is a1syria.com

If you need I can send you - Log information -

thank you
Logged Logged
Last Edit: 2013/10/14 20:48 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:mod 10 Years, 5 Months ago
Karma: 101  
Hello,

For me on your site one vehicle look good.
What browser you use ?
Do you try set other template ?

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
wcom (Visitor)
Posts: 0
graphgraph
User Offline
Re:mod 10 Years, 5 Months ago
Karma: 0  
hi

thank you for your visiting my web to test the problem

I test my web with explorer , firefox and chrome result is the same

Default Template in my web is for arabic

for that
i use another template for vehicle

thank you
Logged Logged
The administrator has disabled public write access.
wcom (Visitor)
Posts: 0
graphgraph
User Offline
Re:mod 10 Years, 5 Months ago
Karma: 0  
hi
if i can't use that model for any template how i can use any slideshow
i mean how i can let any slideshow read from database
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:mod 10 Years, 5 Months ago
Karma: 101  
Hello,

With module not understand what you mean, in joomla you may connect only menu with template

With template you may do so:

in file
{site]/templates/a1syria_original/css/template_rtl.css

find code
Code:

#content > div.inner {
    color: #000000;
    text-align: right;
}



and replace to
Code:

#content > div.inner {
    color: #000000;
    text-align: left;
}



or

sitecomponents/com_vehiclemanager/includes/vehiclemanager.css
find code
.
Code:

basictable_27 .col_01, .basictable_28 .col_01 {
    color: #787878;
    display: block;
    float: left;
    font-size: 14px;
    overflow: hidden;
    width: 150px;
}



and replace to:
Code:

.basictable_27 .col_01, .basictable_28 .col_01 {
    color: #787878;
    display: block;
    float: right;
    font-size: 14px;
    overflow: hidden;
    width: 150px;
}



Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
wcom (Visitor)
Posts: 0
graphgraph
User Offline
Re:mod 10 Years, 5 Months ago
Karma: 0  
thank you very much
now good compatible with arabic
Logged Logged
The administrator has disabled public write access.
Go to top
»