Hi
Thank you for feedback us
I'm sorry but I don't understand the problem
You want the bottom filter to order in the desired position?
prnt.sc/iwva7c
or You can describe the problem in more detail or send me one image of the problem
I will check it for you soon
Thanks
Hi
Thank you for feedback us
you want at config "Order By"
prnt.sc/iwvkw8
There is a sort order option in order that sort by dragging?
prnt.sc/iwvkg8
That is, when you drag items in a certain order and select that order in the config order, the front-end will display in the order you dragged. ?
I'm sorry but this function takes a lot of time to research and find a solution so i can not customize help for you
But I have another way for you to order the items in the order you want, that is, enter the numbers 1, 2, 3, 4. . in config "Client Site"
prnt.sc/iwwt7s
And I will custom code to order it in the order you want
Hope you understand and look forward to receiving sympathy
Thanks
HaiND wrote: Hi
Thank you for feedback us
you want at config "Order By"
prnt.sc/iwvkw8
There is a sort order option in order that sort by dragging?
prnt.sc/iwvkg8
That is, when you drag items in a certain order and select that order in the config order, the front-end will display in the order you dragged. ?
Of course, this is how it's supposed to work. Many Joomla components handle this. I'm surprised you don't know about it.
I'm sorry but this function takes a lot of time to research and find a solution so i can not customize help for you
But I have another way for you to order the items in the order you want, that is, enter the numbers 1, 2, 3, 4. . in config "Client Site"
prnt.sc/iwwt7s
And I will custom code to order it in the order you want
Hope you understand and look forward to receiving sympathy
Thanks
You can order by the numbers in "Client Site"? OK. Go ahead and provide me the code to do that.
We want to be able to enter any numbers in there and have it be in numerical, ascending order.
Hi
Thank you for feedback us
I will intruction you custom code:
1, in source code: ...\modules\mod_jux_portfolio_pro\helper.php at line 130 and at line 82
find line :
$query->order($order);
replace by this line:
$query->order('a.client_site ASC');
2;in source code: ......\components\com_jux_portfolio_pro\models\items.php at line 137
$query->order($order);
replace by this line:
$query->order('a.client_site ASC');
hope it will help you, if still have problem
Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks