Forum Replies Created

Viewing 40 posts - 1 through 40 (of 84 total)
  • Author
  • in reply to: logo link #61904
     airsidworld
    Participant

    Thanks !
    I had to retype double quote and delete some spaces.

    in reply to: Hide user's own profile section #60662
     airsidworld
    Participant

    Hello,

    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 πŸ˜‰

    in reply to: logo link #60454
     airsidworld
    Participant

    Hello,

    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.

    in reply to: Notification in custom menu #44563
     airsidworld
    Participant

    ….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 ?

    in reply to: Notification in custom menu #44470
     airsidworld
    Participant

    Ok thanks a lot, see u tomorrow πŸ˜‰

    in reply to: Notification in custom menu #44465
     airsidworld
    Participant

    And yes it is for the main menu πŸ˜‰

    in reply to: Notification in custom menu #44464
     airsidworld
    Participant

    I 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 ?

    in reply to: Notification in custom menu #44439
     airsidworld
    Participant

    Hi,
    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….

    in reply to: Notification in custom menu #44434
     airsidworld
    Participant

    Hello,

    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 ?

    in reply to: Remove \"Match\" #39354
     airsidworld
    Participant

    Sorry I just test with Adam code above and it’s working.
    Thanks

    in reply to: Remove \"Match\" #39278
     airsidworld
    Participant

    Hello,

    I’ve removed the matching system by adding this to function.php

    COPY CODE
    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 ?

    in reply to: Remove \"Match\" #39277
     airsidworld
    Participant

    Hello,

    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 ?

    in reply to: Text article around featured Image in blog #35690
     airsidworld
    Participant

    Ok thanks,
    but how to do it by css. I’ve try but didn’t managed.
    Could you please provided the right code ?

    in reply to: BuddyPress Profile Progression #23019
     airsidworld
    Participant

    Hello,
    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;
    }

    in reply to: Long Profile field names get cut off #20128
     airsidworld
    Participant

    Hi,
    It’s working, but beacause long fields names are now dispalyed on two lines, answers are not ined up anymore.
    Any suggestions?

    in reply to: Admin toolbar not responsive when not logged in #16586
     airsidworld
    Participant

    At 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?

    in reply to: Centered logo, no menu, no login/register buttons #16338
     airsidworld
    Participant

    Thanks πŸ˜‰

    in reply to: modified home-search-form over revolution slider #16265
     airsidworld
    Participant

    Finally, since last update shortcodes are working in slider.

    in reply to: Post Thumbnails metabox not shown #16245
     airsidworld
    Participant
    This reply has been set as private.
     airsidworld
    Participant

    Hi,
    I’ve got the same issue regarding the shortcode generator.
    Any news of the update ?

    in reply to: Location, geo, proximity search, zip code or city #16075
     airsidworld
    Participant

    In 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 => topic

    in reply to: Centered logo, no menu, no login/register buttons #16072
     airsidworld
    Participant

    Thanks 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 ?

    in reply to: Centered logo, no menu, no login/register buttons #15689
     airsidworld
    Participant
    This reply has been set as private.
    in reply to: Location, geo, proximity search, zip code or city #15612
     airsidworld
    Participant

    Hi,
    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 ?

    in reply to: Centered logo, no menu, no login/register buttons #15389
     airsidworld
    Participant

    Hi 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;
    }

    in reply to: Location, geo, proximity search, zip code or city #15204
     airsidworld
    Participant

    Hi,
    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 ?

    in reply to: Message to all users but alert not shown #15152
     airsidworld
    Participant

    Oups! Sorry and thanks Abe.

    in reply to: BuddyPress Profile Progression #15007
     airsidworld
    Participant

    Thanks Leap-it, works great.

    in reply to: Location, geo, proximity search, zip code or city #14797
     airsidworld
    Participant

    Hi,
    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 πŸ˜‰

    in reply to: reCAPTCHA not working #13160
     airsidworld
    Participant

    Hi JohnDoe,
    Can you please explain how after acvtived the plugin you get the Keypic form on the sweetdate register form ?! Thanks

    in reply to: Only public groups on homepage #9064
     airsidworld
    Participant

    Sorry, I just find out that groups shown on homepage are depending of the logged user.

    in reply to: Homepage slider – good for SEO? #8874
     airsidworld
    Participant

    Hi,
    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 ?

    in reply to: Buddypress 1.9 and WordPress 3.8 #8872
     airsidworld
    Participant

    Hi,
    Any news about the update ?

    in reply to: Buddypress 1.9 and WordPress 3.8 #8736
     airsidworld
    Participant

    So quick, so nice ! Thanks Abe

    in reply to: Buddypress 1.9 and WordPress 3.8 #8705
     airsidworld
    Participant

    Hi,
    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.

    in reply to: Hide members real names #8639
     airsidworld
    Participant

    Ok 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.

    in reply to: Buddypress 1.9 and WordPress 3.8 #8638
     airsidworld
    Participant

    Hi,
    Thanks i’ll do that waiting from the buddypress core team the new update.

    Here is a link to show what’s happening.

    in reply to: Same age in members-loop #8578
     airsidworld
    Participant

    HI,
    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 ?

    in reply to: Buddypress 1.9 and WordPress 3.8 #8576
     airsidworld
    Participant

    Hi,
    Yes notifications page template is not working. Until the update, is there a way to access or regulate users notifications ?

    in reply to: Hide members real names #8564
     airsidworld
    Participant
    This reply has been set as private.
Viewing 40 posts - 1 through 40 (of 84 total)

Log in with your credentials

Forgot your details?