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

[Solved] Breadcrumb on mobile

3 Posts
2 Users
0 Reactions
1,606 Views
Posts: 18
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
(@pierre_karma)
Eminent Member
Joined: 4 years ago
[#19775]

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


2 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

@pierre_karma

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)


Posts: 18
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
(@pierre_karma)
Eminent Member
Joined: 4 years ago

That's great to hear from you so quick!
Works perfect @tutrix.
Thanks again, 
Pierre


Share: