-
Author
Tagged: buddypress-like
-
January 15, 2015 at 03:08 #42122valuserParticipant
It appears BuddyPress Like is all thats out there for “liking” in Buddypress at the moment.
Appreciate that this is a complex (almost never ending) thing to complete.
Buddypress Like has had its problems and limitations but v.0.1.8 appeared to work well with Kleo.
However
the current v.0.1.9 doesn’t work well with Kleo.
When you get some time (???????) it would be great if you had a look.
i have notified the author as well on the wp forum.
January 15, 2015 at 04:39 #42137sharmstrModeratorWhat exactly is the problem?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 15, 2015 at 05:19 #42155sharmstrModeratorSo, I used this plugin for awhile about a year ago or so. I had to fix several jQuery issues in order for it to work, so I do have some experience with it.
Anyhow I just installed it on my test site and it seemed to work. But after navigating away from the activity page, then going back to the activity page, the activity stream wouldn’t load. So that tells me that if there something that was “liked” on the page, it breaks the page.
Turns out that the activity feed is actually there, you just can’t see it because his script is throwing an error. When a page throws a jQuery error, it stops processing the rest of the jQuery code that the page might need. The code its not processing is the Kleo code that sets the opacity of the feed from 0 to whatever is supposed to be. If I fix that bit of css (set the opacity manually), I can see the feed.
So, the error that its throwing is
“Uncaught TypeError: undefined is not a function.” I had to unminify his jQuery to see what bit of code had the issue and its this “jQuery(#dialog”).dialog({” on line 42
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 15, 2015 at 05:51 #42161sharmstrModeratorFor whatever reason (he meant to do it or it was an accident) he removed the line that loads jquery-ui-dialog. I added it back and it appears to have fixed the issue.
Open up /buddypress-like/includes/scripts.php and add the following around line 18, just below the enqueue bplike-jquery line.
COPY CODEwp_enqueue_script('jquery-ui-dialog');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 15, 2015 at 12:08 #42170valuserParticipantMany thanks.
Support at Kleo is beyond the call of duty!
Thanks
January 18, 2015 at 20:03 #42548sharmstrModeratorI just noticed it breaks the sticky menu. No fix yet.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 18, 2015 at 20:17 #42549sharmstrModeratorOkay, change the following in /buddypress-like/includes/scripts.php
COPY CODEadd_action( 'get_header' , 'bp_like_insert_head' );
to
COPY CODEadd_action( 'get_footer' , 'bp_like_insert_head' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 01:39 #42572sharmstrModeratorAnother heads up. This is still an issue, but I reported it while he was talking a year off: https://wordpress.org/support/topic/multiple-instances-of-ajax-call-triggered?replies=12
Anyhow, think of how many processes this thing will spawn. Crazy. I just tested my fix and it works. I suggest you do the same.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 01:43 #42574valuserParticipantdone & thanks!
fyi – am not a coder but excellent at following instructions, copy and pasting, & trying things out etc.April 8, 2015 at 10:07 #53650sermsakParticipantHello.
What is The conclusion of this plugin ?
We can take it on Kleo without the issue or not ?
Because it is very important thing, for Dating site to have this feature.
Please recommend. Thank youApril 8, 2015 at 13:29 #53658sharmstrModeratorWorks for me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.