Forum Replies Created
-
Author
-
NormanParticipant
@sharmstr that good news !
once its out please let me know how to set that up ! appreciate. have a nice one.NormanParticipant.. sorry I just realized that my problem is caused by the top side pop up login.
somehow the redirection from peters login redirect only works for my side widget login.
it looks like kleo’s top menu login needs other adjustments.how can i redirect after kleos top menu login to the 2 language versions of the member activity ?
NormanParticipantyes, i agree.
kleo looks great and even on mobile it looks good, but people don’t like to use it on the mobile.
switching pages takes to long going back in the system doesn’t work so well. open a preview to an article than going back to activity is stressful for this generation of users with no passions.
they like to use simple system like instagram.double click= like
everything in one stream.
adding friends as overlayif you could offer a setting that displays the activity feed similar to instagram it would be awesome. reduced page changes.
NormanParticipanthi laura, sure i tried.
but doesn’t display as two rows on the homepage. it always shows the first entry and than it hides the rest in the “+”
Is there a command to force switch off of menu collapse on mobile devices ?
thx for helpApril 13, 2015 at 21:35 in reply to: Show avatar of user who commented in notification emails ? #54258NormanParticipantApril 13, 2015 at 18:54 in reply to: Show avatar of user who commented in notification emails ? #54222NormanParticipanthttps://www.webhostinghero.com/how-to-change-the-comment-notification-email-in-wordpress/
maybe it is not so easy. if i find a solution i will share it here. this would be such an improvement for buddypress- wondering why this is not a standard feature.
April 13, 2015 at 18:08 in reply to: Show avatar of user who commented in notification emails ? #54210NormanParticipantok
NormanParticipantCOPY CODE/* Add social login to Kleo login modal */ add_action( 'kleo_before_login_form','add_social_to_login_modal' ); function add_social_to_login_modal() { do_action('oa_social_login'); }
NormanParticipantthis is a final information for all KLEO users facing the same issue. If you want to display the ONE ALL SOCIAL LOGIN ICONS in the Kleo Pop Up login screen, you need to:
1. Add this code to your WordPress stylesheet:
.oneall_social_login_providers {
height: 100px;
overflow: hidden;
}2. Add this to your functions.php
/* Add social login to Kleo login modal */
add_action( ‘kleo_before_login_form’,’add_social_to_login_modal’ );
function add_social_to_login_modal() {do_action(‘oa_social_login’);
}
April 11, 2015 at 17:06 in reply to: Login Pop Up window – url redirect after login possible ? #54034NormanParticipant@sharmstr. u kill me 😉 thx
NormanParticipantthanks it works. I couldn’t find the string in WPML string translation yet, but maybe i need to rescan all available strings. Thanks again.
NormanParticipantthx @shrmstr,
what kind of code do i have to place, if i simply want to add a line of text under the username field like
” no spaces in usernames allowed ”
and still keep the WPML multi language usability- should be able to translate this string or is this not possible.NormanParticipantNormanParticipantah ok !! i see !!! will contact them and share an update on this ! thanks @sharmstr.
NormanParticipantI know but I can’t teach all users to do that.
I am wondering: when I do the same on your Kleo Demo site, I mean when I enter a video url on your site, this preview window does not show up.So there is no need to click it away with the “X”
How can I achieve the same setting ? If you are also using rtMedia, than there must be a setting or something.NormanParticipantthx sharmstr, but are you not also using rtMedia on your site ?
– rtMedia just told me they are working on playable youtube videos. well than this means that Kleo is not using rtMedia I guess. I only want to clearify this. Because than my issue with not being able to display soundcloud urls is also related to that.
NormanParticipantit is some kind of problem related to duplicates caused by WPML and their media plugin.
i switched off all my plugins and again on, finally i can see the last 2 months media in the media library, but with WPML’s plugins on i can’t see new uploads. the library is not refreshing and showing new media. i close this because it is 100000% not related to KLEO. sorry.April 2, 2015 at 17:02 in reply to: member caroussel display in 150 px instead of thumb resolution, pagebuilder #52856NormanParticipantMarch 27, 2015 at 22:13 in reply to: how to add a picture on the top of the register.php page ? #51900NormanParticipantoh damn fixed it ‘ was wrong
March 27, 2015 at 22:11 in reply to: how to add a picture on the top of the register.php page ? #51899NormanParticipantthis is the picture I want to show:
echo "<img src=‚http://www.kawaii.com/registerblackandwhite.gif‘ />";
I am confused about the do shortcode ?
March 27, 2015 at 22:09 in reply to: how to add a picture on the top of the register.php page ? #51898NormanParticipantmmmh doesn’t work.
March 27, 2015 at 21:53 in reply to: how to add a picture on the top of the register.php page ? #51895NormanParticipanti’ll try. thx !!@sharmstr
March 27, 2015 at 21:52 in reply to: how to add a picture on the top of the register.php page ? #51894NormanParticipantecho '<img src="http://mywebsite.com/mytheme/wp-content/themes/my theme/_images/project3image1.jpg">';
March 27, 2015 at 21:45 in reply to: how to add a picture on the top of the register.php page ? #51891NormanParticipantok. so this line is enough to integrate the picture no additional parts from yesterdays code ?
March 27, 2015 at 21:39 in reply to: how to add a picture on the top of the register.php page ? #51889NormanParticipantecho "<img src='pathtoyourimage' />";
March 27, 2015 at 21:38 in reply to: how to add a picture on the top of the register.php page ? #51888NormanParticipantif I only use this on the top of the register page, do i not have to set dimensions ? is this code enough.
because I really only need to place the picture nothing else ( the picture is not from a database).echo ““;
March 27, 2015 at 15:14 in reply to: showing Login widget on register page before register form #51816NormanParticipantThanks @sharmstr
NormanParticipantsomething like this in style.css to remove the total member count ?
li#members-all {
display: none;
}NormanParticipantif i keep on using the standard members page ,
is it possible1.) to hide the display of the total amount of members ?
( I don’t have a lot of members,so this is not good for me)2.) to have an option to show members in a random order aswell ?
before I made 2 pages and set the display on random order, so people where jumping from one page to the
other and would always see new members. but since i used the shortcode for it and the shortcode
doesnt work I need a new solution3.) when displaying the members list the control element with the small page numbers and the arrows are
really not usable, because they are super small and one has to exactly click on the font. is there another option to navigate ?. but again the best would be for me if I could have a shortcode that displays them members list without animation
NormanParticipantAbe I discovered that when I am opening the members page directly the code works
So under this page is works http://www.kawaii.com/members/
And the good thing is: is also does not crash my smartphone load anymore, so I will link to this page for now. I am only wondering why my other page is not updating the class code.
I am using this shortcode on my friends finder page. Do you think this can be the reason for my problem ?[kleo_bp_members_masonry type="random" number="210" rounded="rounded" online="noshow"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]
Can I also call or insert the members list with an other unanimated code ?
Thx for helpNormanParticipant@Abe , although i deleted all caches, I still think this is CDN problem or an update problem.
( I also edited the members loop file in the main theme to test it and deleted all caches and even than I couldn’t see the effect- the class was still in the members grid). I think the best is maybe to just wait a couple of hours. Your code must work. But I don’t really get this. I will keep you posted. Thank you Abe
this is the page by the way http://www.kawaii.com/findfriends/
-
AuthorPosts