adskiremote
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static Resource Cache ImprovementHi Raymond,
yes there is…send me an email on – adskiremote at gmail
Best,
Adam
Forum: Fixing WordPress
In reply to: Static Resource Cache ImprovementHey,
Kenton is right you’re not actually minifying anything and your html is hardly minified.
I’d go through your settings for W3 Total Cache to configure it properly.
If you need some help still please PM me and I’d be happy to give you a hand.
Best,
Adam
Forum: Plugins
In reply to: Tweet Old Post plug in.Me too…got the error on all my blogs.
PHP Parse error: syntax error, unexpected T_SL in /xxx/xxxxxx/xxxx/blog.xxxx.com/xxx/xxxxxx/wp-content/plugins/tweet-old-post/tweet-old-post.php on line 7
Any thoughts as to how to solve this issue. I’ve noticed a number of people report this problem after the update yesterday (15/08/2011).
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache – Rewritting PHP Memory Limit in .htaccessNot to worry Frederick.
I thought (well it was at the time) W3 Total Cache was removing a line in my .htaccess file to do with the PHP Memory Limit setting.
So my blog kept going up and down.
I updated to latest version and set the Memory Limit in the wp-config.php and it seems to have fixed the problem.
Thanks for the response though!
Best,
Adam
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Sync Fail after upgradeBackie,
thanks for your reply. I’ll await the changes, if you need me to test for you before you release publically I’m happy to do so on one of my development blogs.
Also…
I’ve read this question before…
Does WP Minify and CDN Sync Tool work together or is it a case of using one and not the other?
Many thanks,
Adam
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Sync Fail after upgradeThere is an error in your create/upgrade SQL statements with your CDN Sync Tool for WordPress. It fails to create the tables. The cst_files table is created fine but the cst_jscss will not be created due to a missing comma in the code.
This Is the correct SQL Statement we implemented…
CREATE TABLE IF NOT EXISTS
wp_cst_jscss
(
id
INT NOT NULL ,
filename
INT NOT NULL ,
template
INT NOT NULL ,
timestamp
TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,type
varchar( 3 ) NOT NULL
) ENGINE = MYISAMI also indexed the type and filename rows.
I hope this helps and thank you for developing an excellent CDN plugin tool.
PS at the moment it won’t work for me even with the changes, the title tag from the page is being stripped. I believe its to do with the wp_cst_jscss table but I cannot say for sure at this time.
I am using the latest version of wordpress: 3.1.2
Forum: Plugins
In reply to: Wp minify conflict with SharebarI found a solution to this problem…
After activating WP Minify go to settings and exclude JS AND CSS for Sharebar plugin by putting ‘sharebar’ (without the quotes) in each of the exclude boxes.
Sharebar should load and your minify js and css appear below.
If that doesn’t work do the same but manually place the WP Minify css and js in your theme header.
That should get you sorted ??