Notifications
Clear all

Limited Support

Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
Happy Holidays!

 

wpForo 1.x.x [Closed] Show more breadcrumb levels on mobile?

2 Posts
2 Users
1 Reactions
1,388 Views
Posts: 3
Topic starter
(@deaddred)
Active Member
Joined: 6 years ago

Is it possible to show more levels of the breadcrumb in mobile view? Currently all I get is

Forum (Main page)

House Icon > Forum Name

House Icon > Topic Name

This forces the used to have to hit the home link to be taken back to the main forums list and not way to go back to the parent forum of the topic with out using the back button.

Thanks

Topic Tags
1 Reply
Sofy
Posts: 4911
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi deaddred,

Yes, it is possible via CSS code. However I don't recommend to do it, probably you'll get some problems with the design. 

I'll leave the CSS code below. You should put the code in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea:

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpf-breadcrumb a {
display: block !important;
font-size: 9px;
}
}

Don't forget to delete all caches before checking.