Sidebar Pushed to Bottom
-
I have latest version of BuddyPress installed with WP 4.1. I am using theme Dynamix. I installed a plugin called BuddyPress Wall. However, sidebar is now pushed to bottom. Any ideas? I like the comment feature of it, however, it I disable it then the standard comment button in BuddyPress doesn’t seem to work.
Frustrated in Arkansas…
-
@greghyatt I’m reasonably familiar with Buddypress Wall? Do you have a link for your site?
Sorry for my delay. I had to create user name and password for you! The username is bbwalltester and temporary password is Helpful4me!
Here is login link Login Here
When you log in, it should take you directly to bp wall. Sidebar is located at bottom.
Thanks for you assistance with this issue.
Just an fyi, I have decided to delete the Buddypress facebook wall. However, I still can’t figure out why my comment buttons do not work. I have seen several issues raised about this in forum, but was not able to locate any response or suggested idea.
Have it all worked out now!
Could be server related.
I had the same issue with one theme on one server (same theme worked perfectly on local installs and on other servers) though comments and activity posting were disabled. javacripts were not loading on one particular server for this particular theme.
The solution, provided by the theme developer, that worked for me (for that problem, which may not be yours, so may not be your solution) was to put the function below in functions.php
add_action( 'wp_enqueue_scripts', 'load_buddypress_js' ); function load_buddypress_js () { if (bp_is_group() || is_page( 'activity' )) { wp_enqueue_script('buddypress_query',plugins_url() . '/buddypress/bp-core/js/jquery-query.min.js',array("jquery")); wp_enqueue_script('buddypress_members',plugins_url() . '/buddypress/bp-core/js/widget-members.min.js',array("jquery")); wp_enqueue_script('buddypress_cookie',plugins_url() . '/buddypress/bp-core/js/jquery-cookie.min.js',array("jquery")); wp_enqueue_script('buddypress_scroll',plugins_url() . '/buddypress/bp-core/deprecated/js/jquery-scroll-to.min.js',array("jquery")); wp_enqueue_script('buddypress_js',get_template_directory_uri() . '/buddypress/js/buddypress.min.js',array("jquery")); wp_enqueue_script( 'heartbeat_js', get_template_directory_uri() . '/wp-includes/js/heartbeat.min.js', array(), '4.1', true ); } }
The last item, heartbeat.min.js, is a core wp file from the /wp-includes/js/ folder which this server, specialising in WordPress, was apparently, unilaterally and undeclared, refusing to load!!!!
@valuser, was this for the Buddypress facebook wall? And thank you for jumping in with a solution. Temporarily, I have it disabled as I was getting frustrated at the fact that my comment buttons in buddypress were not working and the fact that it kept pushing my sidebar to the bottom of the page.
Was is even more frustrating is the fact that the theme I am using is supposed to be Buddypress compliant with latest version and no success with the theme developers support. Usual deal, another day! lol
no. nothing to do with buddypress wall. sorry.
Solely to do with your comments not working.
arising from op
……then the standard comment button in BuddyPress doesn’t seem to work.
hope you are sorted.
@greghyatt Can I ask which theme and plugin you are using Greg?
I using a theme called Dynamix from Themva and the plugin is BuddyPress Wall here is link to the plugin BuddyPress Wall
I am using most recent version of BuddyPress on WP 4.1
My advice would be to use this plugin instead for a wall:
There’s nothing in this for me, it’s purely a recommendation. But the guys at BuddyBoss are very good.
- The topic ‘Sidebar Pushed to Bottom’ is closed to new replies.