Notifications
Clear all

wpForo 1.x.x [Closed] Breadcrumb not showing on mobile front page

7 Posts
3 Users
0 Likes
1,732 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 5 years ago

Sorry for posting so many different threads - tell me if I should have posted it on one thread instead, I'll do it next time.

I have enabled breadcrumbs on my forum, but the first "forum" breadcrumb doesn't actually show up on the mobile page, until you click a thread. This creates a bit of white space at the top, which wouldn't be there if i disabled breadcrumbs.

Is there a fix?

https://prnt.sc/qey3xb

https://prnt.sc/qey3sl

Forum is  http://examqa.com/

6 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Please read this support topic: 

https://wpforo.com/community/how-to-and-troubleshooting-2/show-more-breadcrumb-levels-on-mobile/#post-22153

3 Replies
(@zeeshan333)
Joined: 5 years ago

Estimable Member
Posts: 85

@sofy

Didn't seem to work, any other solutions?

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4309

@zeeshan333

Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

(@zeeshan333)
Joined: 5 years ago

Estimable Member
Posts: 85

@sofy

Yes I've tried on incognito mode but still doesn't work.

The breadcrumbs works on posts, just not on front page.

https://prnt.sc/qg0hu8

https://prnt.sc/qg0i52

Posts: 3
(@jck411)
Active Member
Joined: 4 years ago

I have the exact same problem...when loading in mobile view there is a space at the top..but only on the FRONT index page. The breadcrumbs show up to fill that space when I click on one of the forums. 

The class of the space is <div class="wpforo-subtop"> ...I cannot find a good way to either move the margins up or hide it only on the index page.

This is not an issue on desktop as the breadcrumbs show up on the index page 

This is not a huge issue but stops the page from looking professional

 

https://imgur.com/a/RUtWcv2

 

 

 

Posts: 3
(@jck411)
Active Member
Joined: 4 years ago

so I started experimenting with the css and this worked:

 

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpf-breadcrumb {
margin: 0px 0 0px 0!important;
}

 

...but is there a better way? ...it still does not show the home breadcrumb on front page index for some reason.