-
Author
-
August 15, 2017 at 22:44 #170768toneeeParticipant
Hello:
We are still having major performance issues w/ the theme. It’s much faster w/ more basic themes but slow w/ this one. To combat this I would like to try do options:
- The BuddyPress news feed loads the first 20 items. How can we have it only load the first 10 instead?
- There’s a load more button at the end. Is there a way to auto-load more items once they get to the bottom?
Thanks.
August 16, 2017 at 15:35 #170854LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 18, 2017 at 06:35 #171036toneeeParticipantHello. They are set to be at a HUGE convention with over 30K people tomorrow and we really needed this answer. Please advise. The app is SUPER SLOW w/ this theme.
Thanks.
August 21, 2017 at 18:21 #171285RaduModeratorHi,
In first instance I recommend you to install the next plugin to see what causes the high load on your site
Also, you can install P3 Profiler plugin to can see what plugin causes huge load while accessing the link https://wordpress.org/plugins/p3-profiler/
1. Try with this snippet
COPY CODEfunction my_custom_query_filter( $query_string ) { $query_string .= '&per_page=30'; return $query_string; } add_filter( 'bp_dtheme_ajax_querystring', 'my_custom_query_filter' );
2.There is no quick solution for that.
Also, make sure to have latest theme update installed.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 23, 2017 at 16:51 #171515toneeeParticipantThanks for the reply.
1.) I added the snippet to /wp-admin/admin.php?page=buddyapp-options under the Quick Javascript field under my Google Analytics snippet. This had no effect on the number of items listed on the news feed. There are still items including new posts from members and other posts like new members.
August 23, 2017 at 20:18 #171542RaduModeratorHi,
Sorry I’ve forgotten to mention.
The snippet should be added to wp-content/themes/buddyapp-child/functions.php
NOTE: Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 24, 2017 at 16:10 #171627toneeeParticipantThanks. I meant to tell you I tried that as well and we are using the Child Theme. Neither has an effect. Can you pop in there and take a look for me?
August 24, 2017 at 19:21 #171661RaduModeratorHi,
Ok, I need FTP admin credentials to take a closer look, reply as private.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 25, 2017 at 19:03 #171749RaduModeratorHi,
Unable to connect with the details that you have providen
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.