AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Enhancing Thread Navigation: Adding Direct Page Access

4 Posts
2 Users
0 Reactions
883 Views
Posts: 8
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@natachagj)
Active Member
Joined: 3 years ago
[#57113]

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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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: 3 years ago

Active Member
Posts: 8
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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

 

 navigation dropdown

Reply
Share: