Search Results for 'theme'
-
AuthorSearch Results
-
September 2, 2015 at 11:46 pm #243995
In reply to: Username displaying as ‘@Admin’ on profile
VeeLow
ParticipantSadly, I’m not here with an answer, but another manifestation of this same problem.
Am running WordPress with bbpress and BuddyPress, Twentyfourteen theme, everything updated except I’ve not yet gone to BuddyPress 2.3.3.
My login is “Prof L”; so is my user name. To the best of my knowledge I’ve set “admin” nowhere in BuddyPress……but to private message me, “@admin” is required!
Update: OK, I see that in email settings, one of the options reads as follows:
A member mentions you in an update using “@admin”
So somehow that has been set to my “handle” (is that the right BP term?) But again, I never to my knowledge entered “admin”, nor does it display anywhere on the front end of the site.
I will try the plugin mentioned up thread, and report back–but wanted to testify that this problem is real and ongoing….
September 2, 2015 at 2:15 pm #243985shanebp
Moderatorafaik, there is no option.
Try this in your theme/functions.phpfunction larnoult_remove_bbpress_notifications() { remove_action( 'bbp_new_reply', 'bbp_buddypress_add_notification', 10, 7 ); } add_action( 'bbp_loaded', 'larnoult_remove_bbpress_notifications', 99 );You may need to tweak the priority settings.
https://codex.wordpress.org/Function_Reference/remove_actionSeptember 2, 2015 at 9:03 am #243974In reply to: wp next default theme 2016 in the wild
Henry Wright
ModeratorI added some comments asking the main group to seriously consider BP and other plugins when choosing next default theme
Nice one @djsteveb! I hope TwentySeventeen takes BuddyPress into consideration too.
September 2, 2015 at 9:02 am #243973Henry Wright
ModeratorTo the best of my knowledge, you can’t have 2 themes activated at the same time. You should choose a WordPress theme and then make use of the BuddyPress Template Hierarchy to customise the BuddyPress portion of your website.
September 2, 2015 at 8:21 am #243972In reply to: Profile Fields not showing on 2.3.3
alisterho
ParticipantHi Shane, yes I have just switched to the theme Twenty Fifteen and still not showing the fields I have inserted in the Primary Group.
September 1, 2015 at 5:18 pm #243942Gini Garbick
ParticipantPlease provide the solution…I am having the same issues with my site and I am using a theme by the same developer as Kleo.
Thank you.
September 1, 2015 at 12:59 pm #243934In reply to: Profile Fields not showing on 2.3.3
shanebp
ModeratorAgain – Did you try switching to a WP theme like 2015 to determine if the issue is in your theme?
September 1, 2015 at 12:33 pm #243933In reply to: Profile Fields not showing on 2.3.3
alisterho
ParticipantHi Shane, yes all the fields I created sits in the Primary Group. My theme is http://themeforest.net/item/embrace-creative-corporate-wordpress-theme/8931729 which is pretty current. It was working before then we switched host providers and I had to rebuild the site, and now its not working.
Very confused.
Would appreciate any assistance.
September 1, 2015 at 4:24 am #243926In reply to: Incorrect Member Profile URL in Notifications
tr1stessa
ParticipantHello danbp,
Sorry for my late reply. I tried testing out with the twenty fifteen theme but it won’t show the notifications. I am also not using any notifications plugin (I tried on but didn’t resolve the issue either). No other errors are being generated, all links are working except for the user profile in the notification. It seems to be automatically adding the root folder and the members folder into the URL instead of just going directly to the user profile URL. Is there anything in the notifications php that I can edit to fix this?Thanks!
TeriAugust 31, 2015 at 9:18 pm #243916vitamincee
ParticipantHello! Nevermind I found the problem. It was indeed a JavaScript conflict and it’s been resolved. My theme works great now!
August 31, 2015 at 9:18 pm #243915In reply to: My Ideas and Suggestions for BuddyPress
DevynCJohnson
Participant@shanebp , thanks, but reread #12.
True, BuddyPress provides a way to upload avatars, and “Basic User Avatars” and “Simple Local Avatars” are plugins offering that feature. However, after upgrading my theme to HTML5 and removing Flash from my browser, I can no longer upload avatars using any of the three mentioned possibilities (backend or frontend).
As for your suggestion about Autoptimize, it does not work like that. “plupload.full.min.js” is supposed to be in the “exclude” list. This means Autoptimize does not dump the contents of plupload.full.min.js into a single JavaScript file. As long as plupload.full.min.js is excluded from Autoptimize, plupload.full.min.js is accessible by plugins that call it directly.
August 31, 2015 at 8:48 pm #243911ctuxboy
ParticipantHi,
I test it in Chrome and Firefox. The same problem.
Ok, I switched to another theme and works perfect now!Regards,
ChristooheAugust 31, 2015 at 3:40 pm #243899In reply to: Profile Fields not showing on 2.3.3
shanebp
ModeratorDid you put the profile fields in the ‘Base (Primary)’ group?
By default, only those fields appear on Register.Did you try switching to a WP theme like 2015 to determine if the issue is in your theme?
August 31, 2015 at 11:30 am #243892In reply to: [Resolved] BP user menu items
Paul Bursnall
ParticipantHi Steve,
Thanks for the reply, I see what you’re suggesting, but I’m looking for a function to directly add items to the profile menu on the toolbar in the same way BP does. I don’t want to assign profile items to a theme location, or create a new menu within my theme.
Thanks,
Paul.August 30, 2015 at 8:42 pm #243878Henry Wright
ModeratorYou’ll probably want to dequeue the style sheet that comes with the plugin and then add your own styles to your theme’s style.css.
August 30, 2015 at 6:31 pm #243872In reply to: filter activity loop
Henry Wright
ModeratorYou should paste @shanebp’s code into your theme’s functions.php file. That’s where it should go.
August 30, 2015 at 5:12 pm #243868Henry Wright
ModeratorCheck out Theme My Login. I’ve used it alongside BuddyPress many times and can say it works well.
August 30, 2015 at 1:49 am #243857djsteveb
Participant@karllundgren – glad you hacked up a solution – I wonder if the css style you edited was one that was specific to groups pages, or all bp psuedo pages, are all your pages for your entire site?
If it’s the standard class for all pages are your site then you are essentially hiding the sidebar on all pages for the entire site, which may cause a different problem for you on different pages while solving the problem on your groups page.
If it’s a class that affects just bp page or bp groups, then I may take a look at that theme and how it’s coded for ideas..
IF you are just trying to remove the sidebar for pages – it may be better to edit your page.php file and find / remove “get_sidebar” or whatever as well – it will save a little load time on your server if you remove the call for widgets and stuff that is never to be seen anyway.
Just a few ideas from a bp noob – I’m sure there is more than one way to skin a site properly.
August 30, 2015 at 12:23 am #243855djsteveb
Participant@karllundgren – neat site and tutorial there I agree.
It seems that is a premium theme, not a free theme from the wordpress repository, and it’s certainly not the default 2014 or 2014 wordpress theme – which means you chance of getting answers here (about theme display issues) in the bp forums are pretty slim.
You should direct this question to the theme author. I would be interested in what they come up with as a solution.
August 29, 2015 at 11:35 pm #243853karl.lundgren
ParticipantI’m quite new to WordPress as well. The theme came from a guy by the name of Tyler Moore. He has a comprehensive video tutorial on how to use this Tesseract them and to modify it to the design I’m using, which I love. Here’s his site: https://tyler.com/2015/create-a-wordpress-website-2015/
I’m not sure what a “wp-repo theme” is and I don’t know what “custom modded 2015” means either. I’m sorry, again I’m new to WordPress and haven’t figured out the language yet.
August 29, 2015 at 11:30 pm #243852djsteveb
Participant@karllundgren – fyi when I click links to your site from here I am given a 403 forbidden.. however backspacing to get to your dot com – then navigating to the sub pages you post they do show.
not sure what theme you are using
/wp-content/themes/Tesseract ??
Is that a wp-repo theme? custom modded 2015?just trying to add some info to your thing here – I have no clue how to mod the bp-psudo pages like groups.. trying to learn how, but totally clueless at this point myself.
August 29, 2015 at 2:05 pm #243839danbp
ParticipantWhich is the problem you find ?
Again, Twenty themes on a clean WP/BP install are working and you should see the button on 2014 & 2015.Can you test with different browsers ?
August 29, 2015 at 12:45 pm #243838In reply to: Profile looks weird
danbp
ParticipantFor sure you can, but without my help now. This is a BuddyPress support, not a theme support and you have to learn and do your home work on your side.
August 29, 2015 at 8:35 am #243824ctuxboy
ParticipantHello,
I find the problem.
It works perfect in twenty fourteen theme but not in original twenty fifteen theme.
Strange :-s
Someone a solution? Or the same problem with twenty fifteen theme?
PS: There are no messages in debug-mode!
Regards,
ChristopheAugust 29, 2015 at 7:31 am #243819In reply to: Profile looks weird
danbp
ParticipantOk, let’s try something different.
Add a file called functions.php to child root
/child/functions.php
Copy/paste this, including php tags<?php // enqueuing the child to parent - don't remove */ function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); /********************** CUSTOM STUFF **********************************/ // other custom function ?>Inside child’s BuddyPress folder, you can remove anything except CSS and JS folder.
-
AuthorSearch Results