Galerio
Forum Replies Created
-
Go to your “Reading option” and set Show Last post as homepage
Forum: Plugins
In reply to: [W3 Total Cache] Solution: W3 Total Cache not including some filesThanks
Forum: Plugins
In reply to: [W3 Total Cache] CSS/JS Minify still broken with 0.9.2.2 updatesame things for me
Forum: Plugins
In reply to: [W3 Total Cache] Understand the Garbage Collection IntervalAny help, please?
Forum: Plugins
In reply to: [W3 Total Cache] JS and CSS are brocken, nothing works.Simply go here:
https://www.ads-software.com/extend/plugins/w3-total-cache/download/
and download version 0.9.1.3 and manually upload the file via ftp overwriting the existing ones.In this way you are back with a working w3tc.
Remember to delete cache!
Forum: Plugins
In reply to: [WP Tuner] [Plugin: WP Tuner] wp tuner, die()Create wp-content/db.php file with this code:
It doesn’t function for me. I have Wp 3.1.2.
I have created the file db.php in wp-content with the code, but then my wordpress shows the page of the initial installation of WordPress!!
What’s wrong?
Same things here, my permalink structure ends with .html so I cannot add a trailing slash and everything has always worked fine.
Forum: Plugins
In reply to: [W3 Total Cache] How to add Yui Compressor, Closure Compiler, HTML tidy?Ok, thanks. I’m on a cloud server, so no problem on installing additional component ??
Forum: Plugins
In reply to: [W3 Total Cache] How to add Yui Compressor, Closure Compiler, HTML tidy?I know about the problems with actual version.
But, how should I install them? Is it an uncompress and done, or may I have to install on server? And where? What do you mean with “change the paths in W3TC”?In the source code there is this line:
if ( function_exists('get_the_post_image') ) { $related_post->post_image = get_the_post_image($related_post->ID);
But nothing more, so the image isn’t called anywhere, there is no <img.
So this function is not completed. We have to wait.
Count me too. The thumb version of the featured image would be great!!!
No, I have had to disable the feature.
If anyone else have the solution, please, write it.Forum: Fixing WordPress
In reply to: WP 3.1 Category doesn't work and redirects to homepageSolved: it was the plugin Simple Tag.
I have to remove or update it.I have 3 website update to wp 3.1 and all is working perfectly. I had only to update the minify option for js because wp3.1 has updated its jquery version.
I have found that the problem is the option
Viewing: Browser Cache Settings -> HTML -> Set expires header
With it active, my forum has the refresh issue, without it all is fine.So, how can I exlude my forum directory?
The part of htaccess file that is involved in this problem is within <IfModule mod_mime.c>:
AddType text/html .html .htm AddType text/richtext .rtf .rtx AddType image/svg+xml .svg .svgz AddType text/plain .txt AddType text/xsd .xsd AddType text/xsl .xsl AddType text/xml .xml
and within <IfModule mod_expires.c>:
ExpiresByType text/html A360000 ExpiresByType text/richtext A360000 ExpiresByType image/svg+xml A360000 ExpiresByType text/plain A360000 ExpiresByType text/xsd A360000 ExpiresByType text/xsl A360000 ExpiresByType text/xml A360000
(theese are the codes added by the option Set expires header for html content).