Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello,
I see the behavior of my issue the same on this forum so maybe there is no other way...but asking for my client.
Actually, on desktop, when a topic is open, you see the full path of the breadcrumb with name forum/name topic
But on the mobile, only the 1st level of the breadcrumb is visible. My client would like its users to see the full path...is that possible?
I have attached screenshots about that.
Thank you,
Pierre
add this to custom css
@media screen and (max-width:620px) { #wpforo #wpforo-wrap .wpf-breadcrumb div, #wpforo #wpforo-wrap .wpf-breadcrumb div:nth-last-child(2) { display: inline-block !important; } }
Dashboard > Forums > Settings > Style (custom css)
That's great to hear from you so quick!
Works perfect @tutrix.
Thanks again,
Pierre