Aug 11, 2024 4:47 pm
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
3 Replies
Aug 11, 2024 6:05 pm
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
Aug 12, 2024 4:26 am
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