BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Activity infinite scrolling
Tagged: Activity infinite scrolling
- This topic has 22 replies, 5 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
March 19, 2015 at 8:26 am #37566@frankwarwickAdmin option to enable/disable Activity infinite scrolling … where is this located?
Answers
March 19, 2015 at 8:32 am #37567@interglobalmediaGood question Frank. Asked about this myself, but didn’t get an answer about disabling yet!
Best regards,
Maria
March 19, 2015 at 8:36 am #37570@frankwarwickI cant find the location for it and it does not appear to be working for me.
I am running v4.1.8 multisite with Buddypress and BuddyBoss network activated if that makes any differenceMarch 19, 2015 at 2:13 pm #37580@alyssa-buddyboss
AlyssaParticipant@frankwarwick @interglobalmedia right now the only way to remove it is to remove section 3.7 from js/buddyboss.js we are working on integrating this into the BuddyBoss theme, probably the next minor revision.
March 19, 2015 at 2:22 pm #37581@interglobalmediaThanks @tjchester! I can wait.
March 23, 2015 at 3:05 am #37753@
Anonymous@interglobalmedia @tjchester @frankwarwick
Actually, if you are using version 4.1.8 (latest release) you can find the option to turn it on or off in the Customizer, under the “Activity” area.
If this does not work for you, make sure you have not overwritten header.php in your child theme. if you have, copy the line that had changed in header.php.
<header id="masthead" class="site-header" role="banner">
to this:
<header id="masthead" class="site-header" role="banner" data-infinite="<?php echo (esc_attr(get_option('buddyboss_activity_infinite')) !== 'off')?'on':'off'; ?>">
March 23, 2015 at 6:39 am #37762@frankwarwickHi @michael,
I did have the header.php override in the child theme and have made the change but it made no difference, I am not getting the infinite scrolling. I have been using ‘BP Activity Autoloader’ by Brajesh Singh(BuddyDev) which I turned of to test, cleared Cloudflare and the NgenX cache as well as the browser cache
Also
When I looked for the controls I can not find them in ‘Appearance/Customize’ I don’t see anything called “Activity”March 23, 2015 at 9:18 am #37766@
AnonymousWhen I looked for the controls I can not find them in ‘Appearance/Customize’ I don’t see anything called “Activity”
This is the source of the issue then. If you’re running the latest version of BuddyBoss theme (Not Boss) you should have an option in Appearance > Customize > Activity. In Boss theme it is located under Appearance > Customize > Layout Options.
March 23, 2015 at 9:24 am #37767@frankwarwickHi @michael
no Appearance > Customize > Activity for me
I am running BuddyBoss 4.1.8
I have a child theme that I have done a lot of changes to.
Could I be over writing something somewhere?March 23, 2015 at 9:26 am #37768@
Anonymous@frankwarwick It’s possible, but not super likely. Did you override the buddyboss-customizer-loader.php file by any chance?
March 23, 2015 at 11:02 pm #37818@frankwarwick@michael no, I did not override the buddyboss-customizer-loader.php file
March 24, 2015 at 9:38 am #37842@alyssa-buddyboss
AlyssaParticipant@frankwarwick illustration for example where to find it in the customizer to make sure we are all on the same page 🙂
March 24, 2015 at 3:17 pm #37863@frankwarwickThanks for the screenshot @tjchester but I am not seeing it on my site
March 25, 2015 at 3:44 am #37895@frankwarwickHi @tjchester and @michael
With the update released today BuddyBoss 4.1.9 I can now see the tab in customizer
but there is no infinite scrolling working for meMarch 25, 2015 at 7:26 pm #37948@alyssa-buddyboss
AlyssaParticipant@frankwarwick it is possible that there is a plugin conflicting with the javascript. Please let me know if this is the case and the plugin conflicting with this code.
- The question ‘Activity infinite scrolling’ is closed to new replies.