Forum Replies Created
-
Author
-
NormanParticipant
-the location is ok. see screen shots.
Attachments:
You must be logged in to view attached files.NormanParticipantI @Abe,
thanks I really hoped for a solution like that. Appreciate.
I did like you said but the animation is still there.
I also deleted my browser cache, my super cache cache and my CDN cache.Any idea ?
NormanParticipantafter trying some things I recommend this plugin:
https://wordpress.org/plugins/user-shortcodes/
after installing the plugin you can easily use
6 shortcodes:[currentuser_username]
Display the current user name
[currentuser_useremail]
Display the current user email
[currentuser_displayname]
Display the current user display name
[currentuser_firstname]
Display the current user first name
[currentuser_lastname]
Display the current user last name
[currentuser_id]NormanParticipant@Abe , Hi Abe i tried a lot of things but I couldn’t switch off the masonry effect.
I always had other problems.
Since it works on a desktop computer I started thinking that it is a performance problem of smartphones.
Because I am displaying 80 members on one page.
However I keep on trying.
But if there is any chance that you can guys can offer a simple solution for displaying a non animated very simple members loop page that would be great.NormanParticipant.. i still have a big problem, because all smart phones are having a problem when they have to show
the page with my mansonry members list. – they can’t load the page- finally nothing is displayed and it says there is a problem with the page. on desktop computer however it works fine.NormanParticipantthis picture is better, sorry
Attachments:
You must be logged in to view attached files.NormanParticipant@Radu sorry to bother again but also on my smartphone my add friends page always has a problem. it says there is a problem with the page and than the page reloads. i am displaying 100 members. if i don’t touch it look ok for a moment if i scroll down it happens again.
on this page is only a search field and than the kleo members list with add friend and follow option.
i also think that this can be a problem for the database connection.
i know you gave me that code- but it didn’t work for me. Is there really no other option to list buddypress friends in a simple way without animation ?NormanParticipant@sharmstr i see. i just found it under the settings. is there a way to get rid of the ORDER tab in the main menu and exchange it for MyAccount (woocommerce) . getting the user address is an important step under the settings tab it is too much hidden in my opinion and showing ORDER HISTORY is not so important for me.
NormanParticipantHi i finally found my cover problem ! for some reasons the plugin didn’t auto install.
if you have the same issue please load the plugin from this link: kleo/lib/inc/buddypress-cover-photo.zipNormanParticipanti had to take the script off- it breaks my buddypress somehow. says problem with page, need to reload, than it reloads,problem again ..
is there a more simple way to show, add and follow friends from the library ?NormanParticipantRadu thanks for the help so in the end I should have this correct ?
/kleo-child/buddypress/members/members-loop.php
NormanParticipant@sharmstr – i confirm your code works
i had to also reset the CDN cache on my server- not only in wordpress.
thank you !
NormanParticipanti used it like this: (no
)
.woocommerce span.new-badge,
.woocommerce-page span.new-badge {
background: #ff00b4;
color: #fff;
}
NormanParticipantIs it working properly with KLEO already ?
I had a problem to upload into the cover picture and also the Kleo Avatar is round and not dissapearing when the square one is visible. Would be great if you could upload a screenshot of your member profile with cover to see how it looks ! I also really want this plugin to work.
thxJanuary 14, 2015 at 14:13 in reply to: upload attached picture in buddypress profile activity doesn't work #42018NormanParticipantAbe important rtMedia fixed the bug !!
you have to add this code to the themes function.php ( i tested it, it works !)
COPY CODEfunction rtmedia_modify_upload_params_upload_url( $params ){ if( class_exists( 'BuddyPress' ) && bp_displayed_user_id() && bp_is_activity_component() ) { $params['url'] = '/' . bp_get_activity_root_slug() . '/upload/'; } return $params; } add_filter( 'rtmedia_modify_upload_params','rtmedia_modify_upload_params_upload_url', 10, 1 );
NormanParticipant@Abe
Hi Abe finally I found out that, if either the BuddyPress Multilingual or Woocommerce plugin is enabled, the picture attachment upload doesn’t work.Can you do me a favor and tell me if you can upload on your site in the profile page into the activity stream a message PLUS picture attachment with woocommerce or buddypress multilingual switched on ? would be great. I also tried to do the same on the official kleo theme demo website and overthere i experienced the same problem. I could attach a picture in the main members activity but on the members profile page and also in forums it would always kill the picture and only show the text.
thx for help. this is really important for me.
NormanParticipantI deinstalled hashbuddy, deleted all cache and scanned all articles with hashtagger again.
I also set the tag base to hashtagso all my hashtag files are here http://www.domainname.com/hashtag/nameofthehashtag
( but it is impossible to show also activity post in this tag archieve, but in the activity feeds all hashtags are turned into links by hashtagger to the archieve -and that is really great )
NormanParticipantI still can’t fix the problem. Is it possible that rtMedia only allows picture attchments to upload into the one main activity only ? I switched off all plugins, still not working. In the members activity it is no problem. Or a permission problem ? Please help.
NormanParticipantI also checked in the Media library . If I attach a picture on a member profile page ( activity tab) it is not uploaded to the media library. I disabled plugins but it is still not working.
NormanParticipant@Catalin I fixed it, i turned out that when I edit the functions.php via my ftp editor it is changing
‘ in to ` that was all the problem.
But it is strange that I can’t reorder the MEDIA from rtmedia, everything else works great.
I used this ( in case someone needs it ) put it in your child functions.php
function mb_profile_menu_tabs(){
global $bp;
$bp->bp_nav[‘notifications’][‘position’] = 110;
$bp->bp_nav[‘articles’][‘position’] = 22;
$bp->bp_nav[‘media’][‘position’] = 14;
}
add_action(‘bp_setup_nav’, ‘mb_profile_menu_tabs’, 201);NormanParticipant@Catalin Hi Catalin I am trying to achieve the same as maxrevz but it is also not working for me. I also used the code you linked to http://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/
but it has no effect.I inserted in the functions.php in my childtheme. Do I have to make a plugin folder for the functions.php in the child theme ?
NormanParticipantok. fixed it ! thx again. the plugin is really good . I recommend it to everyone who is looking for a hashtag system in KLEO
NormanParticipantMmmh weird, my TAG ARCHIVE pages are all empty.
( I also believe the plugin works, but I don’t know what the problem is. Will share if I find something )
NormanParticipantyes but at least people will not get dissapointed, because when they click they will see all articles for this hashtag instead of a error page.
it is not perfect but a big improvementNormanParticipantsharmstr is there a way of linking in the permalink
instead of /tag/
to something like /?s=%hashtag%
wouldn’t that solve it ? since in the end is always to end here: http://www.domain.com/?s=hashtag
NormanParticipantI see,
in my case:
– after writing a new post in the activity feed I have to refresh the page to make the new hashtags work
– only hashtag that are used in previous article turn into hashtags with link to the permalink with
/tag/
but it works– yes the only problem is that the article archieve is using ?s= instead of /tag/
for example the articles for the tag #lifeisgood are here
http://www.domain.com/?s=lifeisgoodnot reachable with
http://www.domain.com/tag/lifeisgoodi will contact the plugin owner. thx @sharmstr
NormanParticipant@sharmtr about hashtagger etc.
All my users are writing update messages in the activity feed, and because they are used to twitter and facebook etc. they automatically get frustrated because they add hashtag keywords and those only link to activity actions, in my case a 404 page shows up.
hasgtagger also offers a regeneration option, it basically scans all content and if it finds a hashtag it activates it- in my case not all hashtags where activated.
for example in one post #word1 #word2 only #word2 was turned into a functional hash tag.If it doesn’t work with activities that would be a bummer, because basically the plugin seems to be really great.
-
AuthorPosts