Search Results for 'theme'
-
Search Results
-
Hi.
I am about to test ut the PMP plugin on my WP install with Kleo theme and Buddypress. At the moment i hav 350 registered users in my community.
I Now wonder how things are best done when it comes to handling registering etc. Buddypress did set up these when I installed back when, and the Kleo theme adapted just fine to that.
But how am I suppose to handle this now with the PMP? The plugin also want to set up a set of pages automatically handeling these things.
Anyone?
I do not want to break things up and have 350 users loosing their login. And I also use the extended profile plugin to handle extra profile fields at signup.
Cheers!
Toggles or trees are much cleaner. Or the ability to default sorting with hierarchy even if the group doesn’t function as a hierarchy.
Also, I want to use a different theme when on bp pages than the rest of my site.
Topic: Sort Members
I am looking to have members sorted by a “featured” label. Is there a way to do this through a theme or coding?
Topic: Heavy resource load
Hi
The last couple of weeks I have been getting several 404 errors when working in admin and 500 and 508 errors. Today the site was unreachable. The hosting service TDM Hosting came back with the following:
As far as I can see the available resources for the account have been temporary allocated due to the constant processes running from the account on the server. It seems that the website is consuming more resources than the ones allowed for the shared hosting environment, as according to the resource usage you have reached the CPU and memory limits multiple times.
In order to completely resolve the issue we kindly advise you to consider reviewing your website and optimize it as much as possible, so it can start consuming less resources. Thank you in advance.
I have latest buddypress and WP installed with Kleo theme and quite a few plugins. How do i start to narrow down exactly what drains the resources. The # of visitors are not very high.Any help/tips would be appreciated.
Topic: Creating/sending HTML emails
I know this is a common topic and I’ve read through several threads regarding this issue, but my emails are still sending in plain text.
Per the emails codex page, I customized my own template in my child theme (
single-bp-email.php), and when I go to Emails > Customize, my HTML template is visible.I am testing the activate your account email; I also am using an SMTP plugin. Are there any steps I might have missed, or anything else I can do to troubleshoot the issue?
I reported this bug 4 days ago and have not response.
#7061: buddypress changing permalinks to caps
I am using wp 4.5.2 and the ispirit 1.1.2 and it replicates with the
standard themes. It happens in safari, chrome and on iphone browser.This problem started of 5/11/16 when I discovered register and activate permalinks are
malfunctioning.I have checked all the plugins we are using and have isolated it to only
occur when using buddy press 2.5.2I have the links for register and activate set to
http://www.championcollegeservices.com/register and
http://www.championcollegeservices.com/activate but a blank page shows up unless
you cap the page names as follows http://www.championcollegeservices.com/Register
http://www.championcollegeservices.com/ActivateHow can we fix this bug with buddy press adding the odd capitalization to the permalinks?
I can’t repair my register and activation pages for my BuddyPress Installation. I have used default themes to troubleshoot and deactivated most plugins. Still the save button won’t show. I even set to close open registration. Still no save buttons. The only save button is on the last tab of the settings page in the dashboard. Please help!
Hello
I have a Multisite installation with BuddyPress. I’d like to display user’s extended profile fields in the site directory (blog loop)Based on the documentation, I’ve tried this:
<?php add_action( 'bp_directory_blogs_item', 'display_user_xprofile' ); function display_user_xprofile() { $args = array( 'field' => 'Phone', // Field name or ID. // 'field' => 'Car', // Field name or ID. // 'field' => 'Languages', // Field name or ID. ); $phone_number = bp_get_profile_field_data( $args ); if ($phone_number) { echo 'Phone Number: ' . $phone_number; // echo 'Car?: ' . $phone_number; // echo 'Languages: ' . $phone_number; } }Without success. Please advise how to display this info.
Hi Buddypressers!
I am starting to configure my site and i have realized that when there is a buddypress page, this page can’t be edited from my admin side. I am creating a site using jupiter theme and visual composer, but i can’t add any content to that page, and te page won’t even show the title.
Am I doing something wrong?
Maybe this is an obvious thing, but i’m pretty new in this and my knowledge is pretty limited.
Thanks in advance!