Notifications
Clear all

Enhancing Thread Navigation: Adding Direct Page Access

4 Posts
2 Users
0 Reactions
130 Views
Posts: 8
Topic starter
(@natachagj)
Active Member
Joined: 2 years ago

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
Tutrix
Posts: 1436
(@tutrix)
Noble Member
Joined: 4 years ago

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

Reply
1 Reply
(@natachagj)
Joined: 2 years ago

Active Member
Posts: 8

@tutrix Hi there, I added the css and I'm not seeing a dropdown, am I looking at the right place? Or are you saying that we have a css conflict and it should be showing up. Screenshot: https://tinyurl.com/24aal64d

Reply
Tutrix
Posts: 1436
(@tutrix)
Noble Member
Joined: 4 years ago

@natachagj 

Posted by: @natachagj

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

 

Reply