OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How can i change height of category list ? (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

How can i change height of category list ?

Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 58  
Dear Wilaiporn,

A) You need edit admin_vehiclemanager.css

/public_html/main/administrator/components/com_vehiclemanager/admin_vehiclemanager.css


we added body.task-edit .add_vehicle .adminform tr td select#catid {
width: 500px;
height: 250px;
}


You can play with that settings. BEFORE MAKE ANY CHANGES, please BACKUP file.

increase input field width of item with different size not the same width of all item fields) not possible.

That fields have no classes, you can not add style for separate field.


Field as you can see consist of tr> and <td>;

<td> and <tr> have no any possibility add own style

Best Wishes,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
wilaiporn (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 0  
Hi

Thank you for edit category admin_vehiclemanager.css code on /public_html/main/administrator/components/com_vehiclemanager/admin_vehiclemanager.css

we added body.task-edit .add_vehicle .adminform tr td select#catid {
width: 500px;
height: 250px;
}

I try to clear my browser cache many times.
But height & width category input field when it is not working create a new item page as image below
https://s11.postimg.org/z7cut7ogz/new_item.jpg

But height & width category input field when it is working only Edit item page as image below
https://s9.postimg.org/5rvm5muf3/edit_field.jpg

Please help to fix this.

Thank you.
Wilaiporn
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 58  
Dear Wilaiporn,

We configured adding Vehicles, we edited the same file admin_vehiclemanager.css

and add

Code:

body.task-add .add_vehicle .adminform tr td select#catid


it will solve issue with adding.

Please, check

Thanks
Taras
Logged Logged
The administrator has disabled public write access.
wilaiporn (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 0  
Hi,

Thank you for greate service, it is working now.

I appreciate it.
Wilaiporn
Logged Logged
The administrator has disabled public write access.
wilaiporn (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 0  
Hi,


Thank you again for the css code on admin_vehiclemanager.css file

/*----------------------vm-category-admin------------------*/
body.task-add .add_vehicle .adminform tr td select#catid,
body.task-edit .add_vehicle .adminform tr td select#catid {
width: 500px;
height: 250px;
}

...
I will import the item into vehiclemanager but height&width on the Import/Export still the default size,
please help me again to add to right css code to increase heght&width on the Import/Export.

https://s4.postimg.org/aibjqlmbh/import_...t_category_field.jpg

Thank you
Wilaiporn
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How can i change height of category list ? 7 Years, 6 Months ago
Karma: 58  
Dear Wilaiporn,

We see that you made changes by yourself. To help You we need that you return to default structure of component.

You add properties for all fields with ID. It is not good solution.

We can help you, if you delete your changes and leave only our.

Very hard work, if you make changes and did not report about it and ask about new modification.

Thanks
Taras
Logged Logged
Last Edit: 2016/10/14 11:17 By Taras.
The administrator has disabled public write access.
Go to top
»