Forum Replies Created
-
Author
-
rugwarriorParticipant
Is this a BP Album problem?
As I heard there will be the option to deactivate it in 1.4 and use e.g. rtMedia (former BP Media).
rugwarriorParticipantCan you make a screenshot and upload it via flickr or send me an email with it to support@it-specialist.net?
Please also post which WordPress/BuddyPress/bbPress version you are using and what kind of WAMP / LAMP… environment for localhost development you use π
rugwarriorParticipantCan you please have a look at “Dashboard” -> “Setting” -> “BuddyPress” -> “Components” and check if all components you want to use like “Private Messaging” are activated?
rugwarriorParticipantHi mustafa,
have you enabled under the “Dashboard” -> “General Settings” -> “Membership” -> “Anyone can register” ?
rugwarriorParticipantHi iamsharife,
did you import the demo content (demo-sweetdate.xml)?
I did not try it without but this created all pages for me and my member profile page looks fine…
Sorry that I have not enough time to explain all but you can also have a look into the Documentation when you downloaded the whole package.
rugwarriorParticipantHi gcapps,
Do you installed like this?:
1) Installed Sweet Date theme
2) Installed Sweet Date Child theme and activated this one
3) Open wp-content\themes\sweetdate-child\functions.php in an editor and change line 23 from:
//remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);
to
remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);
4) Goto “Dashboard” -> “Sweetdate” -> “Styling options” -> “Quick css”
5) Put in:
.carousel-stories a.imagelink:hover .read, .circle-image a.imagelink:hover .read {display:none;}
.carousel-stories .icon-heart {display:none;}
.carousel-stories:hover .read {background:none;}
4) Save and test site
5) Please post a screenshot of the error message or post the message hererugwarriorParticipantHi gcapps,
Make matching compatibility optionalNo heart, no circle on home carrousel
You can upload new logos under “Dashboard” -> “Sweetdate” -> “General settings” (e.g. Small Logo – Upload your small logo for sticky main menu.)
Please try the search first and post problems in the appropriate thread. Thank you!
rugwarriorParticipantsorry for that (I am a bit in a hurry at the moment… holidays π
WordPress Social Login is completely free.
Does this one meet your requirements?
rugwarriorParticipantI set up a playgorund with WP 3.6 Beta 4 / BuddyPress 1.8 RC1 / bbPress 2.3.2 / BP Follow 1.2 and just wait for Sweet Date 1.4 to start translating. I just provided a german translation for BP Follow and hope it will be shortly integrated. If you need it earlier just leave my a message and I will provide it. I will also try to include some of the suggestions for BP Follow as I like the idea that you can follow someone without being his “friend”…
rugwarriorParticipantHi mcguffin,
for social login plugins please have a look at:
Social Login, Social Sharing, Social Commenting and more!
and
Maybe this is what you need?
rugwarriorParticipantHi there,
BuddyPress Multilingual is currently under heavy development (as told me from WPML). There will be a new version supporting BuddyPress 1.7+ but they could not tell me how long it will take but they are working on this since a while… so I hope it will be this month π
And they also completely rewrite the WooCommerce plugin to make the whole process a lot easier (this is already in beta test)…
rugwarriorParticipantHi camaross2005,
to have the info tab of the profile automatically selected put this in your functions.php
add_filter(‘kleo_bp_profile_default_top_tab’,’my_default_tab’);
function my_default_tab() {
return ‘info’;
}which version of WordPress / BuddyPress are you using?
rugwarriorParticipantHi abidbd,
I meant “BuddyPress Gifts”… BuddyPress Gifts Bar is the new one π
Also my link to BadgeOS Community Add-on was not working…
Looks like holiday is not good for typing π
rugwarriorParticipantHi abidbd and jaybini,
with the BuddyPress Plugins Buddypress Giftbar and Buddypress Gifts Rebirth there is a problem:
Both are no longer under developement… same seems to have happend to CubePoints…
Please have a look at Feeligo BuddyPress Gifts Bar for an alternative.
I personally think that BadgeOS Community Add-on or myCred could be a great plus for a community driven page and I am going to test it during the next days (but as I am on holidays I have no special time frame for that π
rugwarriorParticipantHi,
BuddyPress Follow is working fine as it seems π
(I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantPS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantPS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantPS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantPS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantPS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantHi,
PS: (I use WordPress 3.6 Beta 4 / bbPress 2.3.2 / BuddyPress 1.8 Beta 2 [release in about two weeks])
rugwarriorParticipantHi again π
The overview about the available bbPress forums is too crowdy on mobile phones…
Maybe your magic fingers can fix this?
rugwarriorParticipantHi,
bbPress forum posts have a little tough time on mobile devices π
Hopefully they will fix it some day on their own but till then I rely on my great devs here π
rugwarriorParticipantHi,
just a small issue with uploading of a group avatar (maybe also for profile avatar?!):
rugwarriorParticipantHi,
just a few questions for the mobile menu…
but I am also interested in the question if I can make it always sticky on the “desktop” version πrugwarriorParticipantHi sqadmin,
I found the place, it is in the file header.php under <!–Login buttons–>:
<? echo bp_loggedin_user_domain().’messages/’; ?>
and
<? echo bp_loggedin_user_domain().’friends/requests’; ?>
please replace <? with <?php there π
-
AuthorPosts