Doug
Forum Replies Created
-
Forum: Networking WordPress
In reply to: add trailing slash to sites on the networkHi, This is it http://pastebin.com/aHVFG6FH
Can it really be htaccess fault if when i click upgrade network wordpress itself show me the sites without a trailing slash?
Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayMy issue is the exact same as this:
https://wordpress.org/support/topic/user-role-problem-in-some-subdomain-sites?replies=4Except he had some good wp_#_user_roles table to copy, mines seem broken for all sites, something in here is wrong http://pastebin.com/0MxtWCfM
but i don’t understand that code to debug it.Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayI tried deactivating all plugins the error still shows up.
I’m using twenty fourteen theme, so it’s pretty much default except for cosmetic css on the child.
I learned that if i delete the admin i cannot add it anymore from the network panel, but if i go to the site specific dashboard there’s no errors and i can add the admin again.
So the error only shows up on the network admin dashboard.
I don’t know if it happened on previous versions since i don’t touch that part of the settings much.So the error is saying that this is a boolean? http://pastebin.com/0MxtWCfM
Looks pretty much string to me =D
Forum: Plugins
In reply to: [W3 Total Cache] There's a problem with total cache and wptouch (please read)@tsabar yes i totally agree.
I would love to find a way to use wptouch template, or any nice fast mobile template without wptouch.
So i can minify the css/js specifically for it.I think they pretty much know about this it’s been there since the standard changed but they never updated it.
Forum: Plugins
In reply to: [W3 Total Cache] There's a problem with total cache and wptouch (please read)I sent it, but i got no confirmation message could you conform if it arrived?
The subject is “Recognize WPTouch theme as wordpress theme”
Forum: Plugins
In reply to: [W3 Total Cache] There's a problem with total cache and wptouch (please read)oh on my own site found it!
Forum: Plugins
In reply to: [W3 Total Cache] There's a problem with total cache and wptouch (please read)Hi, i’m sorry i can’t find that option.
Forum: Networking WordPress
In reply to: network site with and without / returns 200So i shouldn’t worry about it? Cos i tested on nibbler and it told me it was an error. Maybe i shouldn’t stress this?
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Plugins
In reply to: [Import External Images] Doesn't see images on pages only postsit works now, but only with flickr and photobucket
it ignores images hosted on “googledrive.com” and picasa/G+ domain: “googleusercontent.com”The error comes up because the css is on the body and not the header.
I solve this by using a plugin called WP total cache, it has a “minify” section, in there you can insert the url of the css and it will remove it from the body and put it on the header it will also minify it, you can even add as many css files as you want, instead of having many css all over your site you will have 1 unique minified css on the header.
Try it!Forum: Plugins
In reply to: [Upload Url and Path Enabler] Does nothingI had to google a lot to find that out, maybe you could add what you just wrote on your description or FAQ. it would save multisite users some time.
Cheers!
Forum: Plugins
In reply to: [Upload Url and Path Enabler] Does nothingHmm well on multisite installation which i use it didn’t but anyway there’s a settings under network admin-manage all sites to choose a path and disable month/year structure.
OMG i searched the whole internet to find this. WHAT THE HELL!!
THANKS!
Forum: Plugins
In reply to: [WP Super Cache] The cache directory should be blocked in robots.txt?I figured it.
In my case i have my minified css and minified js on the cache folder, if i were to clock the cache folder google would not be able to render my site properly, therefor i must absolutely NOT block the cache folder to the robot. I think this is the case of most people.So much misinformation from SEO gurus on blogs must be careful.