Forum Replies Created
-
Author
-
giannisffParticipant
Theme options – Buddypress – “Hide Breadcrumb section for Profile pages” and “Enable Full width Profile Header”
giannisffParticipantThanks Abe. If there is a trial version, I will be glad to see it available. Thanks again!
giannisffParticipantThe forus ability came with bbPress and make groups with BuddyPress. So reactivate the bbPress plugin and set the buddypress options for groups (check it on)
There a lot of plugins to make your job with maps (see one here https://wordpress.org/plugins/bp-user-profile-map/ )
There is a plugin (https://wordpress.org/plugins/adsense-plugin/ ) that allow to make adds without coding, if you want it.giannisffParticipantTry this to your child theme
@media (min-width: 768px)
.col-sm-3 {
width: 100%;
}Looks like a good idea
November 13, 2014 at 11:53 in reply to: how to hide the footer on the automatic member activity stream page #35303giannisffParticipantTry this.
Wordpress admin panel
pages
Activity
go down to Theme General settings ——-> Display settings ——->
Hide Footer (Check to hide whole footer area)November 11, 2014 at 22:49 in reply to: Showing some profile fields in member’s profile header not working after update #35106giannisffParticipantΕxactly, I mentioned this. With the last baddypress version there are problems with this code. The code works fine. Maybe @kookidooki not copy the file members-header.php to the child theme.
November 11, 2014 at 22:37 in reply to: Showing some profile fields in member’s profile header not working after update #35102giannisffParticipantSorry, do you activate the “Buddypress Xprofile Custom Fields Type” plugin?
If yes try to deactivate it and i think it will work.
Just an idea.giannisffParticipantHello all,
here is our effort, with this awesome theme. Still beta…
Thanks.
http://www.gdesigners.org/giannisffParticipantHave a look if the page attributes of pages that show the breadcrumb have another template. Maybe.
giannisffParticipantYou mean the breadcrumb? If so go to theme options ——header options ——Show breadcrumb (set it NO)
giannisffParticipantIt looks like to try to install wrong file.
Step by step the guide https://archived.seventhqueen.com/documentation/kleo
and i think you will find the solutionNovember 4, 2014 at 00:06 in reply to: how to display social networks to buddypress member profile #33903giannisffParticipantIf you want something like the photo…
i put a piece of code to member-header.php (wp-content/themes/kleo-child/buddypress/members/single/…)
about line 55`<?php if ( $data = bp_get_profile_field_data( ‘field=***name’ ) ) : ?>
<a href=”<?php bp_profile_field_data(‘field=***name’);?>” target=”_blank”> <img src=”http://yoursite.com/wp-content/images/icons/***nameimage.png” alt=”***name”></a>
<?php endif; ?>`***name = your custom field name
***nameimage+the name of iconThis way works for me, fine.
Attachments:
You must be logged in to view attached files.giannisffParticipantMake sure that your WordPress settings are OK.
-General ——>New User Default Role
-Discussion SettingsgiannisffParticipantFrom the test page i cant understand whats the problem. Its not a group there.
In “show more” mode there is the button “join to group”.giannisffParticipantFisrt of all.
settings —-> buddypress —->click to groups (make it possible)
More info
https://codex.buddypress.org/buddypress-components-and-features/groups/group-settings-and-roles/giannisffParticipantDo the changes to the child theme and activated.
With this way you dont loose your theme options every time you upload a new version.icon mean the avatar?
giannisffParticipantThis is a pic of my member-header
Attachments:
You must be logged in to view attached files.giannisffParticipantTry to put these piece of code to your child css.
It works for me.#buddypress div#item-header {
background: none;
}.toggle-header {
display: none;
}giannisffParticipant1. Have a look here, it help me a lot for the same changes.You must do css changes.
https://archived.seventhqueen.com/forums/topic/how-to-edit-profile-page-using-visual-composer.2.Put the code to your child css
.pagination-sticky #newer-nav {
display:none;
}
.pagination-sticky #newer-nav {
display:none;
}
3. (i am not sure) Put the code to your child css. change the xxx with the height you want.
#footer .template-page {
border: 0;
height: xxxpx;
}giannisffParticipant@sharmstr thanks for answering.
The first issue works as you said. Thanks.
In the second.
I have 8 menu tabs. There is empty place that can fit all the tabs without displaying the toggle. How can i fix it. Of cource if there are more tabs i want to appear the toggle.
Thank you.giannisffParticipantI think that its buddypress issue.
You can see here
https://buddypress.org/support/topic/buddypress-2-1-bp-language/
(It works for me!)giannisffParticipantIf you want leave it blank, or say anything you want
‘say somethingXXXXXXXX” or ”.Probably you can find a solution from css (but i dont know)
October 18, 2014 at 15:04 in reply to: Logo not displaying even after changing it from Admin panel #32096giannisffParticipantTry to delete cache. Sometimes happen.
giannisffParticipantWhy NOT?
wp-admin menu
users
profile filds
add newAttachments:
You must be logged in to view attached files.giannisffParticipant -
AuthorPosts