-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 2, 2016 at 4:21 am #991689Hi,
Could you check your site’s URL again as it seems doesn’t work now? http://prntscr.com/debqky
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 2, 2016 at 5:26 pm #991825works fine now.
please try again.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 5, 2016 at 1:24 am #992079Hi,
Yes, I can access the URL of your site but I need to check the PHP code directly on your site, please give me the FTP account via private reply.
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 5, 2016 at 8:09 am #992178Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 6, 2016 at 8:45 am #992524Hi,
I spent a lot of my time to detect the problem on your site because by default ordering of backend on your site using article id but the menu setting on Joomla menu does not support about this. But I made the custom from templates/ja_jason/html/com_content/category/isotope.php file and you can see this code
$compare = create_function('$a, $b', ' if ($a->id == $b->id) { return 0; } return ($a->id < $b->id) ? 1 : -1; '); uasort($this->intro_items, $compare);
Now, you can see the setting on your site from backend and front-end at the same http://prntscr.com/dfxrya and http://prntscr.com/dfxscd
Hope it helps
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 6, 2016 at 10:30 am #992550thank you very much for your feedback.
but about the sort order I need to display articles regarding custom order and not with article ID.
does this work?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 7, 2016 at 1:14 am #992723Hi,
Our Portfolio layout does not change any the ordering from Article setting.The ordering regards
-
Menu ordering setting
-
Category ordering setting
- Article ordering setting
If you don’t want to set the ordering setting as my custom before that you can remove that code from templates/ja_jason/html/com_content/category/isotope.php file
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 7, 2016 at 10:25 am #992883Hello,
What I need is to display the articles on website front-end depending of order articles defined in website back-end.
I have commented the code you have added to show you.This is working on some categories, exemple here, see lilnk below :
http://img4.hostingpics.net/pics/455519categoryOK.jpg
But on specific category, this is not wokring ,exemple here, see lilnk below :
http://img4.hostingpics.net/pics/216285categoryKO.jpg
What’s wrong?
Thanks
LaurentNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 8, 2016 at 1:52 am #993051Hi,
I checked the configuration from the menu item and saw http://prntscr.com/dgpkyi it looks quite the same as your expectation.
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 8, 2016 at 2:51 pm #993209ok but the order in front-end is not the same as defined in back-end :-/ ..only for VIN ROUGE category.
see here : http://img4.hostingpics.net/pics/19306320161208155050.jpg
why?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 9, 2016 at 8:09 am #993341Hi,
As said before that, Portfolio layout does not change any the ordering setting on Article Manager. If you want to get the best answer with your request, you need to submit the request to Joomla forum
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 9, 2016 at 9:48 am #993371I understand perfectly what you say.
but how do you explain this is working on others categories and not on this category : VIN ROUGE ?
see here a screen capture with explications :
http://img4.hostingpics.net/pics/55320820161209103426.jpg
As you can see, all the categories are defined with Portfolio layout and when I change article order from back-end = It works …. but on all categories, except on VIN ROUGE ….
I’m sorry but I’m not dreaming :-/
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2016 at 1:17 am #993641Hi,
I have checked the configuration Vin rosé (fr-FR) category: http://prntscr.com/di3ghf and view in front-end: http://prntscr.com/di3hq5 but it’s not correct please check it again
Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 12, 2016 at 8:32 am #993757hello,
You have forgotten 1 step …. in Joomla, when you need to change article sort order, you must click before in sort order icon.
See following link (click on image to zoom in) : http://img11.hostingpics.net/pics/325315Sanstitre1.jpg
So I’m right, there is an issue because article sort order works with Vin rosé (fr-FR) category but not with Vin Rouge (fr-FR) category.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2016 at 2:43 am #994041Hi,
About the ordering setting of Vin rosé (fr-FR) category on your site is always showing as http://prnt.sc/di3hq5 from front-end and you can add more articles under Vin rosé (fr-FR) category and re-check the ordering.
Regards
AuthorPostsThis topic contains 21 replies, has 2 voices, and was last updated by toonetcreation 7 years, 10 months ago.
The topic ‘Portfolio sort order not the same between front-end and back-end’ is closed to new replies.