acebravo
Forum Replies Created
-
I think this issue was reported a while ago and they know about it. Why ignoring it is unknown and judging from their other threads, they probably will never answer here.
Come to think of it, I can do without Yoast, most of what they offer is either cosmetic or convenient, with a bit of custom code in a theme that already is SEO ready like Genesis, who needs Yoast anyway.
The category editor is still broken today at version 3.3.1. When you edit the category, the editor page is out of wack, the left WP menu is moved way down can only see the top of it, can’t edit the snippet etc..
I think someone reported this a while back, but they never paid attention to fix it.
Chrome and FF have the issue so I think it’s the jQuery as you mentioned. Also tested with anlther theme just in case, but same issue, deactivating Yoast, the problem goes away.
Forum: Fixing WordPress
In reply to: Why is 3.8.1 so slow?Same here although updated to 3.8.1 a while ago, today I’m seeing extreme slowness when I login and when I click the dashboard top left, all others load fast posts, users, plugins etc.. Only the dashboard or any sub of it home/updates.
Disabled pretty much everything on the dashboard screen in case taking a while fetching something…still same issue.
Don’t bother, your stupid sitemap has been deleted anyway!
Answer the question please, not sure why being avoided!
Forum: Fixing WordPress
In reply to: Proper Category and Tag base 301 redirectionSorry Doug one last question.
In htaccess I already have a redirection for a category (not base) before:
Redirect 301 /category/books/ http://www.example.com/category/articles/
As the base category is still there and I intend to change it, would that affect anything?
Forum: Fixing WordPress
In reply to: Proper Category and Tag base 301 redirectionWOW thanks Doug for all your help, really appreciate it.
I think RedirectMatch 301 ^/oldcat/(.*)$ /newcat/$1 will do just fine as i will redirect:
http://www.example.com/oldcat/anything
to
http://www.example.com/newcat/anything
This RedirectMatch will just go in the htaccess by itself? possibly at the top?
Thanks
Forum: Fixing WordPress
In reply to: Proper Category and Tag base 301 redirectionThanks,
I prefer not to use a plugin in case WP upgrades to a point that the plugin cannot work anymore.
I saw 2 suggestions, not sure which is which:
RewriteEngine On
RewriteBase /
RewriteRule ^oldcat/(.*) newcat/$1 [L,R=301]Does that mean the oldcat in this case is category (the deafult)?
so becomes:
RewriteEngine On
RewriteBase /
RewriteRule ^category/(.*) newcat/$1 [L,R=301]??
I also saw:
RewriteEngine On
RewriteBase /
RewriteRule ^oldcat/?(.*)$ newcat/$1 [R=301,L]And so I remain confused!
What I’m looking to do is simple, put a category name in category base field. i doubt WP will modify the htaccess file accordingly and so i will have to do it manually.
Forum: Fixing WordPress
In reply to: Proper Category and Tag base 301 redirectionNo takers?