Search Results for 'theme'
-
AuthorSearch Results
-
May 21, 2016 at 11:22 am #253603
danbp
ParticipantHi,
check from here
wp-admin/edit.php?post_type=pagethat you have the 2 pages for registering and activation.On BP’s pages settings list, you can see in regard of Activation and Registration each page. There is no Save button. Just a View button.
Check also that you don’t have these page in Trash. If it’s the case, clear it completely. Page names must be unique in any case.
Also go to you permalinks and choose an option except default and save.
If still in trouble after that, provide screenshot and theme name, php version and if you use a new install or an updated version.
May 19, 2016 at 1:44 pm #253549eerrico
ParticipantThanks for your response! Can you clarify for me which CSS file should I add it to, the one for the theme? I already tried that and it didn’t work.
May 19, 2016 at 6:59 am #253534sharmavishal
ParticipantMay 18, 2016 at 3:46 pm #253523In reply to: Incorrect activation email sender
shanebp
ModeratorBP recently added the BP Email API which uses its own methods.
You can place the code in bp-custom.php rather than your theme/functions.php
May 18, 2016 at 3:03 pm #253522In reply to: Incorrect activation email sender
notch-1
ParticipantYes, it works, but why not with those plugins? I prefer not to alter the theme when possible…
May 18, 2016 at 2:26 pm #253520In reply to: Incorrect activation email sender
shanebp
ModeratorTry this in your theme/functions.php
add_action( 'bp_email', function( $email_type, $email_obj ) { $email_obj->set_from( "you@yoursite.com", "Your Site" ); }, 10, 2 );May 18, 2016 at 11:51 am #253497In reply to: Hi, why my friends and Groups are not showing
sharmavishal
Participantyou need to raise this with paid theme support forums
May 18, 2016 at 11:42 am #253491In reply to: Adding Sub-groups
sharmavishal
ParticipantGreat…adjust the CSS as per your theme…
May 17, 2016 at 10:19 pm #253484In reply to: buddypress changing permalinks to caps
Joost abrahams
ParticipantYour theme is outputting those links.
May 17, 2016 at 9:51 pm #253482In reply to: buddypress changing permalinks to caps
jclark1234
ParticipantI have spent 20 hours on tech support to figure this out.
My host tech support at WP Engine went through and we tested every plugin and isolated that the capitalization appears only when buddypress plug in is activate.
As I wrote in my original post “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.”When I stay standard themes I mean the three that come with the wp install.
We (wpengine and I) did redirects so that when the bp system generates the odd capitalization issue it redirects to the page with the caps.
Go here and watch it redirect http://www.championcollegeservices.com/register to http://www.championcollegeservices.com/Register
We did that redirect as a temporary solution so that people could at least sign on.
The bug needs to be found and fixed.
May 17, 2016 at 9:39 pm #253481In reply to: buddypress changing permalinks to caps
Joost abrahams
ParticipantI,m am very sorry but… You did make those changes somehow, wordpress and buddypress only outputs lowercase slugs.
You are not typing internet adresses directly into your browser? Those links in your chase are generated by your theme? Did you try a different theme? Did you try to change the page slug?
May 17, 2016 at 8:43 pm #253478In reply to: buddypress changing permalinks to caps
Joost abrahams
ParticipantMore examples
Works
example.org/group/
example.org/group/TESTGROUP/Doesnt work only shows pagetitel
example.org/GROUP/
Works but goes to page not found themepage
example.org/group/testgroup/Members
May 17, 2016 at 8:41 am #253443megin
ParticipantHi @danbp,
Thank you for your reply.
I wrote bp-custom.php inside the folder( wp-content/plugins/).I would link to add extra field inside the file( buddypress/bp-themes/bp-default/activity/post-form.php) and need to insert that value on the table (wp_bp_activity_meta). I wrote the function for this purpose. Unfortunately its not working. please help.
function add_meta_to_activity( $content, $user_id, $activity_id ) { bp_activity_update_meta( $activity_id, 'option1', $_POST['option1'] ); } add_action( 'bp_activity_posted_update', 'add_meta_to_activity', 10, 3 );May 16, 2016 at 3:04 pm #253423In reply to: APP by mobile phone
modemlooper
ModeratorYou could use:
-
responsive mobile theme such as http://www.buddyboss.com
use AppPresser app framework https://apppresser.com
developer your own app using something like http://ionicframework.comMay 16, 2016 at 2:49 pm #253422In reply to: Buddypress pages overriding my theme
modemlooper
Moderatorthat’s correct, BuddyPress filters the the_content of a BP page so anything you add to the content editor will not show. BuddyPress uses your themes page.php for all its pages so its kind moot to add content in the editor unless its something to display site wide. You are better off hooking to bp template hooks to display extra content on specific pages.
May 15, 2016 at 11:42 am #253394In reply to: Modifying members_header_actions
Henry Wright
ModeratorRun a search in your code base for
bp_add_friend_button(). Depending on your theme it could be in quite a few files.May 14, 2016 at 3:13 am #253367prdufresne
ParticipantI was able to override the offending settings by adding a few lines in the custom css file of my theme. Below are the changes I made to resolve the issue, in case anyone else runs into a similar problem
#buddypress table.profile-fields td.label { color: #555555; display: table-cell; }May 13, 2016 at 6:58 pm #253357ndh01
ParticipantI found I have to declare it in my theme as noted here https://buddypress.trac.wordpress.org/ticket/6570:
bp_set_theme_compat_feature( 'legacy', array( 'name' => 'cover_image', 'settings' => array( 'components' => array( 'xprofile', 'groups' ), /* or you can only use array( 'xprofile' ) to restrict the cover image to users */ 'width' => 1170, 'height' => 225, 'callback' => 'swifter_theme_cover_image', /* function that will return to BuddyPress the css to attach to the theme_handle */ 'theme_handle' => 'swifter', ), ) );May 10, 2016 at 1:18 am #253264In reply to: Mobile members page
Henry Wright
ModeratorYes, try letting your theme’s author know via their support channel. Hopefully they can release a fix.
May 10, 2016 at 12:10 am #253263In reply to: Mobile members page
cazooba
ParticipantI am using a wordpress theme – called WOffice.. Should I contact them?
May 10, 2016 at 12:08 am #253262In reply to: Mobile members page
shanebp
ModeratorThe members search box is visible on mobile when using a standard WP theme like 2013.
So there is most likely an issue with your theme.
To confirm, trying switching momentarily to a WP theme.
May 9, 2016 at 7:04 pm #253252In reply to: CSS causing cover image to disappear.
MD FAKRUL ISLAM
ParticipantI faced the same issue when I copied the buddypress.css from buddypress/bp-templates/bp-legacy/css to mythemes/buddypress/css
Here is the code below I used to get rid of this…
function your_theme_cover_image_css( $settings = array() ) { /** * If you are using a child theme, use bp-child-css * as the theme handel */ $theme_handle = 'bp-parent-css'; $settings['theme_handle'] = $theme_handle; /** * Then you'll probably also need to use your own callback function * @see the previous snippet */ $settings['callback'] = 'bp_legacy_theme_cover_image'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );Hope it helps..
May 8, 2016 at 9:02 am #253219In reply to: Visual editor not working
andy60rm
Participant-
Resolution today
my personal steps
1. restore latest wp backup with version 4.5.1
2. complete remove of buddypress
3. disactivation of the following plugins (i don’t know exactly the cure but bp works now)INACTIVE Cryout Serious Theme Settings 0.5.6
INACTIVE Huge IT Slider 3.1.82
INACTIVE mathtex latex equation editor 1.1.5
INACTIVE Ultimate Tables 1.6.3
INACTIVE WP-Polls 2.73
INACTIVE WP-Pro-Quiz 0.37May 7, 2016 at 8:37 am #253197Henry Wright
ModeratorI added it at the end of my theme’s functions.php file. I’m using Twenty Fifteen to test.
May 6, 2016 at 6:54 pm #253187Night Hawk
ParticipantReally, I don’t know why, but is not working…
I add it like this in my themes faction.php
add_filter( 'bp_after_has_activities_parse_args', function( $retval ) { $retval['action'] = array( 'activity_update', 'activity_comment', 'updated_profile', ); return $retval; } );but nothing works.
-
AuthorSearch Results