The pager on category view is missing (when infinitescroll is disabled ), and the infinitescroll (turn on) is not working, do you have an existing fix for the atom theme?
9 answers
In ubertheme helper module -> initial.phtml, element not being hit
var $pager = $(".column.main .toolbar .pages").hide(),
$btnNext = $pager.find('.next');
In theme toobar.phtml
$block->getIsBottom() never enter
<?php if ($block->getIsBottom()): ?>
<?= $block->getPagerHtml() ?>
<?= $block->fetchView($block->getTemplateFile('Magento_Catalog::product/list/toolbar/limiter.phtml')) ?>
Hi Fenco Lo,
The pager on category view is missing (when infinitescroll is disabled ), and the infinitescroll (turn on) is not working, do you have an existing fix for the atom theme?
We’re recently updated the UB Atoms theme that also fixed the issue you mentioned and other incremental bug fixes.
It would be best if you can download and upgrade the theme and built-in extensions to the latest version (You need to back up your instance before upgrading)
If you have any difficulties in fixing that issue, please provide us your site instance, we will work closely with you then:
- URL and admin credentials of your M2 instance
- SSH credentials of your M2 instance
- Let us know the path to your M2 folder
Please make sure you mark you reply private or simply switch this ticket to the private mode. Then it’s safe to share your site info here.
Best Regards,
Ziven.
hi Ziven
i’ve just re-downloaded quickstart zip, but all the files are the same
Hi there,
So please help to provide us with your site info as mentioned in Ziven’s reply #2 above.
Please make sure you mark your reply private or simply switch this ticket to the private mode. Then it’s safe to share your site info here.
Regards,
Ubertheme team
hi support
it can not be accessed from outside, the site is just fresh installation of the quickstart installation (Curent Version: 1.0.4 -- Last Update: September 13, 2021) which i download in https://www.ubertheme.com/profile/hoplun/downloads/
is this version already lastest?
hi support
it can not be accessed from outside, the site is just fresh installation of the quickstart installation (Curent Version: 1.0.4 -- Last Update: September 13, 2021) which i download in https://www.ubertheme.com/profile/hoplun/downloads/
is this version already lastest?
Hi Fenco,
is this version already lastest?
Yes, the QuickStart package is the latest one.
The pager on category view is missing (when infinitescroll is disabled ), and the infinitescroll (turn on) is not working, do you have an existing fix for the atom theme?
For a quick workaround, you can try these steps:
Open the file: app\design\frontend\Ubertheme\atoms\Magento_Catalog\templates\product\list.phtml at line 235 and change code like below:
Replace:
<?= $block->getToolbarHtml() ?>
With:
<?= $block->getChildBlock('toolbar')->setIsBottom(true)->toHtml() ?>
(It looks like this one: https://www.dropbox.com/s/9co3su42iitp3k4/2021-11-04_09-08-48.png?dl=0)
Then let me know how it goes.
PS. It would be best if you can set up a staging instance where we can help to debug directly. Other users at Ubertheme also shared with us their dev instances so we did resolve the issue more efficiently.
Best Regards,
Ziven.
the bug is gone, thanks
Hi Fenco,
We’re glad that it helped. If you have any additional questions, please get back to us here.
Regards,
Ubertheme team