-
imjscn posted on the forum topic Speeding up buddypress in the group How-To and Troubleshooting: 13 years, 8 months ago
@tim , yes , if you don’t need to use original js/css, then, you don’t need to register them back
function my_jscss_remover() { wp_deregister_script( 'the-handle-name' ); //and others; } add_action( 'after_setup_theme', 'my_jscss_remover' );
You can find the “the-handle-name” in the plugin’s files at the line when it load the js/css, it normally…[Read more] -
imjscn posted on the forum topic Speeding up buddypress in the group How-To and Troubleshooting: 13 years, 8 months ago
@gregfielding , yes, it helps. The parallel loading has to be done with cookie free domain– the http://domain.com should not install any dynamic stuff so that it won’t pass cookie to all subdomain. If wp installed on top level domain, the benefits of parallel loading get offset by checking cookie time. @tim, combining js is risky, but […]
-
mahype posted on the forum topic SeoPress is compatible with WP 3.1 & BP 1.2.8? in the group SeoPress: 13 years, 8 months ago
-
mahype posted on the forum topic Duplicate title on topic pages in the group SeoPress: 13 years, 8 months ago
@tim The paginations works with the Special-Tags: %%page%% (Site X of Y) %%pagenumber%% (X) %%pagetotal%% (Y) This should work on sites with pagination on Title, description and Keywords. But don’t ask me if its working right now. At this weekend I’ve rewritten the Special Tag engine totally new. So I don’t know whats working in the […]
-
foxly posted on the forum topic Bp-album activation problems in the group BuddyPress Album+: 14 years, 5 months ago
@Tim Motz
It means either:
a) your FTP program corrupted the BP Album+ files during the upload.
b) your FTP program corrupted WordPress during upload.
c) the PHP interpreter on your web server isn’t set up properly^F^
@tim
Not recently active