giorgosnl
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Widgets] Music Player errorSame issue here
Forum: Plugins
In reply to: [BuddyPress Activity Plus] add pagespeed_no_defer attributeI have tested this and the behaviour is still the same. (activity input field area wont load) As pagespeed service from google is still in beta I will avoid to use the defer javascript rule as it is quite a high risk rewriter:
This filter is considered high risk. JavaScript whose logic depends on the state of the DOM may behave differently when Defer JavaScript is turned on.
https://developers.google.com/speed/pagespeed/service/DeferJavaScript
Also other plugins besides Activity plus wont work correctly when defer javascript rule is enabled. e.g BP-gallery plugin can not remove images when the rule is enabled.
So guys for the moment I appreciate your efforts, but I don’t wont to put you in more trouble on troubleshooting this.
Lets wait till pagespeed service is out of beta. And also it might be another plugin that interferes..
Forum: Plugins
In reply to: [BuddyPress Activity Plus] add pagespeed_no_defer attributeThanks Jack for taking the effort to check.!! I will give it a try.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] add pagespeed_no_defer attributeThanks arohmann for pointing this. It didn’t work either. script still not excluded from defer. the step where the return code is might be incorrect.
this is the source of a script that gets the no-defer tag
<script type="text/javascript" pagespeed_no_defer="">pagespeed.lazyLoadImages.overrideAttributeFunctions();</script>
and this is what I get from activity plus:
<script pagespeed_orig_type='text/javascript' src='https://p-1-ps.googleusercontent.com/h/wp-content/plugins/buddypress-activity-plus/js/bpfb_interface.js,qver=3.6.pagespeed.jm.qD8nvQV14O.js' defer='no_defer' type="text/psajs" orig_index="12"></script>
I will keep looking…
Forum: Plugins
In reply to: [BuddyPress Activity Plus] add pagespeed_no_defer attributeThanks Mike for your response,but unfortunately it wont work. I add the function below to the themes functions.php file but still don’t work. (note I want “no_defer” and not “defer “as the solution above is about)
function add_pagespeed_no_defer_to_activity_plus( $url ) { if ( FALSE === strpos( $url, 'buddypress-activity-plus' ) or FALSE === strpos( $url, '.js' ) ) { // not our file return $url; } // Must be a ', not "! return "$url' defer='no_defer"; } add_filter( 'clean_url', 'add_pagespeed_no_defer_to_activity_plus', 11, 1 );
Forum: Plugins
In reply to: [Yoast SEO] latest update causes W3TC to stop cachingI confirm that. WP Super cache stopped caching.
Debug info:
08:46:57 / Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text ‘ob_start’ in the files of your plugins directory.
08:46:57 / No closing html tag. Not caching.No that I know. I will retry again on a test site and let you know. Thanks for checking.
define(‘DB_HOST’, ‘mysql.mydomainname.net’);
Thanks Caspar, At the moment I stick to the working 2.1.17 version till I sort out the mysql error below. The memory issue was due to trying to backup a directory with gigs of its own backwpup backup files.
[01-Mar-2013 21:35:53] 1. Try for database dump … [01-Mar-2013 21:35:53] WARNING: mysqli::mysqli() [mysqli.mysqli]: (HY000/2002): Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:53] ERROR: Can not connect to MySQL Database 2002: Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:54] 2. Try for database dump … [01-Mar-2013 21:35:54] WARNING: mysqli::mysqli() [mysqli.mysqli]: (HY000/2002): Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:54] ERROR: Can not connect to MySQL Database 2002: Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:55] 3. Try for database dump … [01-Mar-2013 21:35:55] WARNING: mysqli::mysqli() [mysqli.mysqli]: (HY000/2002): Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:55] ERROR: Can not connect to MySQL Database 2002: Can't connect to local MySQL server through socket '/No-MySQL-hostname-was-specified' (2) [01-Mar-2013 21:35:56] 1. Trying to make a list of folders to back up … [01-Mar-2013 21:35:56 UTC] WordPress database error Incorrect database name '' for query SHOW TABLES FROM <code></code> made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, apply_filters('request'), call_user_func_array, BackWPup_FrontEnd->request, BackWPup_Job::start_http, BackWPup_Job->run, call_user_func, BackWPup_JobType_File->job_run, BackWPup_JobType_File->get_exclude_dirs, BackWPup_Option::get, BackWPup_Option::defaults_job, BackWPup_JobType_DBDump->option_defaults, m_wpdb->query [01-Mar-2013 21:35:56 UTC] WordPress database error Incorrect database name '' for query SHOW TABLES FROM <code></code> made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, apply_filters('request'), call_user_func_array, BackWPup_FrontEnd->request, BackWPup_Job::start_http, BackWPup_Job->run, call_user_func, BackWPup_JobType_File->job_run, BackWPup_JobType_File->get_exclude_dirs, BackWPup_Option::get, BackWPup_Option::defaults_job, BackWPup_JobType_DBDump->option_defaults, m_wpdb->query
Indeed I have changed my database name lately but that doesn’t seem to bother the 2.1.17 release as it works fine. 3.0.3 must check something differently and obviously doesn’t like it.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Problem in scrapper optionNo solution for the moment. Skyscraper doesn’t seem to work at all.
Forum: Plugins
In reply to: [WP Super Cache] Enable compression on Cloudfront CDN origin pullstrange, when I use ismyblogworking.com I get
Bandwidth saved by compression: 78.1%
I will try minify to see if that helps. I just noticed the files are CSS and JS
Forum: Plugins
In reply to: [WP Super Cache] Enable compression on Cloudfront CDN origin pullCorrection, Not applied only to CDN served files. If I disable CDN google site speed test still recommends to use compression.
Compressing the following resources with gzip could reduce their transfer size by 772.4KiB (71% reduction).
Hi 83 Oranges, Appreciate you offer. Indeed the the1path’s solution helped but not the one posted here. on another post this one helped.
.bpfb_images a { display: inline-block; float: left; margin: 0 15px 15px 0; }
Still need to remove the
<br>
tags that pushes the images down for a complete fix, but dont know yet where they are.83 Oranges .com, Unfortunately your fix for the vertical activity plus images didn’t work for me.
I follow exactly your steps but then the thumbnails disappeared and the images kept showing in vertical position.Here is the link to my site. I hope you can help on this issue
https://www.iphoneblogger.netForum: Plugins
In reply to: [CDN Linker lite] [Plugin: CDN Linker lite] CDN linker and buddypress supportAlso multisite wont work ??