Forum Replies Created
-
Author
-
Radu
ModeratorSure, with this css
COPY CODEli.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 solutionSeptember 9, 2016 at 18:36 in reply to: can not update Revolution Slider and Visual Composer #135619Radu
ModeratorNot marked as solutionRadu
ModeratorFrom 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 solutionSeptember 9, 2016 at 18:17 in reply to: shortcode in title bar not working in Buddypress pages #135615Radu
ModeratorI 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 solutionRadu
ModeratorAdd 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 solutionRadu
ModeratorAdd 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorI 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 solutionRadu
ModeratorTry 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
Ok try this instead
COPY CODEfunction 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionSeptember 8, 2016 at 20:52 in reply to: shortcode in title bar not working in Buddypress pages #135523Radu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorOK 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 solutionSeptember 8, 2016 at 19:44 in reply to: After update to Kleo 4.1.3 Members page not display member #135493Radu
ModeratorComment 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 solutionSeptember 8, 2016 at 19:43 in reply to: How do you change the text in the Kleo Register element? #135492Radu
ModeratorGreat
Have a nice weekCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorGreat
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 solutionRadu
ModeratorHi,
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 solutionSeptember 8, 2016 at 19:11 in reply to: Youtube video in Revolution Slider does not autoplay in mobile device #135470Radu
ModeratorIt’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 -
AuthorPosts