Forum Replies Created
-
Author
-
airsidworldParticipant
Thanks !
I had to retype double quote and delete some spaces.airsidworldParticipantHello,
Here is a link to a screenshot.
I’d like to hide the profile section in the red rectangle.
So when the user wants to get to his buddypress menu, he doesn’t have to see his profile everytime and he doesn’t need to drop down the page to go to the BP menu (some user have long porfile and sometimes they don’t even see the BP menu under).Thanks π
airsidworldParticipantHello,
As FD i’d like login users to be redirect to mysite.com/accueil-utilisateur
So as discribe i’ve changed in header.php in child theme
href=β< ?php echo get_home_url(); ?>β
with
href=β< ?php if ( is_user_logged_in() ) echo “/accueil-utilisateur”; else echo get_home_url(); ?>βbut when clicking on the logo i get the following url
mysite.com/ “/accueil-utilisateur”Can you please help with this.
airsidworldParticipant….okay.
So can you help with this request: Is there a way to add buddypress submenu to the profile menu (user login) ?
For example I have an event plugin and there is an event submenu shown in admin area => menus => buddypress.How to add it to the profile theme button please ?airsidworldParticipantI just read the topic.
It is a KLEO topic.
In SWEETDATE THEME i don’t find the following mentioned option that seems to be in KLEO:βKleo β Live Notifications
You can add the Live BuddyPress notification item to the menu from Appearance β Menus β KLEO section. To have this option available you must have BuddyPress installed and Buddypress Notifications module active(from Settings β BuddyPress)βAm I right ?
airsidworldParticipantHi,
The menu will be named “Notification”, it is the basic buddypress menu that is proposed in admin area => menus => buddypress.
The count in the notification bubble have to show all notifications received by the user: message, friend request, etc….airsidworldParticipantHello,
Thanks Andrei that is a good tip ti kno<.
But i am referring to the bubble that shows up in buddypress notification menu when the user receive a message for example.
Any idea ?airsidworldParticipantHello,
I’ve removed the matching system by adding this to function.php
COPY CODEadd_action('after_setup_theme','kleo_remove_matching'); function kleo_remove_matching() { remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match'); } add_action('after_setup_theme','kleo_my_match');
but I have the following error appearing:
“Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘kleo_my_match’ not found or invalid function name in /home2/airsidwo/public_html/wp-includes/plugin.php on line 505”Could you please advise ?
airsidworldParticipantHello,
I’ve removed the matching system by adding this to function.php
add_action(‘after_setup_theme’,’kleo_remove_matching’);
function kleo_remove_matching()
{
remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);
}
add_action(‘after_setup_theme’,’kleo_my_match’);but I have the following error appearing:
“Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘kleo_my_match’ not found or invalid function name in /home2/airsidwo/public_html/wp-includes/plugin.php on line 505”Could you please advise ?
airsidworldParticipantOk thanks,
but how to do it by css. I’ve try but didn’t managed.
Could you please provided the right code ?airsidworldParticipantHello,
Please how to change the text color (or background color) inside the circle ?
I’ve try css like this:input[type=”text”].greenCircle {
color: #222222;
}airsidworldParticipantHi,
It’s working, but beacause long fields names are now dispalyed on two lines, answers are not ined up anymore.
Any suggestions?airsidworldParticipantAt line 977 i find:
/* Show only default top level items */
#wp-toolbar > ul > li {
display: none;
}so I have copy in child theme/style.css the follwing:
#wp-toolbar > ul > li {
display: block;
}and it seems to work. Is that correct or should I do something more?
April 28, 2014 at 17:43 in reply to: UPDATE CAUSING DEACTIVATION OF SWEETDATE SHORTCODE GENERATOR #16238airsidworldParticipantHi,
I’ve got the same issue regarding the shortcode generator.
Any news of the update ?airsidworldParticipantIn addition to my previous post, to inform other Sweetdate users and because there are now two support teams:
with GEOMYWP plugin here are some issues that the plugin’s creator is now aware of and links to corresponding topics:
– The Horizontal search form appears with the initial Sweetdate background => topic
Answer i get: “You will need to contact the theme devs. I have a very minimal knowledge of the theme.”
Do you guys have a solution please ?
– The alphabetical filter is not working => topic
– The friends page doesnβt filter friends from other members => topicairsidworldParticipantThanks Abe, works great !
I learning about css, so if you have time (and i’ll understand you don’t π ) i’m curious to know why -60px for margin, did you calculate it ?airsidworldParticipantHi,
I’ve been helping GEOMYWP by sending my child theme so he can adapt his plugin. The last update works just fine with your child theme now.
GEOMYWP allows to add a map and adresses shown under members avatars in the member page (members have to fill in their location in their profil)1) GEOMYWP allows to create a search form using profil fields, like your search form. The difference is that your search form is using a City field (with autocomplete) and GEOMYWP is using a geolocalization field (based on members localizations).
Do you plan to murge the two configurations to keep only one ?
Is the GEOMYWP search form working with the matching feature of Sweetdate ?2) Also I still have the auto complete issue, which is not a GEOMYWP one, but an Sweetdate feature. It’s not working anymore for the City field in search form. Could you advice please ?
airsidworldParticipantHi Abe,
I’ve added the following in the quick css but nothing happens:/**********center logo*******/
#header .four.columns {
float: none;
margin: 0 auto;
}/**********remove menu*************/
.top-bar {
display: none;
}airsidworldParticipantHi,
Since I’ve updated GeoMy WP plugin:
– i have the map above members in members page working
– auto complete doesn’t work anymore in city field of Sweetdate and niether in search form of GeoMy WP. Can you please help with this issue ?airsidworldParticipantHi,
I’ve been asking the same to the GeoMYWP team.
Here is their answer:“I see that you are using a child theme. I believe that this is the issue.”
“I will need to get that fixed.
For now you can fix it by modifying the code.
you can open geo-my-wp.php and remove line 174 which should be
if ( wp_get_theme() == ‘Sweetdate’ )
This should make the tab visible at all times.”Hope it will be helpfull to you π
airsidworldParticipantHi JohnDoe,
Can you please explain how after acvtived the plugin you get the Keypic form on the sweetdate register form ?! ThanksairsidworldParticipantSorry, I just find out that groups shown on homepage are depending of the logged user.
airsidworldParticipantHi,
For SEO i’m using Yoast SEO plugin. The plugin has a page analysis tool.
Regarding the homepage the tool doesn’t find words form the slider.
Is there a way to verify that the homepage slider is actually being read by Google ?airsidworldParticipantHi,
I’ve been in touch with the french buddypress team about this issue regarding the notifications.
It’s seems that the problem has to with templates from sweetdate theme.Do anyone have the same problem has me ??
Click here to see what happens when using the notfications feature of buddypress 1.9.airsidworldParticipantOk thanks a lot for the code, i’ll try it ;).
I understand for the customization, I just thought that hidding Full Name of users for privacy purpose would interest a lot of people, as it is usally done on dating website.airsidworldParticipantHi,
Thanks i’ll do that waiting from the buddypress core team the new update.Here is a link to show what’s happening.
airsidworldParticipantHI,
Code is working well.
Just an styling issue: the age is show in black which is not the same color of other answered fields according to the color define in sweetdate => styling options (in my case in green).
Would you have a quick css code for it ?airsidworldParticipantHi,
Yes notifications page template is not working. Until the update, is there a way to access or regulate users notifications ? -
AuthorPosts