-
AuthorPosts
-
ch2856 Friend
ch2856
- Join date:
- January 2010
- Posts:
- 73
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 9 times in 1 posts
November 1, 2014 at 7:20 pm #202350j3.3.6 and JAmagz 1.1.1 fresh installation, content migrated from j1.5
I have a problem with Infinity Pagination.
It works fine on featured articles (home page) and on related articles but not on blog-view. On blog view of a category or categories it only load the second batch of articles as set on the menu and then “that’s all”.update: if I change on the menu settings # Leading Articles =0, the infinity pagination works as intended.
Please advise.
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 3, 2014 at 8:59 am #553920It seems this is a bug with infinity scrolling. We are working on it. You can check the progress here: http://pm.joomlart.com/browse/JATCMAGZ-313
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
ch2856 Friendch2856
- Join date:
- January 2010
- Posts:
- 73
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 9 times in 1 posts
December 18, 2014 at 9:10 pm #559110Hi guys,
Any ETA for the fix on that issue?
Thanks,
RanMarch 6, 2015 at 10:44 am #561902<em>@Eragon H 451385 wrote:</em><blockquote>It seems this is a bug with infinity scrolling. We are working on it. You can check the progress here: http://pm.joomlart.com/browse/JATCMAGZ-313</blockquote>
hi
i visit the link
and it’s closed because is solved?
i don’t understand where i can apply the changes “Leading Articles =0”ch2856 Friendch2856
- Join date:
- January 2010
- Posts:
- 73
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 9 times in 1 posts
March 6, 2015 at 12:28 pm #561910Hi,
To change leading =0 go to menus and chose a menu which display category blog. On the “blog layout” tab, change leading article to 0.
They did something on ja magz 1.1.0 or 1.1.1 that make this issue, and they didn’t solve it to this very day. You can make it work again by changing some lines in html/category/blog.php
Go to line 63 and change this:
<div class="leading leading-<?php echo $leadingcount; ?><?php echo $item->state == 0 ? ' system-unpublished' : null; ?>"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<?php
$this->item = & $item;
echo $this->loadTemplate('leaditem');
?>
</div>to that:
<div class="items leading <?php echo $item->state == 0 ? ' system-unpublished' : null; ?>"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<?php
$this->item = & $item;
echo $this->loadTemplate('leaditem');
?>
</div>and now leading items should work with infinity pagination. It’s just replaying the new code with the old code from ja magz 1.0.4.
March 9, 2015 at 1:43 pm #562231hi
i can’t set leading = 0
because i have a defined layout
i have tried change the code following your instructions
but don’t work for meis there another solution?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 12, 2015 at 10:41 am #562809Hi @p_il_musicante,
Could you please provide your site url and temporary back-end account via private reply so I can check it for you ?
March 13, 2015 at 11:51 am #562972Hi
you have a MP 😉
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 16, 2015 at 2:49 am #563169Hi @p_il_musicante,
Thanks for the info, please stay tuned while I’m checking this matter for you.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 16, 2015 at 10:20 am #563252Hi @p_il_musicante,
Could you please provide a temporary FTP account too ? I need to take a closer look at the code in order to investigate the problem.
March 18, 2015 at 12:32 pm #563587you have a pm
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 19, 2015 at 6:25 pm #563800Hi @p_il_musicante,
Thanks for the info, please stay tuned while I’m investigating the problem for you.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 23, 2015 at 5:12 am #564176Hi @p_il_musicante,
Sorry for the delay. Not sure if you managed to sort it out or not but I checked your site and didn’t see the problem anymore, for example this page.
Please confirm your status or let me know if it still happen in another page.
March 23, 2015 at 1:01 pm #564240<em>@Adam M 464887 wrote:</em><blockquote>Hi @p_il_musicante,
Sorry for the delay. Not sure if you managed to sort it out or not but I checked your site and didn’t see the problem anymore, for example this page.
Please confirm your status or let me know if it still happen in another page.</blockquote>
Hi
the problem is in the artcile page
see this page
-
AuthorPosts
This topic contains 16 replies, has 4 voices, and was last updated by Adam M 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum