V6 + Template + widget missing

Posted in: Newspaper
Post count: 103

Hi

Two other things which are not working (for me) on V6.
I only have three templates for a page. Impossible to find the templates bbpress for instance.

Also, the login widget of Tagdiv is not there anymore…

Post count: 7909

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!

Post count: 103

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..

Post count: 100

The top bar does not appear in all devices (phones).
How can we provide login access if not all devices support the top bar?

Post count: 7909

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!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.