Hi,
You can access the forum directly using site url/forums like you can see on our demo – http://demo.tagdiv.com/newspaper/forums/ it is not necessarily to set bbpress template to your page.
Also now you have an option to enable log in/register on top bar – http://screencast.com/t/i66DG4EyO0g
Thanks!
Thanks
Two points :
1/ having the login widget was great since it was easier to put it somewhere else than in top bar
2/ for the page forum, great…but how to handle the seo of that page. I cannot find
PLus, you still have a “bbpress template”configuration in the theme panel..
Hi,
@Carel and @neakriti I have added this on our list and we will try to find a solution for login widget to appear on mobile. We will see if it will be added somewhere else…
You can try this custom css to display only sign in widget in top menu – http://screencast.com/t/brzKHghs3
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
2. If you use SEO by Yoast and bbpress activate you can handle it – http://screencast.com/t/9u6h6LGbwrzI Also you have in Theme Panel bbpress template to add a custom sidebar and set position for it – http://screencast.com/t/lEsL9kkVK I was referred to the page template of bbpress – http://screencast.com/t/HJPkL1ztavSa we use now full plugin without any customizations.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].