Forum Replies Created

Viewing 40 posts - 7,601 through 7,640 (of 20,101 total)
  • Author
  • in reply to: Fontello #156604
     Radu
    Moderator

    I see,

    But i need login credentials to can view live what’s going on, did you have tried to de-activate the plugins and child theme to see if this still happens ?

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile matching for dissimilar characteristics #156603
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    Done I’ve replaced the function

    See screenshot


    I’ve used this function

    COPY CODE
    
    if ( ! function_exists( 'kleo_excerpt' ) ) {
        function kleo_excerpt( $limit = '', $words = false ) {
            $full_post_content = get_the_content();
            $limit = '99999';
            $excerpt = wp_strip_all_tags(substr( $full_post_content, 0, $limit ));
            return '<p>' . $excerpt . '</p>';
        }
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Import the pages #156596
     Radu
    Moderator
    Hi, WE have released a new sweetdate theme update that handles some BuddyPress templates, so please update the sweetdate theme to latest version and check again if the user informations are saved if users complete the details in default BuddyPress register page. If the problem persists if you have child theme activated try to use parent theme instead (Sweetdate) Let me know Cheers R.
    in reply to: kleo_ajax_results #156595
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Sorry for the slow processing of your issue, I will try to respond faster to solve this.

    This should not happen using Kleo and recommended plugins, did you have tried to de-activate all plugins and child theme to check again, this it’s the main cause in these kind of problems.

    This it’s my first suggestion in first instance.

    Also make sure to have latest wp + Kleo version installed

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Search Results only showing My Friends #156593
     Radu
    Moderator

    Hi,

    Please take a look at the video : https://drive.google.com/file/d/0Bxo5b6iHWRMwczFPdzFvc2lHb2M/view

    It works and behaves the same the results from home and from the http://50plusconnects.com/subscriber-home/subscriber-search/ page

    And the 50-admin haves only one friend.

    Maybe you have a cache issue ? try to check this from incognito window and make sure to purge cache from the plugin.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Slider Revolution & Instagram Hashtags #156592
     Radu
    Moderator

    Hi,

    You can create a photo stream using revolution slider by creating a slider and choosing Instagram stream but there is available photo stream only for accounts not for hashtags

    Wp-admin -> Revolution Slider -> New Slider

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: css modifications for kleo with geomywp plugin #156591
     Radu
    Moderator

    Hi,

    Did you have tried to use your custom CSS with !important declaration?

    Example

    .kleo-page h3 {font-size:20px !important; }

    Try to put the CSS in Kleo child instead of theme options but first try to leave the css in quick css area but try with important declaration ( wp-content/themes/kleo-child/style.css ) NOTE: Kleo Child theme needs to be installed and activated.

    Try to do that by adding the !important declaration to your CSS and for the contact form if you want to change destination email adress you should go to contact form 7 and to change email… if you want to change the page permalink see next image

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Removing woocomerce product image #156590
     Radu
    Moderator
    Not marked as solution
    in reply to: Structured Data > hentry #156589
     Radu
    Moderator

    Hi,
    I see, I’ve noticed that this it happens also on our demo, I will add this on bug list and we will fix this in future.

    We will let you know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Login Popup is bigger than screen #156534
     Radu
    Moderator

    Hi,

    WE will fix this in next theme update until then please use this CSS by adding it to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    @media(max-width:480px) {
      .kleo-mfp-zoom .mfp-container {
        padding: 0;
        margin: 0 auto;
        max-width: initial;
      }
    }
    

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Ipad Top Menu Not Working #156527
     Radu
    Moderator
    Not marked as solution
    in reply to: Page seems to load twice #156522
     Radu
    Moderator

    Activiry link returns a not found status http://www.commontrustcommunity.com/activity

    Let me know when can i see this

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Account and Profile Details Duplicate #156521
     Radu
    Moderator

    You’re welcome

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    The group page can be defined at wp-admin -> settings -> buddypress -> pages -> groups

    Choose your desired page there, but it’s recommended to have /groups/ page instead of /members/feature/groups/

    This link: https://www.generationearth.at/en/members/feature/groups/ it redirects me to the https://www.generationearth.at/en/groups/ page

    Also the page it’s empty not displayed nothing

    On my profile all navigations are displayed

    Let me know what navigation missing cuz I cannot figure out.

    Related to the white group page, try to de-activate child theme and disable all plugins excluding BuddyPress and check again

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: How do I stop 17 year olds from signing up? #156511
     Radu
    Moderator

    Hi,

    You can do that using this function

    COPY CODE
    
    function overwrite_mebers_dir_meta() {  
        $marital_status = bp_get_member_profile_data('field=Marital status');
        $marital_status = bp_get_member_profile_data('field=I am a');
        $output['age'] = apply_filters('kleo_bp_meta_after_age', get_member_age(bp_get_member_user_id()));
        $output['marital_status'] = $marital_status;
        $output['i_am_a'] = $i_am_a;
        return $output;
    }
    add_filter('kleo_bp_meta_fields', 'overwrite_mebers_dir_meta');
    

    Make sure to have identical name of the field as how you have added in backend on $marital_status and $marital_status variable and that’s all you should copy the code to function.php of your child theme

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Two questions #156509
     Radu
    Moderator

    You can remove the profile menu items using CSS

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing images #156508
     Radu
    Moderator

    Hi,

    Take a look here : https://drive.google.com/file/d/0Bxo5b6iHWRMwaHpUdmFnNGxpODg/view

    It seems that it works according to the video.

    Let me know exact steps to reproduce the issue

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with logged in – logged out menus #156503
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile matching for dissimilar characteristics #156502
     Radu
    Moderator

    Hi,

    See the screenshot

    So practically you invert the fields labels

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Great
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with logged in – logged out menus #156389
     Radu
    Moderator

    Hi,

    Users use this plugin https://ro.wordpress.org/plugins/if-menu/ with KLEO successfully please give a try. Disable that plugin before installing this.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation not possible #156387
     Radu
    Moderator
    Not marked as solution
    in reply to: Changing images #156384
     Radu
    Moderator

    I mean in the initial case without theme update to disable child theme and to use parent only then try to use the matching system to see if it works, if not update theme having child theme activated then try again the matching system.

    PS: The login credentials still not works.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Invalid Activation Key #156382
     Radu
    Moderator

    If you see that with default theme, it means that has nothing to do with KLEO and there it’s a BuddyPress problem or a compatibility issue between BuddyPress and other plugin

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Search #156381
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    The login credentials are not correct

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Two questions #156375
     Radu
    Moderator

    Hi,

    Provide to me a screenshot with what you want to remove according to this reply #156243

    Related to #156248 reply please add a notification to your account

    Cheers
    R>

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation not possible #156374
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Using FTP connect to your website and navigate to wp-content/themes/sweetdate-child/ create folder page-parts (wp-content/themes/sweetdate-child/page-parts) create a file named general-login-modal.php

    In that you will paste this content: http://pastebin.com/raw/SQ6uqNbD

    that’s all

    Make sure to have child theme installed and activated

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How do I stop 17 year olds from signing up? #156368
     Radu
    Moderator

    Hi,

    Using a plugin that can do this, you can try this one: https://wordpress.org/plugins/age-verify/screenshots/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: email avatar #156363
     Radu
    Moderator

    The Email client generates that because the subject or email address starts with the R letter so this is no theme related

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translate login error messages #156361
     Radu
    Moderator

    I see this is a wp thing, not a theme but you can try to add the priority parameter to the filter

    So paste again the code with 999 value as priority value

    COPY CODE
    
    add_filter('login_errors','login_error_message', 999);
    function login_error_message($error){
        $error = "Test error message";
        return $error;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Ultimate Addons for Visual Composer #156351
     Radu
    Moderator

    Hi,

    Did you encounter some error ? Please try to test if using default wp theme you encounter same issue s ? Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    The title it’s visible using an iPhone viewing the contact page.

    I cannot see the second screenshot and i can not figure where you are referring about the white background provide a screenshot that points out the white bg that you need to change

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing images #156251
     Radu
    Moderator

    Hi,
    The login credentials, not works.

    Did you have updated BuddyPress to latest version these days ? If yes today we have released a new theme update that fixes some BuddyPress issue, can you please update the theme and test before providing correct admin credentials? Beside this please test the matching system after theme update with child theme de-activated.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 7,601 through 7,640 (of 20,101 total)

Log in with your credentials

Forgot your details?