-
AuthorPosts
-
David Porré Friend
David Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
December 22, 2015 at 1:07 pm #828815Hello,
I have reported an article order wich has been pointed as major bug since almost 3 months :
http://pm.joomlart.com/browse/JATCJASON-147
But I can see it still has not been fixed !
I really need to get this fixed please.Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
March 11, 2016 at 10:37 am #898347Hello,
I did not get any news on this issue ! By looking to the JATCJASON-147 page, I saw this bug was marked as resolved.
I can see that the issue is marked as solved on the 12th of January… around 3 weeks after you answered !
I had no notification of it, and the 1.0.2 is not available to download.I tried to download the latest version here which seems to be 1.0.1, no change.
I’ve been client with developper membership for years and have never seen this, 6 months and still no fix for me..
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 12, 2016 at 5:54 pm #898690Hi @david Porré,
Sorry for the delay. I didn’t notice you about this case because even the issue was marked as Solved but it hasn’t been released yet. I personally leave a comment there, hope that our dev team will check and release new version asap so you can continue your work.
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
March 26, 2016 at 11:08 am #9049192 more weeks and still no news, and still 1.0.1…
I think I won’t renew my membership, as I have been waiting more than 6 months for this and lost all credibility with this client !
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 28, 2016 at 2:57 am #905268You can fix this bug with the solution below
Open templates/ja_jason/html/com_content/category/isotope.php file
find and change
$doc->addScript (T3_TEMPLATE_URL . '/js/isotope.pkgd.min.js');
to
$doc->addScript (T3_TEMPLATE_URL . '/js/isotope.pkgd.min.js'); //Sort items by date $ordering = $params->get('orderby_sec'); if($ordering == 'rdate' || $ordering == 'date'){ $order = $params->get('order_date',''); switch($order){ case 'modified': usort($this->intro_items, function($a,$b){ return $b->modified - $a->modified; }); break; case 'published': usort($this->intro_items, function($a,$b){ return $b->published - $a->published; }); break; case 'created': default: usort($this->intro_items, function($a,$b){ return $b->created - $a->created; }); break; } }
Hope it helps
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
March 31, 2016 at 3:46 pm #907517Hello,
Thank you for your answer.
With the code added, the order seems to change, but not as it should, I still can not order by created date.
Category and menu are set to newest by created date, as you can see if you loggin with account I gave you.If I call on the page <?php echo $params->get(‘order_date’,”); ?>, it echoes created.
Any idea on what could be wrong ?
Best regards,
DavidNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 1, 2016 at 4:43 am #907803I could not see the credential info of your site. If possible, you can send me again via your reply and set as private reply. I will help you to check this
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
April 2, 2016 at 9:14 am #908261This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 4, 2016 at 7:25 am #908840This reply has been marked as private.David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
April 14, 2016 at 10:48 am #917957This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 15, 2016 at 3:22 pm #918382I have reopened this bug to development team again and they will fix and suggest hotfix soon
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
May 6, 2016 at 7:38 am #927473Hello,
Any news on this ?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2016 at 8:06 am #927482Try to apply this way to solve the problem on your site
-
Download and extract my attached file
- Copy it to template/ja_jason/html/com_content/category/isotope.php
Please don’t forget to backup old file before doing changes
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
May 24, 2016 at 9:39 am #934090Hello,
Sorry for late response, there is a problem with e-mail notifications I think as I do not receive them.
I uploaded your file, and my problem seems finally fixed ! Took a very very long time, but it seems OK now.
Thank you for that.
Best regards,
David -
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by David Porré 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum