Nic Windley
Forum Replies Created
-
Forum: Plugins
In reply to: [Posterize] posterize – link or cross postHey yansarazin,
Thanks for replying.
Yes, I tested it out myself and all is working. It would be nice to have a link back to the main site from the posterous blog when using the cross posting option.
I’m using a post plugin which creates a post link back to the original source (my blog) for RSS feeds etc. but this is being ignored by posterize as its probably grabbing the original source before the link is added.
It would be nice to do have a link back from posterous also to the original content automatically.
Anything planned ?
Nic
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Excluding code from minificationOK, I solved this by avoiding any JS or CSS comment / line removal so when I activated HTML minification (again avoiding comment and line removal) everything worked.
Excellent!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Excluding code from minificationstrange for some JS its still killing the code. For example
This code – works
<a href='//www.voipfone.co.uk/callmeback.php?code=8e52c3e26f38f90a", 350, 400, "", 20, 20)'><img src="https://www.voipfone.co.uk/images/call-me-back.jpg" width="120" height="60" border="0" align="absmiddle"></a>
Becomes (when HTML minification is active) – and fails
<a
href=’JavaScript:openPopWin(“https://www.voipfone.co.uk/callmeback.php?code=8e52c3e26f38f90a”, 350, 400, “”, 20, 20)’><img
src=”https://www.voipfone.co.uk/images/call-me-back.jpg” width=”120″ height=”60″ border=”0″ align=”absmiddle”>Looks like the space between the <a and the href= have been removed and seperated onto different lines
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Excluding code from minificationsorry I meant use // for comments instead
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Excluding code from minificationI had a similar problem and found that it was due to some comment that had not been closed correctly.
I had a piece of JS which started with the following comment;
<!– comment
There was no closed bracket so the HTML minification messed up so it might be worth double checking your code to ensure there are some –> closing all comments.
Hi Frederick,
Yes, I’ve switched now to WordPress Mobile Pack and I’m getting better results. Think I had a compatibility issue with another plugin and Wapple.
Thanks for responding.Forum: Plugins
In reply to: W3 Total Cache Refuses To CacheWhat a plonka! It’s ’cause I was logged in…..
I’ve logged out and hey presto its caching ??
<!– W3 Total Cache: Page cache debug info:
Engine: disk (enhanced)
Key: _index.html
Caching: enabled
Status: cached
Creation Time: 0.003s
Header info:
X-Powered-By: PHP/5.2.12
Last-Modified: Sat, 21 Aug 2010 18:18:36 GMT
Vary: Accept-Encoding, Cookie
Expires: Sat, 21 Aug 2010 19:18:36 GMT
Pragma: public
Cache-Control: public, must-revalidate, proxy-revalidate
Etag: 1f49b36ef8b2236bf9ed118a99762fab
Content-Encoding: gzip
–>Forum: Plugins
In reply to: W3 Total Cache Refuses To CacheOK, I just ran a debug report which confirms that same ?
<!– W3 Total Cache: Page cache debug info:
Engine: disk (enhanced)
Key: _index.html
Caching: disabled
Reject reason: user is logged in
Status: not cached
Creation Time: 0.901s
Header info:
Set-Cookie: wpmp_switcher=desktop; expires=Sun, 21-Aug-2011 18:15:19 GMT; path=/
X-Pingback: https://nicwindley.co.uk/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified: Sat, 21 Aug 2010 18:15:20 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
X-Powered-By: W3 Total Cache/0.9.1.1
X-Mobilized-By: WordPress Mobile Pack 1.2.3
–>Forum: Plugins
In reply to: W3 Total Cache Refuses To CacheIf I cant get support from the community here is there another place I can get some support from ?
Thanks again,
NicForum: Plugins
In reply to: Cant remove Baido SitemapSimple, Baidu Sitemap Gen places a couple of static files in the home directory. Remove those and WP serves the dynamic pages again.
Forum: Plugins
In reply to: including custom fields in the_content for postsaha! found the problem
feedwordpress blocks aditional filters so either set;
Syndicated Posts & Links Settings
Formatting filters: Exposes syndicated posts to formating filtersOR in functions.php add;
remove_filter(‘the_content’, ‘feedwordpress_preserve_syndicated_content’, -10000);
remove_filter(‘the_content’, ‘feedwordpress_restore_syndicated_content’, 10000);now you have control over your content again
Forum: Plugins
In reply to: add something to the_contentHmm, I’m having problems getting this to work. Just created a new post here about it;
https://www.ads-software.com/support/topic/407300?replies=1#post-1542139
Forum: Plugins
In reply to: W3 Total Cache Domain Redirect ProblemOops, just found my answer here;
Forum: Plugins
In reply to: [Plugin: Keyword Statistics] weird robots directives set for my homepage !?I second the request to stop the ouput of ALL meta data by Keyword Statistics!
Keyword Statistics is a great plug-in for keyword statistics and I’ve had to disable it because its messing all my SEO options about.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] mobile site problems after uninstallI just remembered I also installed the WordPress Mobile Edition plug-in and the theme that keeps reverting is the Carrington theme by CrowdSource the developer even though I’ve un-installed it ?