Nic Windley
Forum Replies Created
-
Yes, that appears to have fixed it!! Thanks Donncha.
I’ve been seeing this in FireFox. Will try the dev version.
Thanks for posting this.Its a shame because its an awesome plugin and this is just a pain which could be simply fixed (with a check box control) which I obviously don’t want to do because of future updates.
However I may be forced to do just that (as it cover 95% of what I’m looking for) if no fix/updates comes.
Glad it was useful.
Currently with post slug modification set as default its actually decreasing your SEO ins ome cases.
For example, if I have a site about say “New York” WordPress SEO modifies URL’s to “York”, as it deems “New” to be an unwanted stop word, which actually creates a completely different City reference in the URL structure.
If I write a lot about “New York” I get lost of URL’s now appended with 2, 3, 4 which again is not the original intent of the page and URL.
The ability to turn this off or on depending on your topic would be very useful.
I may have to start looking for another SEO plugin or try a mod to get this working (which I want to avoid because of future updates).
Any advice on whether this is possible would be appreciated.
Thanks for your advice admintiger.
I’ll have to check to make sure as its possible that the master code I’m using as a site template got modified somehow when it got zipped or just before.
If you think of anything else worth checking I’ll look at that also.
Thanks again!
Strange…this is what I have, looks the same
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */
OK admintiger, well I’ve just done another 10 installs and all with the same result ?
Any suggestions and what could be causing this ?
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache URL rewriting is not workingcloudflare is working for me
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache URL rewriting is not workingAlso experiencing the same error message;
It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess
since the upgrade.
I’m looking for a tag exclude feature also for simple tags
Forum: Fixing WordPress
In reply to: very slow RSS feedhmmm, since redirecting the feed the standard WP feed serves a lot faster, maybe the problem is with the number of client requests for the feed or something similar ?
wait I’ve now removed the feed redirect as I’ve got a loop which means my feed will never update
Forum: Plugins
In reply to: [TPC! Memory Usage] [Plugin: TPC! Memory Usage] No refreshing?I’m also seeing this problem.
Forum: Plugins
In reply to: [Plugin: Redirection] Home Page Redirects to new wordpress pageThe fix I used for now was the one I found here….
Was driving me nuts!!
https://www.ilertech.com/2010/08/whats-wrong-with-the-wordpress-redirection-plugin
Hope next version out soon.
Once modified post are disabled can they be re-enabled ?
Frederick,
Thanks for the reply and think I’ve found a fix / balance.
The browser issue was actually a download plugin which was trying to grab the files as it only happens on the machine running this plugin.
The JS minification issues I’ve resolved for now by disabling JS minifcation altogether as it does not seem to play nice. I just can’t seem to find a combination of files that work together reliably.
I’m sticking with the CSS minify as the file set I’ve found seems to work OK.
With this setup I get the minified CSS files serving from the correct subdomain and everything else from the standard cdn subdomain and the site renders correctly and all plugins work.
Do you still want me to send a bug report ?
Think I’ve solved it. It seems that the minification settings were reset so its not calling any static combined files ?
Not that I’ve reset it (not sure why it as reset) different static files are being pulled from different subdomains.