Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
derdiedasjp
tagDiv Member

Hi matijakurusic,

Apart from waiting for the fix, you could also forward category top pages to standard pages (this needs to be defined in functions.php).
This means that you’ll have to set up one page for each category, but it also means that there are no limits regarding the layout, plus Ajax pagination will work as advertised.

derdiedasjp
tagDiv Member

Hi Bogdan,

I just did that. Thanks again for your efforts.

Best regards,

Matthias

derdiedasjp
tagDiv Member

Hello Bogdan,

Did that — still no luck.

Looking at the source code, I found this:

<script>
jQuery(window).ready(function() {
tdAjaxLoop.loopState.sidebarPosition = '';
tdAjaxLoop.loopState.moduleId = '1';
tdAjaxLoop.loopState.currentPage = 1;
tdAjaxLoop.loopState.max_num_pages = 2;
tdAjaxLoop.loopState.atts = {
'category_id':11,
'offset':3 };
tdAjaxLoop.loopState.ajax_pagination_infinite_stop = 3;
tdAjaxLoop.init();
});
</script>
<div class="td-ajax-loop-infinite"></div>
<div class="td-load-more-wrap td-load-more-infinite-wrap">
もっと見る <i class="td-icon-font td-icon-menu-down"></i>

</div>

so the code as such is there. The “.td-load-more-infinite-wrap” is kept as “display:none” – I can force a display:block and then the “load more” (here in Japanese) shows up, but clicking on it makes it disappear.

What confuses me as well is the

‘category_id’:11,
‘offset’:3

– I’m showing 3 items in the top grid and then 10 more items in the grid below. If offset is “3”, wouldn’t that display the same articles again except for the post 3?

Anyway — the problem persists – even with all plugins deactived (I re-activated them again as the site is live).

Thanks

derdiedasjp
tagDiv Member

Hi Bogdan,

All the settings for the categories were set to “inherit”.
I played around a bit, but the only time I noticed a difference was when I chose “normal pagination” for said category. Please see screenshot:

http://tabibito.s3.amazonaws.com/derdiedas/derdiedas-pagination.png

So there is pagination, but it looks broken as well.

Best,

Matthias

derdiedasjp
tagDiv Member

Hello Bogdan,

I do have enough posts in that category.
I deactivated the usual suspects (Jetpack etc) and tried a couple of other things. I noticed that I can increase the number by increasing the posts per page + posts in feed to let’s say 15, but it won’t get paginated, which means there is a natural limit performance-wise.
Interestingly, the pagination on the Related Articles works as advertised on single pages, but I just can’t get it to work on category top pages. Any other thoughts?

Thanks in advance,

Matthias

derdiedasjp
tagDiv Member

Hi Alin,

Thanks for that.
It appeared to be a mixture of both — regenerating thumbnails said everything is ok were in fact it wasn’t as php-gd was installed but not recognised by Nginx. The grid issue was indeed caused by an old child theme version.

Thanks a lot for your quick help!

derdiedasjp
tagDiv Member

Hi Alin,

Thanks. I followed your advise, disabled Photon and also removed our CDN.
I also removed the custom CSS I used to fix the issue. Also regenerated all thumbnails.

To no avail. The grey border persists (it looks even worse now) and the top grid is broken.

What am I missing? I’m using the system out-of-the-box!

http://dev.derdiedas.jp/

Best regards,

Viewing 7 posts - 1 through 7 (of 7 total)