Search Results for 'theme'
-
AuthorSearch Results
-
January 6, 2016 at 5:03 pm #248434
danbp
ParticipantHi,
try this snippet (add it to bp-custom.php or child theme’s functions.php):
function garfrey_widget_title( $title ) { if ( $title == "Members") { $title = __('Members Translation') ; // foreign char. here } return $title; } add_filter ( 'widget_title' , 'garfrey_widget_title', 21 );Reference:
https://codex.wordpress.org/Plugin_API/Filter_Reference/widget_titleJanuary 6, 2016 at 12:02 am #248415In reply to: Admin screen goes white on BuddyPress activation
Paul-tCGs
ParticipantWell @shanebp, the call to GoDaddy didn’t go so well: they basically wanted to turn on the WP debug log which I’d enabled last two weeks ago.
In the meantime, with things somewhat stable, we’ve been turning the BuddyPress plugin on and off to add the functionality on the backend or the user profiles on the front end as one need
Clearly we are having trouble with the Kami theme update, and we’ve emailed the developers for the theme to get them working on that part of the issues we’re having. Yet there are lots of other updates are occurring all the time too, and clearly BuddyPress is the one sticking me in the side.
When BuddyPress is activated, the WP Dashboard goes white, but functionality of the plugin comes back along with all the data. When BP is deactivated (removed via sftp, actually) the functionality is lost, but the Dashboard comes back to online mode.
I’m wondering now if there is any better support than these forums.. cuz i can’t see this being more than running blind right now.
January 5, 2016 at 10:24 pm #248413In reply to: Can’t login when Buddypress enabled
Zoggite
ParticipantI tried one of the standard themes with no change (not really surprising as the login/logout doesn’t use theme pages as far as I can tell).
I also tried disabling all the other plugins that had changed recently, but the only ones that made a difference were jetpack and buddypress. I’m pretty sure that the only reason disabling jetpack had an effect is that it also seemed to disable buddypress.
Thanks.January 5, 2016 at 6:57 pm #248404In reply to: Members – Masonry
Hastig
ParticipantIs this to a single members full profile page?
/wp-content/themes/themeName/buddypress/members/single/index.phpOr to the page that lists multiple members?
/wp-content/themes/themeName/buddypress/members/index-directory.phpWither way, I use masonry on both. If you showed your code I may be able to help.
With my page layout I’m able to open the masonry div at the page top and close at at page bottom.
Be sure to have the masonry block divs within that main, masonry div marked with the proper class.
For starters, wrap the members photo (avatar) and Organization field in a div.
Make each div display as block.
Basic example..
<div style=”display: block;”>
<div style=”display: block;”><?php bp_member_avatar(‘type=full’); ?></div>
<div style=”display: block;”><?php bp_member_profile_data(‘field=Organization’); ?></div>
</div>Remember to replace the php with what you’re using on your site. (field name and avatar type, specifically)
January 5, 2016 at 6:26 pm #248400In reply to: 1000s of Forums automatically being created
Henry Wright
ModeratorThat sounds very strange. Are you using any plugins? What theme are you using?
January 5, 2016 at 1:53 pm #248381In reply to: Modify Activate and Register page code
shanebp
ModeratorBoth files are found here:
buddypress\bp-templates\bp-legacy\buddypress\members\Make your changes in template overloads of those files.
January 5, 2016 at 9:23 am #248368In reply to: Can i change the color?
bruce30
Participantsorry about it @danbp ., i find the style.css of the theme i paste the code and still nothings happen., maybe i did wrong.?
January 5, 2016 at 9:10 am #248367In reply to: Can i change the color?
bruce30
Participantthanks for the response @danbp ., i use twentyfourteen theme and i find the CSS folder and inside of that folder editor-style.css file then i paste the code inside, but nothings happen.
January 5, 2016 at 9:04 am #248366In reply to: Can i change the color?
danbp
ParticipantColor means styling. And styling means CSS.
As mentionned in my first answer, you have to add the code into your child-theme’s style.css fileJanuary 5, 2016 at 7:02 am #248363Topic: how to change pagination in member loop ?
in forum How-to & Troubleshootingnilay89
ParticipantHello,
I want to change pagination format in member loop. I want to numerical pagination in member loop.like a “buddypress support forms”.How can i set it? is it possible?
Wordpress Version : 4.4
BuddyPress Version: 2.4.2
Theme use: Twenty SixteenI am working on my local wamp server
January 4, 2016 at 5:14 pm #248351shanebp
ModeratorCreate a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.phpIn the overload, remove this code. It appears twice.
<div class="pag-count" id="member-dir-count-bottom"> <?php bp_members_pagination_count(); ?> </div>January 4, 2016 at 3:23 pm #248349In reply to: change wp-login.php link to my custom login page
shanebp
ModeratorYou are using a theme or a another plugin to create the ‘wall’, correct?
Have you asked the author of that theme or plugin?You can use a plugin like https://wordpress.org/plugins/theme-my-login/ to change the login page.
January 4, 2016 at 3:22 pm #248348In reply to: theme compatibility of my site
shanebp
ModeratorTalk to the creator of that theme.
January 4, 2016 at 1:08 am #248328In reply to: Can i change the color?
bruce30
Participantthanks for your reply @danbp ., π but where should i put this ? into my childs theme functions? sorry im new at this., π
January 3, 2016 at 3:12 pm #248321In reply to: Working with BuddPress Login(redirects to wp-admin)
shanebp
ModeratorHave you tried deactivating other plugins to see if there is a conflict?
Have you tried switching to a WP theme like 2013 to see if there is an issue in your current theme?
How can i PM an expert each time i run into something i donβt know?
These forums are run by volunteers.
If you want access to an expert, you can create a listing on the jobs forum.January 3, 2016 at 3:08 pm #248320In reply to: Group Forums Not Working
shanebp
ModeratorNot easy to diagnose.
Have you tried deactivating any additional plugins to see if there is a conflict?
Have you tried switching to a WP theme like 2013 to see if there is an issue in your current theme?
January 3, 2016 at 1:19 pm #248317In reply to: Can i change the color?
danbp
ParticipantHi,
yes of course it is possible.
You have to modify CSS from within your child-theme.Try:
#buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li.selected a span { background-color: red!important; }This example will change the background color into red for the number when you’re on a profile tab.
Ie. when on message tab, background goes red. When not, it stays in original color. When on friends tab, background goes red, and so on.Use Firebug or a similar tool to get the correct tag class or id name.
January 3, 2016 at 9:25 am #248310In reply to: About bp-custom
danbp
ParticipantHi,
if you read attentively the mentionned Codex page, you’ll see that the function is written with single quotes. Try it.
Also, you have to register MT first, using
bp_initaction hook. (1st function example on codex)
After that, you may build a MT directory for which you usebp_register_member_types. (2nd example)In other words, you need at least 2 functions to get this to work.
bp-custom.phpis the correct file to add those functions. The avantage of this method is to let you theme independant.January 2, 2016 at 2:27 pm #248281In reply to: Can’t login when Buddypress enabled
Henry Wright
ModeratorCould this be an issue with your theme? Try with the Twenty Fifteen theme enabled just to make sure. Also, sometimes plugins can cause problems. Deactivate everything aside from BP and then try testing again.
January 2, 2016 at 2:24 pm #248280In reply to: Problems with “subscription page” on my website
Henry Wright
ModeratorYou can modify your theme to add “directions”. Check out the Template Hierarchy article for more info.
January 2, 2016 at 12:33 pm #248272In reply to: About BuddyPress Templates
peter-hamilton
Participantlol…. you need to copy the folder “buddypress” to your root folder.
Find “buddypress” folder here.
plugins/buddypress/bp-templates/bp-legacy/buddypress
Now you need to read up on how to change these template files for your need, only these files inside this folder should be changed.
There is no buddypress theme, all wordpress themes are buddypress themes, and the only way to make something unique is through making a child theme of a wordpress site first, then adding buddypress css code and templates etc.
Good luck mate, here is a sample of what I am doing with buddypress…
My Buddypress site | Onlijn.comJanuary 1, 2016 at 9:45 pm #248256Hendrik Lersch
ParticipantHave found the solution by myself. If anyone interested, here’s the code i have added to my bp-custom.php. i think it works as well in the themes functions.php.
function remove_wpautop_from_buddypress() { if( bp_current_component() ) { remove_filter( 'the_content', 'wpautop', 99 ); } } add_action('bp_init', 'remove_wpautop_from_buddypress');bp_current_component() is true, if you be on a buddypress page, so wpautop is only disabled there.
But i still wonder, why it’s necessary to do something like that. πJanuary 1, 2016 at 5:23 am #248238In reply to: About BuddyPress Templates
Joshua Blevins
ParticipantDo you have a fully custom BuddyPress theme that is not a child theme? I’d really like to look at the code and figure it out under the hood.
December 31, 2015 at 4:50 pm #248232shanebp
ModeratorI don’t know anything about themes by ‘customizr’.
I gave you a suggestion re troubleshooting.December 31, 2015 at 3:59 pm #248231onix07
Participantdo you mean it’s an old theme by customizr
-
AuthorSearch Results