wakesnowlife
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Slider DisappearingI have pagespeed and wp super cache turned off and it is still not working. I will test again and post if anything changes. Thanks
Forum: Networking WordPress
In reply to: Subsite Dashboard bullet listOkay so that brought the proper dashboard up thanks for that. Now when I click on the different menu items on the left side some of them come up and some of them do not. I hit reload and most of them come up, but not smoothly. Is there anything else I can do to get it working smoothly?
Forum: Networking WordPress
In reply to: Multisite user capabilitiesonce you set up a user on one site that user is in the network. Then you go to each of the other sites and add a user, there is the option to add an existing user.
Also if you go to users under the network dashboard it shows what sites each user as access to.
Forum: Networking WordPress
In reply to: Subsite Dashboard bullet listI have replace the rules each time
RewriteEngine On 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] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On 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] </IfModule> # END WordPress
and I have tried just
RewriteEngine On 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]
So I change them and again and again and it still goes to the bullet list.