Forum Replies Created

Viewing 40 posts - 11,561 through 11,600 (of 20,101 total)
  • Author
  • in reply to: Facebook Login / Redirect #131909
     Radu
    Moderator

    Hi,

    If you want to redirect all users to their profile after login paste this funciton to wp-content/themes/buddyapp-child/functions.php

    COPY CODE
    
    
    add_filter( 'bp_login_redirect', 'bpdev_redirect_to_profile', 11, 3 );
     
    function bpdev_redirect_to_profile( $redirect_to_calculated, $redirect_url_specified, $user ){
     
        if( empty( $redirect_to_calculated ) )
            $redirect_to_calculated = admin_url();
     
        //if the user is not site admin,redirect to his/her profile
     
        if( isset( $user->ID) && ! is_super_admin( $user->ID ) )
            return bp_core_get_user_domain( $user->ID );
        else
            return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
     
    }
    

    The facebook login & register feature works as you need… maybe you have forgot to enable fb register check in wp-admin -> appearance -> theme options

    All should be on.

    We are using an custom solution that has been developed based on Kleo theme.

    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: Ajax Search #131906
     Radu
    Moderator

    Hi again,

    There is no quick solution to solve this, it’s not a quick and easy copy paste code…. there are log of dependencies html js and css.

    If you really need out part of the theme ajax search contact our manager dev@seventhqueen.com for a quote

    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: Blog page template #131849
     Radu
    Moderator
    Not marked as solution
    in reply to: Extra social icon #131843
     Radu
    Moderator
    Not marked as solution
    in reply to: Register new user #131841
     Radu
    Moderator

    Hi,

    How can i see what you describe where it’s the page that it’s form that plugin ? i need to see how it not allows you to get to the register page.

    I see that in the link that you have provided it’s original register page

    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: I Can’t See my Footer Widgets #131840
     Radu
    Moderator

    Hi,

    You should add some widgets tot footer areas’ from wp-admin -> appearance -> widgets and drag them to footer widget 1,2,3 or 4 and drop.

    That’s all i see that in col 3 it’s already a widget

    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: BuddyPress Activity & Group profile pages not working #131838
     Radu
    Moderator

    Hi,

    Even if you add this define(‘BP_DEFAULT_COMPONENT’, ‘activity’ ); instead define(‘BP_DEFAULT_COMPONENT’, ‘profile’ ); ?

    Try also in bp-custom.php / https://codex.buddypress.org/themes/bp-custom-php/

    Try to de-activate all plugins except buddypress and also try to de-activate child theme to test.

    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 #131837
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo likes #131833
     Radu
    Moderator
    Not marked as solution
    in reply to: Max upload size #131825
     Radu
    Moderator
    Not marked as solution
    in reply to: I have enabled comments but don’t see it #131823
     Radu
    Moderator

    Hi,

    Make sure you have discussion tab enabled from page see here this tutorial : https://drive.google.com/open?id=0Bxo5b6iHWRMwZmpBdGZ1T3BrbWs

    This video tutorial it’s for disabling page comments you need to do opposite.

    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: Metadata Post dissapear after slug change #131822
     Radu
    Moderator

    Hi,

    Try to re-save permalinks and check again

    In normal use the permalinks it’s set when you type the post title the slug it’s not changed to often.

    Do you have tried to disable all plugins excluding types ? and check again

    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: Buddypress menu remove some and move them around. #131820
     Radu
    Moderator

    Take care you to

    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: Kleo likes #131819
     Radu
    Moderator
    Not marked as solution
    in reply to: Changing Background Colour #131812
     Radu
    Moderator

    You’re welcome

    If you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.

    https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630

    Thank you in advance

    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: Ajax Search #131811
     Radu
    Moderator

    I don’t understand, what part of code ? this ? [kleo_search_form]

    I cannot offer you support to another products that kleo,sweetdate and buddyapp

    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: Move Search to Top bar #131810
     Radu
    Moderator

    If you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.

    https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630

    Thank you in advance

    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: Move Search to Top bar #131809
     Radu
    Moderator

    Great

    Have a nice day

    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: Video background on the front page #131808
     Radu
    Moderator

    I’m not shocked,those are decent :))

    Hi, i think the video file has resolution to small only 980px width and the screens are larger that 980 that cannot be fullwidth.

    I’ve installed a captcha plugin but add here requested details : http://server.how-daddy-likes-it.com/wp-admin/options-general.php?page=wp-recaptcha-bp%2Frecaptcha.php

    For forums tabs, try to de-activate the bbpress 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: media group #131807
     Radu
    Moderator

    Hi again,

    Accessing links with #kleo-lostpass-modal in url should display the lost pass pop-up, but for some reason on your site it doesn’t work.

    To can have lost pass page active you should activate woocommerce plugin and to associate a my account page like here :

    wp-admin -> woocoomerce -> settings -> accounts ->

    The access http://www.ordiges.com/community/my-account/lost-password

    That’s all
    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 Background Colour #131805
     Radu
    Moderator

    Problem fixed, somehow the file put contents was commented…. maybe some plugin have do 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: Changing Background Colour #131804
     Radu
    Moderator

    Hi,

    Now it should be ok, i’ve made a temporary fix for now, please do not change the ftp or admin credentials we still need those to test and improve the dynamic css engine.

    We will let you know when we finish 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: Template container problem #131798
     Radu
    Moderator
    Not marked as solution
    in reply to: Private Message Button Color #131797
     Radu
    Moderator

    Hi,

    Try to add this border-radius:10px; after color:yellow

    Example

    COPY CODE
    
    div#send-private-message {
    background-color:red !important;
    color:yellow !important;
    border-radius: 10px;
    }
    

    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: Stop duplicating from photo upload #131796
     Radu
    Moderator

    Hi,

    I’ve searched in entire theme for these values 768 and 512 and no results found, so it’s not generated by our theme, try to de-activate all plugins then upload a new photo to see if any additional size is generated

    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: Transparent mobile menu + menu icon #131795
     Radu
    Moderator

    Hi again,

    Replace the previous css with this

    COPY CODE
    
    @media(max-width:1024px) {
    
    .navbar {
        background:rgba(42, 42, 42, 0.53) !important;
        position: absolute;
    }
    }
    
    
    

    Play with 0.53 it represents opacity.

    Regarding the icons, please back-up your assets folder or entire child theme and then delete the assets folder and start again based on this https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme but no change name of any icon, just add your needed icons

    That’s all

    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: Ajax error in Revolution Slider #131794
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    The addon that you are talking about it’s add as secondary payment method pp express, you can see all available free addons on wp-admin -> memberships -> addons. To get the system to work i think you don’t need that and yes if you want that addon you should buy it separately

    I don’t know why in may was works and now not, most probably some misconfiguration You should use normal paypal.. paypal standard and on the Gateway Account Email add your email that you are, and from what i know that’s all

    Regarding the last qustion strange maybe it was a cache issue ? i don’t know, also you can try to use PayPal Website Payments Pro and api keys and the rest of the required info an be found and generated from your account : https://www.paypal.com/?cmd=_profile-api-signature

    I hope you will solve these problems

    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: Video background on the front page #131785
     Radu
    Moderator

    Hi,

    Please provide URL where i can see it on the page and tell em if you receive any error or something ?

    What’s the plugin name ?

    Do you have tried with all plugins except buddypress de-activate to see if it 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
     Radu
    Moderator
    Not marked as solution
    in reply to: Move Search to Top bar #131783
     Radu
    Moderator

    Done please check, it was a mistake in snippet, now the snippet it’s ok i’ve update it.\

    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: Stats shortcode #131781
     Radu
    Moderator

    Ok

    Have a nice week

    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: Ajax Search #131780
     Radu
    Moderator

    Hi,

    Kleo search item it’s not a plugin that you can simply download and upload so no, i recommend you to search in wordpress plugin directory for a such of 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: Remove Forums, Messages, Notifications #131779
     Radu
    Moderator

    Hi,

    Add this function to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function add_custom_css_for_logo(){
        echo "<style>\n";
        echo '
    li#wp-admin-bar-my-account-notifications, li#wp-admin-bar-my-account-forums, li#wp-admin-bar-my-account-messages { display:none; }
    
    ';
        echo "\n</style>";
    }
    add_action( 'admin_print_styles', 'add_custom_css_for_logo' ,90);
    

    Note : Child theme needs to be 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: Move Search to Top bar #131723
     Radu
    Moderator

    Ok, on my localhost it works, provide ftp and admin credentials to take a look

    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: Update – broke theme? #131713
     Radu
    Moderator
    Not marked as solution
    in reply to: Ajax Search #131712
     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: Move Search to Top bar #131711
     Radu
    Moderator

    Hi,

    Make sure you have child theme installed and activated, that’s all

    Let me know

    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 to set facebook login and LIKE facebook fanpage #131702
     Radu
    Moderator
    Not marked as solution
    in reply to: Ajax Search #131701
     Radu
    Moderator

    Hi,

    You can have a ajax search wherever you want using this shortcode in text widget and the search form will be rendered there.

    [kleo_search_form context="members,groups,post,page,forum,product,portfolio"] or this
    [kleo_search_form]

    You can add this on any page or sidebar that you need

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
Viewing 40 posts - 11,561 through 11,600 (of 20,101 total)

Log in with your credentials

Forgot your details?