Search Results for 'theme'
-
AuthorSearch Results
-
August 22, 2016 at 4:17 pm #257886
danbp
ParticipantI’m unable to reproduce this issue on a single install.
– registered using alex@test.com as username and alex as name (BP’s name field)
– on his profile, aside the header avatar i see @alextest-comAny member links works as expected.
Tested also on MS. Trying to register alex@test.com brings the following error msg:
Usernames can only contain lowercase letters (a-z) and numbers.Is correct too and expected for usernames on a MS install. (see #17904)
Do you use custom code, login or social plugin related to login ?
What is your theme ?
Have you tested with a Twenty theme and all plugins deactivated ?August 22, 2016 at 3:56 pm #257882In reply to: Activity tab title text change
Ariful Alam Tuhin
Participant@danbp,
Thanks for your quick reply. I can do that. By coping activity directory to WP Theme directory. But the WP theme used breaking page layout. And if fix page layout for activity page, that breaking other page layout. And not have permission to modify WP theme currently. That’s why asking if there any action hook available. 🙂Thanks again for your help 🙂
Regards
August 22, 2016 at 3:37 pm #257880danbp
ParticipantSee CSS file in bp-templates/bp-legacy/css/buddypress.css and copy it to your buddypress folder in the child.
August 22, 2016 at 3:32 pm #257879alexdex
ParticipantHi, i try to do also:
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
Before in my function theme, after i insert also in bp-custom.php but still persist the error
Somebody can help me?
Thanks
August 22, 2016 at 3:32 pm #257878In reply to: Activity tab title text change
danbp
Participantyou can do that via the language file or alter the text of those items directly in the activity template, via a child-theme.
Concerned file is in bp-templates/bp-legacy/buddypress/activity/index.php:72,91,108August 22, 2016 at 2:48 pm #257874danbp
ParticipantNo theme has a child theme. It’s to you to create one. That’s necessary if you whant to add custom style without loosing it at next update.
Sorry i don’t read chinese, but you’ll probably find some guidance on chinese WP codex
https://codex.wordpress.org/zh-cn:Main_PageAugust 22, 2016 at 2:26 pm #257871idichoo
ParticipantI tried to unddrstand the installation of child themee. It is really diffcult and dont reeLly know why i neeed to install child theme.i am also not sure my theme has a child theme
August 22, 2016 at 2:05 pm #257870learntodesign
ParticipantNot sure of your exact question but you can simply inspect the element in your browser and change the css there.
Then add to the style.css of your child theme
August 22, 2016 at 10:33 am #257867has7
Participantthanks for replying mate yeah i am sort of looking to make my own custom template for the profile page yeah i understand the child theme process i have already done it plus even after reading all the bp files i was unsure to use which one as a base file to add my own styles to it thanks for helping though i ll get back to you once i try your suggestions
August 22, 2016 at 9:18 am #257863In reply to: Errors showing bp core ?
Paul Wong-Gibbs
KeymasterOK, lots of plugins. I am pretty sure it must be caused by one of the other plugins, but unfortunately we can’t get any more detailed information from this error.
Do you have a test site / development site for this? What you really need to do is switch to a default WordPress theme and see if the error message still shows up.
If it does, then you’ll need to start deactivating your plugins until you find which one causes the error to disappear when you turn it off. Once you have that, maybe someone can look at the code for that plugin and try to understand what’s happening.
An alternative is to add some debug code to print a more useful error message, but that’s something that should also only be done on a test/dev site.
August 21, 2016 at 9:09 pm #257849In reply to: Edit Profile Sub Menu
learntodesign
ParticipantYou can inspect the element in your browser, and then add display:none !important;
Then add that to your style.css of your child theme
August 21, 2016 at 9:55 am #257836In reply to: Buddypress groups styles
reivilob
ParticipantYes i know that but it seems that the theme i user is note really respecting all BP standards i am afraid…
Stupid question, where can i found a list of all the elements of BP ?
example: “body.single-item.groups”
(i do not find it in the Documentation section)Oui la vie est belle !
Olivier
August 20, 2016 at 9:57 pm #257828danbp
Participant/myaccount does no more exist ! BP doesn’t use such an item actually.
I’m unable to tell you from where the issue cames from (theme or plugin), but you can easily know it if you deactivate all your plugins except BP and test it with a Twenty theme.Normally you wouldn’t see My Account – it’s no more used. See the above BP user menu, under Howdy to get an idea how it is actually.
When you reactivate Gameon and see the button, you’ll know it’s a theme issue. If not, you do the same thing with each plugin until you find the one who fires My Account.It is also possible that you use some custom code related to BuddyNav or a cache system?
If you determine that it’s your theme, you have to contact it’s support and ask there. Unfortunately, it’s a premium one for which we can’t help you, as we have no access to it’s code. Also, was it recently updated, which can explain why that link stopped to work for you ?
August 20, 2016 at 9:17 pm #257826lewis1202
ParticipantIt was working two days ago. Not sure why it has suddenly stopped.
WP Version – 4.6
BP Version – 2.6.2My Account URL – http://coolgames.co.nz/my-account/
I am using Gameon Theme.
Plugin List –
BackWPup
BJ Lazy Load
BuddyPress
Contact Form by Supsystic
Content Views
Content Views Pro
Google Analytics by MonsterInsights
Google XML Sitemaps
MyArcadePlugin Pro
MyGameListCreator
MyScoresPresenter
PopUp by Supsystic
PopUp by Supsystic PRO
Revolution Slider
Shortcodes Ultimate
Super Socializer
Uber Login Logo
W3 Total Cache
WP Add Custom CSS
WP Live Chat Support
WP Live Chat Support Pro
WP Sitemap Page
Yoast SEO
August 20, 2016 at 9:04 pm #257825danbp
ParticipantThe output of the My Account BuddyBar menu is deprecated since 2.1.
Can you please give details about your install ?
WP&BP version, theme and plugins list.
What is the url of My Account ?
August 20, 2016 at 5:30 pm #257821danbp
ParticipantTry this one which use CSS – and is working !
Add the snippet to child-theme’s functions.php
function replace_some_admin_menu_icons() { // dashicons-performance = f311 // dashicons-smiley = f527 // adminmenu is the ul ID // the second ID is the li // div is where the icon goes ?> <style type="text/css"> #adminmenu #toplevel_page_bp-activity div.wp-menu-image:before { content: '\f311'; } #adminmenu #menu-posts-reply div.wp-menu-image:before { content: '\f527'; } </style> <?php } add_action( 'admin_head', 'replace_some_admin_menu_icons' );Reference: WordPress Dashicons
August 20, 2016 at 4:48 pm #257820In reply to: Buddypress groups styles
danbp
ParticipantNo it’s not strange. It’s due to the fact that all BP “pages” have dynamic content.
– a BP page is just a sort of placeholder, it’s not an usual WP static page. There is no template for the page, but you have for each page different templates, depending the context.
– so it is very normal to have to declare styles separatly, for each context.
– by that, you have also much more flexibility to style quasi individually each content
– and finally, that’s why you can use almost any existing wp theme (respecting wp coding standarts) with BP.
Elle est pas belle la vie ?
August 20, 2016 at 6:22 am #257815alexdex
ParticipantHi, i put this:
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
add_filter( ‘bp_core_enable_root_profiles’, ‘__return_true’ );
I try in bp-custom. php and also in my function theme but not work
Every time i click in the activity page on the username (like email) do not work, 404 error
For example, if a username member is alex7@gmail.com and i click do not work, if is only alex7 it work perfect
The path is:
members/alex7@gmail.com/ DO NOT WORK
members/alex7/ WORK
Can you help me?
Thanks a lot
August 19, 2016 at 10:52 pm #257813In reply to: Activity tab title text change
danbp
ParticipantHi,
this can be done via a child-theme or with a function to add to bp-custom.php or child’s functions.php
See examples here: https://codex.buddypress.org/developer/navigation-api/August 19, 2016 at 10:44 pm #257812In reply to: Register LABEL
danbp
ParticipantHi,
have you done this ?– create a new field
– enter Birthday as title
– give a description
– Under Type section, select date selector
– saveWhen you’re on a profile’s edit page, you should see
– title
– date selector (day, mounth, year)
– This field can be seen by:….
– the field descriptionIf you highlight the whole and check his source code, you would see something like:
<fieldset class="datebox"> <legend>Birthday</legend> <div class="input-options datebox-selects"> <label for="field_xx_day" class="bp-screen-reader-text">Select day</label> <select id="field_xx_day" name="field_xx_day"> <option value="">----</option> <label for="field_xx_month" class="bp-screen-reader-text">Select month</label> <select id="field_xx_month" name="field_xx_month"> <option value="">----</option> <label for="field_xx_year" class="bp-screen-reader-text">Select year</label> <select id="field_xx_year" name="field_xx_year"> <option value="">----</option> </div> </fieldset>If you can read this code but don’t see it’s ouput on your theme, you have to find which CSS rule is handling the labels.
Could be a simple contrast issue or something omitted somewhere.
To get sure of this, try first with one of Twenty’s theme.And if possible, answer the questions you already received from Paul and give some details about your install: used theme and plugins at least.
August 19, 2016 at 9:44 pm #257810In reply to: [Resolved] Wrap embeds in div
buddycore
ParticipantIt’s ok, I’ve decided that I’m going to build core support into my theme. Enhancements can come later. Thanks for the help.
August 19, 2016 at 4:53 pm #257790In reply to: How to show all members regardless of activity
danbp
ParticipantWhy not making your member directory alphabetical by default ?
Add this to members-loop placed in /child-theme/buddypress/members/members-loop.php:22<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . 'type=alphabetical' ) ) : ?>Note:
– member must be approved (by validation mail or admin action) to appear in the list.
– default behave is that a new member only appear on directory after his first login.August 19, 2016 at 3:51 pm #257787In reply to: Buddypress groups styles
danbp
ParticipantThis is confusing. Do we talk about group header image or site header image ?
The first post of the thread mention group header. You added yours saying “i have the same problem”.
It is not the same problem apparently !As example, when i go to Lotus group, the group header image is in
<a id="header-cover-image" href=..../groups/lotus/"></a>So i’m pretty sure my solution should work for the group header image.
Your custom-header-image is in a div, that’s right, but it is the general site header image.
You received an answer on your theme support, but i suggest you try it without the error:
The single group page
body.single-item.groups #custom-img-headerinstead of (which is the group directory page)
body.directory.groups #custom-img-headerThis one is working on my theme
body.single-item.groups img.header-imgAugust 19, 2016 at 1:02 pm #257779In reply to: Buddypress groups styles
reivilob
Participantit seams a little different in the theme i use (Mesocolum)
The siteinfo and custom-img-header are not in backgroud but normal div:
<div class="header-inner"> <div class="innerwrap"> <div id="siteinfo"> <h1 ><a href="http://www.xxxxxxxx.com/" title="Linkedbyroad" rel="home">Linkedbyroad</a></h1 ><p id="site-description">La communauté motorisée</p> </div> <!-- SITEINFO END --> <div id="custom-img-header"><img src="http://www.xxxxxxxx.com/wp-content/uploads/2016/07/Image2-1200x300.jpg" alt="Linkedbyroad" /></div></div> </div>same source code in all pages, and same calculated CSS …
August 19, 2016 at 12:23 pm #257778In reply to: [Resolved] Register form not working on mobile
sazler
ParticipantThank you for your quick response, I tried Buddy Mobile but my site loaded as a blank site. I am using Gantry 5 with Hydrogen theme.
-
AuthorSearch Results