pager not showing and also infinitescroll not work

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

Profile photo of Fenco Lo 120.00 $tone November 3, 2021
Public

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')) ?>
#1
Profile photo of Ziven Staff 100280.00 $tone November 3, 2021
Public

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.
 

#2
Profile photo of ubdev Staff 98150.00 $tone November 3, 2021
Public

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 

#4
Profile photo of Fenco Lo 120.00 $tone November 3, 2021
Public

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?

#5
Profile photo of Fenco Lo 120.00 $tone November 3, 2021
Public

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?

#6
Profile photo of Ziven Staff 100280.00 $tone November 4, 2021
Public

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. 
 
 

#7
Profile photo of ubdev Staff 98150.00 $tone November 11, 2021
Public

Hi Fenco, 
We’re glad that it helped. If you have any additional questions, please get back to us here.
Regards,
Ubertheme team

#9

Please login or Register to Submit Answer

Written By

Comments