Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Could you confirm if it's possible to expand the current navigation functionality in our forum software? Currently, we only have "previous" and "next" page options. Adding direct links to the first, last, and specific numbered pages within a thread would greatly improve user navigation, especially in longer discussions. Thank you for looking into this.
Screenshot: https://tinyurl.com/2ar8dxmk
Hi @natachagj
Your Wordpress theme or settings via Elementor removes the navigation dropdown.
You can test this CSS code
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap select {
margin: 0 !important;
padding: 6px 8px !important;
display: inline !important;
width: auto !important;
min-height: auto;
float: none !important;
background: #fff;
height: unset;
}
Just add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
I'm not seeing a dropdown,
The CSS code is not included on your page, add it as I wrote above and empty the bowser cache.
It works, see attachment