Search Results for 'theme'
-
Search Results
-
Hi Guys. Any possible help or info on this topic would be greatly appreciated.
WordPress version – Latest Updated Version
BuddyPress version – Latest Updated VerionHere is the what I am trying to achieve with the BuddyPress Plugin for my Users.
To create a ‘Print Profile Data as PDF” as an option within the BP User Nav section. Please see images –
I want the user’s Profile Data and custom fields to display as a Print / Save as PDF option when the user clicks and selects it.
It will generate this dynamic data in a presentable layout.
Any advice or alternative PHP options for this option creation would be most greatly welcome. My print.css style-sheet is currently blank. I’ve no idea of the coding that needs to go into it to finish this idea below and make it work.
Please Help!!!
=============================================================================================
The Modification’s I have completed to date to get it this far!!!
=============================================================================================Creating Profile Print Navigation
Created a print.css file in the WP Theme Folder.
> WP Theme Folder folder / functions.php file.
Added this custom code:
wp_enqueue_style( 'thrive-print', get_template_directory_uri() . '/print.css', array(), 'print' );> Next – Theme > inc folder and opened up extras.php & added this code below:
function theme_print_nav() { global $bp; $args = array( 'name' => __('Print PDF', 'buddypress'), 'slug' => '#', 'default_subnav_slug' => '#', 'position' => 30, 'show_for_displayed_user' => false, 'item_css_id' => 'print-pdf' ); bp_core_new_nav_item( $args ); } add_action( 'bp_setup_nav', 'theme_print_nav', 99 );It added a Print PDF navigation in the Profile Menu.
Lastly I went to Theme > js folder and open theme.js file.
Added this line of code.$("#user-print-pdf").attr("href", "javascript:window.print()");The Print Feature was then added to site.
=======================================================================================
This is as far as I have got. Any suggestions guys on how to sync / finish this would be amazing 🙂
Thanks a mill,
David.
Topic: 404 on Manage groups page
This is the error i have:
Parse error: syntax error, unexpected ‘get_header’ (T_STRING) in /home/u996268967/public_html/wp-content/themes/SocialChef/index.php on line 1
and this is my string line:
get_header(‘buddypress’);Can someone help me
Since the update user registrations are broken. I have tried running with bare bones buddypresssimple install with just the WP 2012 or 2016 themes and nothing works. All the fields are filled out and submitted and the nothing happens just reloads registration page.
I would appreciate any assistance I just started promoting site and now people can’t register when they go to it.Hello,
After following the codex and googling for hours, I just can not set the default cover image for users when they first register. I use the latest version of wordpress and buddypress.
functions.php
function your_theme_xprofile_cover_image( $settings = array() ) { $settings['default_cover'] = 'http://www.planwallpaper.com/static/images/colorful-triangles-background_yB0qTG6.jpg'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_xprofile_cover_image', 10, 1);member-header.php
<?php $cover_image_url = bp_attachments_get_attachment( 'url', array( 'item_id' => bp_displayed_user_id() ) ); ?> <img src="<?php echo $cover_image_url; ?>">Website: local
Edit: I CAN set an image in the profile tab and it shows up like normal.
Hi everyone,
The organisation I work for is looking to trial Buddypress however we would ideally like to chat to one or two others regarding your experiences using BP and managing the ongoing admin on the backend before we jump in.
We’re not asking for anyone to release anything private or confidential but some general feedback will be of great help. We’d like to make sure we have the right systems in place from the get-go and we’re not caught off-guard by unforeseen issues
Things like managing increasing numbers of users, groups, comments, handling any abusive users etc.
If anyone is willing to discuss their experiences with me please reply and we can take it from there.
Thanks
WP 4.5.2
Kleo ThemeTopic: BP Profile Search
Hello,
I am new to WordPress and Buddypress and have been having trouble figuring this out.
I want to search for users by their BP xProfile using the check box fields combined with their location. The goal is for a user to be able to select someone with a specific criteria (check boxes) and then by zip code or the name of the city state.
I see location as an option when making new fields but really like xProfile Location Version 1.0 and how it autofills the location with either zip or city state. Can this be used in conjunction with the location fields?
And can both of these (checkbox and location) be requested with one request?
WordPress 4.5.2 running Athena Child theme
BP Profile Search Version 4.5.2
xProfile Location Version 1.0Thanks,
CraigI’ll do my best to answer these before asking my question, per moderator request.
1. Which version of WordPress are you running? 4.5.22. Did you install WordPress as a directory or subdomain install? unsure. Installed as program at my host. domain is bennypointer.com
3. If a directory install, is it in root or in a subdirectory?
4. Did you upgrade from a previous version of WordPress? If so, from which version? Not today.
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Still working basically
6. Which version of BP are you running? 2.5.9
7. Did you upgraded from a previous version of BP? If so, from which version?
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Buddypress not activated now (BBpress is). Also running Beaver Builder Lite, Page Builder by Site Origin, Site Origins Widgets Bundle, Title Remover, and UPdrafts plus backup. Not my idea to use most of these. . . trying to help a friend out.
9. Are you using the standard WordPress theme or customized theme? Using Off the Shelf theme
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? Not that I’m aware of unless a plugin altered them
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbpress 2.5.9
13. Please provide a list of any errors in your server’s log files. n/a
14. Which company provides your hosting? will have to check
15. Is your server running Windows, or if Linux; Apache, nginx or something else? unsure, but Apache, I think.
____________________________
Bennypointer.com is to have a forum (/forums). I have it built, have registration/login/lost-password pages that seem to work, except upon registration, no email gets sent (doing automatic registration for the moment). I’ve scoured everything I can find, and cannot seem to fix this. Ideas?Also, I am trying to get a right sidebar on the forum page with registration, etc. but cannot get it up. On Benny’s Forum page (/forums), I have ‘right sidebar’ as page type. I with widgets setup with login URI and lost password URI fields accurate, and did the same at appearance>widgets where there is only Blog Sidebar and Footer listed on the right (where I drag the widgets to). I cannot find a place to “create new sidebar” that I have in my Karma wordpress theme. I have tried having the widgets in both the Appearance>customization area, and on the appearance>widegets page).
Help? I’ve got about 12 BBpress and codex pages open on topics ranging from learning child-themes, to BB press, etc.
Thanks y’all
JonHi,
I recently put together a site that uses Buddypress as a social area for users similar to Facebook. However, when a user posts within a group the post disappears upon refreshing the page, all that displays is “Sorry, there was no activity found. Please try a different filter.” I think this may be a theme conflict as when I revert the theme to TwentyFifteen it shows the posts, but am unsure how to resolve this, can anyone assist?