Hello,
Loving your theme. But I’m currently trying to integrate BBPress in my blog, https://medicforyou.in. It works charm, but it seems like bbpress hasn’t been configured properly for Mobile theme (with tagdiv mobile plugin). The core element- sidebar is missing from mobile theme. I did try calling mobile theme using <?php get_sidebar('bbpress'); ?> but it’s not working. Then i followed the link- BBPress Creating Specific Sidebar. That didn’t work out as well.
Then i tried plugin organizer, but it failed too i guess. So my guess is, either there’s a way to disable the mobile theme plugin on bbpress entirely or call the bbpress sidebar on bbpress mobile php.
I hope you understand, given the fact that these days 70-85% visitors are coming from mobile. The only fix so far was to disable mobile theme plugin by tagdiv. I really don’t wanna lose the speed this super plugin provides. Please have a look into it.
Hosting at: https://medicforyou.in/forums.
Regards
Dr.Varun
Hello drvarun5179,
Please notice that our mobile theme does not call the sidebars on mobile. All of these were removed because the mobile display does not allow to show them, sorry! If you need to display the sidebars on mobile, you should disable the mobile theme.
Thanks for your understanding!
Well, i was indeed able to call the sidebar in mobile bbpress php, but the default sidebar rather than the bbpress sidebar.
Rather, my original question is now- is there any way to disable the mobile theme/plugin under specific pages. Is there any code or shortcode by which i can do some hit and trials (given the forum is not active yet). I would very love to discover the possibilities if any.
Hello drvarun5179,
Unfortunately, our theme does not have any such an option for this, sorry! You should customize yourself the mobile theme if you want to achieve as you wish. Notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide this type of services, sorry! As a hint, the files which create the mobile theme can be found here -> https://www.screencast.com/t/SMBV8jvp1JU
Thanks for the message!
Alright, thanks for response. I will try to integrate it as much as i can and share here in case someone else is looking for it. Thanks again!
A quick update-
To call shortcodes in php, one can use:
<?php
echo do_shortcode('[CONTACT-US-FORM]');
?>
Perhaps adding div to them is more smoother. </br> after div can be used to create breaks though.
Conclusion: I was indeed unable to set up bbPress completely (tried everything, but there are many bugs which just can’t be fixed, including enabling tinymce support in mobile theme functions).
So, i rather installed phpBB on subdomain (https://doc.medicforyou.in). Funny bbPress installation messed up phpBB installation and i couldn’t use forum.medicforyou.in since the directory of wordpress was also pointing to subdomain, thereby, creating two phpBB installations- https://medicforyou.in/forum and https://forum.medicforyou.in .
For those requiring help on installation of https over subdomains- simply add same cloudfare origin certificate settings to your subdomain (Guide).
Thank you for support, i wish there was compatibility of mobile theme with bbpress. Never mind. 🙂