• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Videos Limit - HomePage Builder

Started by imranw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

imranwTopic starter

Hello,

Experiencing an issue with videos limit in homepage builder blocks. I have five different blocks and all are set to a video limit of 4 and they are all working except the last one. Even though it is set to show 4 videos only - it keeps loading additional videos from the category as I scroll down. Please assist. Thanks
  •  

Marius

This is the way it is built, last block gets infinite scroll.

Open tpl/{your theme}/home.php and find this line:

if($i < $bnr) { $kill_infinite = true; } else { $kill_infinite = false; }



replace it with:


$kill_infinite = false;
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

imranwTopic starter

You meant "$kill_infinite = true;"

and thanks its working now without going in to the loop.
  •  

mihai

  •  

Marius

Quote from: imranw on
You meant "$kill_infinite = true;"

and thanks its working now without going in to the loop.
True, my bad!
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)