Pagination for Messages?

We have been testing the plugin before we go live with our customers, and we realised that if there are hundreds of messages, then the users/vendors/admin will end up with a long scrolling page. This is definitely not the expected experience.

Temporary fix:
I have added scrolling to the HivePress message section using CSS:

.hp-messages.hp-grid {
    max-height: 400px; 
    overflow-y: auto;
}

Is there a better solution?

1 Like

Hi,

Sorry, there’s no simple code snippet for this, it would require a custom implementation. But we plan to improve pagination in future updates.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.