Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Try to put both elements separate by comma like this
COPY CODE<script> jQuery( document ).ready(function() { (function(jQuery){ jQuery('#text-11,#text-12,text-13').affix({ offset: { top: 600, bottom: 0, } }); }) ( jQuery ); }); </script>
Or copy and paste again the snippet and specify another element id
COPY CODE<script> jQuery( document ).ready(function() { (function(jQuery){ jQuery('#mysuperdiv').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 solutionRadu
ModeratorTry with this
COPY CODEfunction custom_redirect_link_facebook_login(){ global $post; $reloadcurrentpage = get_permalink(); return $reloadcurrentpage; } add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');
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 solutionRadu
ModeratorHi,
By loading this css to your site it will looks like good format picture
COPY CODE.activity li.blogs.new_blog_post .activity-content .activity-inner p img { display: none; }
The css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
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 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
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,
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
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 solutionRadu
ModeratorHi,
try with this code
COPY CODEjQuery( document ).ready(function() { (function(jQuery){ jQuery('#text-11').affix({ offset: { top: 600, bottom: 0, } }); }) ( jQuery ); });
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorUse this css
COPY CODEbody.bbpress.single.single-forum .template-page article .article-media { display: none !important; }
the css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorREplace that css-s with those
COPY CODE.bp-login-widget-user-avatar { border-radius: 0; border: 5px solid #ddd; } #buddypress .rounded, .buddypress .rounded { border-radius: 0 !important; }
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,
use this css
COPY CODEbody.directory.members #buddypress #members-list span.update { display: none !important; } #item-header-content #latest-update { display: none; }
the css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try with this code
COPY CODEfunction custom_redirect_link_facebook_login(){ global $post; $reloadcurrentpage = get_permalink( $post->ID ); return $reloadcurrentpage; } add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css to your site
COPY CODEinput[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button { -webkit-appearance: scrollbarbutton-up !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAre you referring to limit the image width and height ?
If yes add this
COPY CODE.sidebar .news-thumb img { width:75px; height:75px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor the logo thing use this CSS
COPY CODE@media screen and (max-width: 480px) { img#logo_img { height: 90px; } }
CSS will be added to wp-admin -> theme options -> general settings -> quick css
For the widgets on mobile try this plugin : https://wordpress.org/plugins/hide-widgets/ it looks ok for you need
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 7, 2016 at 17:41 in reply to: Slider Revolution main background images ideal size settings #135278Radu
ModeratorHi,
I saw in your child theme that you have a value that limits the header height but with this property the slider on scroll down then top will looks ok
COPY CODE.header-two-rows #header .sticky-wrapper { height: 190px !important; }
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 should this kind of code in wp-admin -> theme options -> general settings -> javascript code
COPY CODE(function($){ $('#text-16').affix({ offset: { top: 600, bottom: 0 } }); })( jQuery ); </script>
and instead of text-16 you should add the div id of the element that you want to float.
In the below screenshot you will see how you can find the elemnts id using google chrome inspector
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 6, 2016 at 18:33 in reply to: After update to Kleo 4.1.3 Members page not display member #135149Radu
ModeratorHi,
They are fake members right ?
Try to use this function
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }
But if you have 2 millions users it will take a while… to process this
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,
COPY CODEStatus: TLS connection established. Command: USER kleo@sharemit.net Response: 331 User kleo@sharemit.net OK. Password required Command: PASS ****************** Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server
If you install now kleo 4.0.8 instead the current version you have a single menu right ? you can find an older theme version in themeforest package, if you will install an older theme leave it to can test something with old version
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
ModeratorThe facebook login it behaves like that because maybe the user will complete the profile fields and other informations
You can try this function…
COPY CODEfunction custom_redirect_link_facebook_login(){ global $post; $reloadcurrentpage = get_permalink( $post->ID ); return $reloadcurrentpage; } add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login', $user_ID);
PS : I haven’t tested, 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
ModeratorUse this css
COPY CODE.bp-login-widget-user-avatar { border-radius: 0; border: 0; } #item-header > #item-header-avatar { border: 0; }
The second rule will remove the border for the user profile pic
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2016 at 13:23 in reply to: Problem With buddypress member search (Multi Select Box) #135089Radu
ModeratorHi,
YEs, there was a CSS problem, add this css to quick css area
COPY CODEul.multiselect-container.dropdown-menu { overflow-y: scroll; max-height: 250px; }
CSs will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 6, 2016 at 13:23 in reply to: Problem With buddypress member search (Multi Select Box) #135088Radu
ModeratorHi,
YEs, there was a CSS problem, add this css to quick css area
COPY CODEul.multiselect-container.dropdown-menu { overflow-y: scroll; max-height: 250px; }
CSs will be added to wp-admin -> theme options -> general settings -> quick css
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,
If the images are small like those in the sidebar i recommend you around 100x100px,
You can remove the “circle overlay” with this css
COPY CODE.sidebar .news-thumb img { border-radius: 0 !important; }
that should be added to wp-admin -> theme options ->general settings -> quick 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 -
AuthorPosts