Forum Replies Created

Viewing 40 posts - 10,801 through 10,840 (of 20,101 total)
  • Author
  • in reply to: AVATAR – SQUARE/CIRCLE #135620
     Radu
    Moderator

    Sure, with this css

    COPY CODE
    
    li.kleo-user_avatar-nav a img { border:2px solid #ddd;}
    

    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: can not update Revolution Slider and Visual Composer #135619
     Radu
    Moderator
    Not marked as solution
    in reply to: Conflict with Piklist #135618
     Radu
    Moderator

    From the console errors, I don’t think it’s a kleo pop-up conflict, the plugin that you are using it for the forms doens’t have any options in the pannel regarding the load js ?

    If not please provide credentials to take a closer look

    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: shortcode in title bar not working in Buddypress pages #135615
     Radu
    Moderator

    I haven’t hear about that plugin until now, anyway try to install BuddyPress Multilingual : https://wordpress.org/plugins/buddypress-multilingual/

    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: Submit button on forums all the way to right #135614
     Radu
    Moderator

    Add also this css

    COPY CODE
    
    .bbp-submit-wrapper {
        float: left !important;
    }
    

    the CSS will be added to wp-admin -> theme options -> general settings- > quick css

    Let me know

    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: Submit button on forums all the way to right #135613
     Radu
    Moderator

    Add also this css

    COPY CODE
    
    .bbp-submit-wrapper {
        float: left !important;
    }
    

    the CSS will be added to wp-admin -> theme options -> general settings- > quick css

    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 nav items and text screens #135612
     Radu
    Moderator

    Hi,

    You can modify these by using translation method but you will change the strings names

    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    With this css you can remove that hr line

    COPY CODE
    
    .profile-edit .profile .hr-title.hr-full.hr-double {
        display: none !important;
    }
    

    the CSS will be added to wp-admin -> theme options -> general settings- > quick css

    Cheers

    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: YouTube #135611
     Radu
    Moderator
    Not marked as solution
    in reply to: Large gap between menu and sub-menu #135610
     Radu
    Moderator
    Not marked as solution
    in reply to: profile fields #135609
     Radu
    Moderator

    I don’t understand our demo’s runs with build in features without theme core modifications, can yo please provide a screenshot that shows what you are talking please ?

    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: Request your help please team :) #135608
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity stream shortcode #135604
     Radu
    Moderator

    Try to decrease the TOP value from the JS code and also remove the 1,2,3,4,5,6,7 Also try to add this additional css to have a better control increase or decrease the top value you should play with those settings to achive what you need:

    COPY CODE
    
        #text-11.affix {
            top: 100px !important;
            background: #fafafa;
            padding: 20px;
            width: 320px;
        }
    

    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 Button #135603
     Radu
    Moderator
    Not marked as solution
    in reply to: Functions.php in Child-theme issues. #135601
     Radu
    Moderator
    Not marked as solution
    in reply to: translate and avatar issues #135600
     Radu
    Moderator

    Hi,

    The visibility message now it’s translatable there was a wired issue in next update this will be fixed

    Please provide to me a screenshot where i can see the comment string that cannot be translated also the url to the page will be useful

    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 of profile tab translation #135593
     Radu
    Moderator

    Hi,

    Problem fixed it seems that there was a string hardcoded

    Cheeers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Video background on the front page #135592
     Radu
    Moderator

    Hi,

    Take a look at this screenshot please :

    It seems that the chat problem it’s caused by the plugin itself I’ve de-activated the sweetdate theme and I’ve activated a default wp theme and same error occurs.

    If you have debugg on from wp config set to be false to de-activate it then check if the recpatcha notice disappears

    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: Facebook Registration redirect to original page #135591
     Radu
    Moderator

    Hi,

    Ok try this instead

    COPY CODE
    
    function custom_redirect_link_facebook_login(){
        global $wp;
    	$current_url = home_url(add_query_arg(array(),$wp->request));
        return $current_url;
    }
    
    add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');
    
     
    
    

    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: Can not logout #135525
     Radu
    Moderator

    Hi,

    This error it’s not related to our theme it’s from wp

    If you de-activate all plugins except BuddyPress and also the child theme 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
    in reply to: Masonry grid image not resizing #135524
     Radu
    Moderator

    Hi,

    After you have selected your desired size install and run this plugin : https://wordpress.org/plugins/regenerate-thumbnails/

    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: shortcode in title bar not working in Buddypress pages #135523
     Radu
    Moderator

    Hi,

    If you are using WPML install this plugin and translate agian : https://wordpress.org/plugins/buddypress-multilingual/

    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: Large gap between menu and sub-menu #135521
     Radu
    Moderator
    Not marked as solution
    in reply to: profile nav items and text screens #135520
     Radu
    Moderator

    Hi,

    You can hide the orders tab from wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* -> OFF

    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: Post and Page exerpt in activity feed #135519
     Radu
    Moderator

    Hi,

    How can i see live example of that behaviour ? provide link and some credentials to take a closer look

    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 Button #135496
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity stream shortcode #135494
     Radu
    Moderator

    OK try with script tags

    COPY CODE
    
    <script>
    
    jQuery( document ).ready(function() {
    	(function(jQuery){
    	        jQuery('#text-11').affix({
    	          offset: {
    	            top: 600,
    	            bottom: 0,
    	          }
    	        });
    	    })
    	( jQuery );
    });
    
    </script>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
     Radu
    Moderator

    Comment with two slasshes // the add action the function will not be runed by the action

    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 you change the text in the Kleo Register element? #135492
     Radu
    Moderator

    Great
    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: got a neat issue with icons for forum #135491
     Radu
    Moderator

    Hi,

    Great

    Depends on, who’s available

    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: google map error #135487
     Radu
    Moderator

    Hi,

    Solution here , please follow it : https://wordpress.org/support/topic/google-maps-error/

    Cheer
    sR.

    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: Member page template full width #135485
     Radu
    Moderator

    Hi,

    Please add a fullwidth background.. to simulate situation when the clicking on members doesn’t works and leave it like that to can investigate

    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: After update Kleo can not open option. #135483
     Radu
    Moderator

    Great

    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: Cannot see group options in desktop browser #135482
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile Button #135481
     Radu
    Moderator
    Not marked as solution
    in reply to: YouTube #135480
     Radu
    Moderator
    Not marked as solution
    in reply to: Customize Profile Icons & Media Section #135479
     Radu
    Moderator
    Not marked as solution
    in reply to: Removing certain fields #135475
     Radu
    Moderator
    Not marked as solution
    in reply to: Demo #135474
     Radu
    Moderator

    Hi,

    You can import the demos from wp-admin -> appearance -> kleo demo data… but most of images will be replaced by placeholders because those are not included in theme demo pack.You can choose all from main demo… that option will import every page that we have it for demo propose but you should adapt it for what you need.

    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: Request your help please team :) #135473
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    It’s true

    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 - 10,801 through 10,840 (of 20,101 total)

Log in with your credentials

Forgot your details?