Kparth3000
Forum Replies Created
-
I do agree with you, and I am always open to a better option(s). All the same, thanks for the script.
I can’t specify pages because it occurs randomly, and so maybe auto-purge the whole website on log-0ff?
And is it also possible not to show logged-in users cached pages?
Best
Please let me know if you got the report because the system logs off when I click send the report.
Here it is: SWKWFGWX
Thanks
Forum: Plugins
In reply to: [WP YouTube Lyte] When we tried to disable wpyoutubelyteThe error that is preventing the thumbnail from showing up, in the activity page, seem to be related to ly not being defined in autoptimize.
I have added lyte-min.js, lyte.js to the JS comma-separated exclusion list, but it does not seem to solve the problem, even when the “Also aggregate inline JS?” is set to off.
Would appreciate any help?
Thanks again
Forum: Plugins
In reply to: [WP YouTube Lyte] Wp YouTube Lyte For BuddypressEverything works beautifully. Thanks for the tip.
I highly recommended this plugin if you want your YouTube videos to load faster.
Forum: Plugins
In reply to: [WP YouTube Lyte] Wp YouTube Lyte For BuddypressOkay. Thanks all the same. And yes, this is the rest of the script:
jq(“#content li.load-more”).removeClass(‘loading’);
jq.cookie( ‘bp-activity-oldestpage’, oldest_page, {
path: ‘/’
} );
jq(“#content ul.activity-list”).append(response.contents);target.parent().hide();
}, ‘json’ );return false;
}
});Forum: Plugins
In reply to: [WP YouTube Lyte] Wp YouTube Lyte For BuddypressI tried hooking it up to this but it is still not working:
/* Load more updates at the end of the page */
if ( target.parent().hasClass(‘load-more’) ) {
if ( bp_ajax_request ) {
bp_ajax_request.abort();
}jq(‘#buddypress li.load-more’).addClass(‘loading’);
if ( null === jq.cookie(‘bp-activity-oldestpage’) ) {
jq.cookie(‘bp-activity-oldestpage’, 1, {
path: ‘/’,
secure: ( ‘https:’ === window.location.protocol )
} );
}oldest_page = ( jq.cookie(‘bp-activity-oldestpage’) * 1 ) + 1;
just_posted = [];jq(‘.activity-list li.just-posted’).each( function(){
just_posted.push( jq(this).attr(‘id’).replace( ‘activity-‘,” ) );
});load_more_args = {
action: ‘activity_get_older_updates’,
‘cookie’: bp_get_cookies(),
‘page’: oldest_page,
‘exclude_just_posted’: just_posted.join(‘,’)
};load_more_search = bp_get_querystring(‘s’);
if ( load_more_search ) {
load_more_args.search_terms = load_more_search;
}bp_ajax_request = jq.post( ajaxurl, load_more_args,
function(response)
{
ly.te()Forum: Plugins
In reply to: [WP YouTube Lyte] Wp YouTube Lyte For BuddypressI just noticed something else. When I scroll down to the point where the content has to “Load more,” youtube videos go blank, and will not play. You can see it for yourself here:
https://www.efor-real.com/activity/
Here is also a screen capture:
https://prnt.sc/qa15fdThanks again
Forum: Plugins
In reply to: [WP YouTube Lyte] Wp YouTube Lyte For BuddypressIt worked. Thank you very much
Activity Reactions For Buddypress is a great plugin. But, please, is there a way to remove the control that it has on the BuddyPress “favorite”? I want to be able to use the BuddyPress favorite as it is. Thanks
By the way, I am using the kleo theme
It can also be just the name of the source website
Thanks for the quick response. I meant If I can also put the URL, for the source website, on the image in form of a graphic. Thanks again
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Activity Plus Breaks My activity PageNever Mind, Figured It Out. Thanks again for the awesome plugin