karlalopez
Forum Replies Created
-
I have the same problem. Its a brand new wordpress install.
Thanks!
Forum: Plugins
In reply to: Removing YOAST metabox for authorsIt’s a custom post type, so wpseo dashboard does not help me ??
The example here
if (is_admin()) : function my_remove_meta_boxes() { if(!current_user_can('administrator')) { remove_meta_box('sqpt-meta-tags', 'post', 'normal'); } } add_action( 'admin_menu', 'my_remove_meta_boxes' ); endif;
would actually be perfect. Too bad I cant make it work.
Forum: Plugins
In reply to: [Back End Instructions] [Plugin: Back End Instructions] MultisiteThe instructions dont show up. I can see your instructions (that’s how I found the video), but the instructions I made, do not show up anywhere.
I will try with another themes, thanks.
Forum: Networking WordPress
In reply to: Multisite does not create new sitesThank you again!
Forum: Networking WordPress
In reply to: Add Olark to WordPress AdminOkay, just found out:
/wp-admin/index.php right before calling the footer works perfectly fine.
??
Forum: Networking WordPress
In reply to: Multisite does not create new sitesIt WAS. Not anymore, that’s why I decided to go with a fresh install. But I think I copied the old htaccess file. THAT was stupid. I did what you said and everything is fine now!
Thank you very much.
I’m just curious: How does a htaccess file look like when its not a Multisite? Just a regular blog?
Thank you again!
Forum: Networking WordPress
In reply to: Multisite does not create new sitesOh, now you’re really ahead of me. I have no idea how to find an answer your question ??
This is what I have in my htaccess file (server and localhost – dont work in server, works in localhost):
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: Multisite does not create new sitesThere was something wrong with my htaccces. I changed to what was instructed in the network set up but the problem still there.
Now, the second website wan shown on the network dashboard but still nothing there in the URL.
I tried to delete it. The site does no show in the https://www.yourdomain.com/wp-admin/network/sites.php, but still counting in the Admin Dashboard page: 1 user, 2 sites.
Really weird.
Note: Everything I did in my server, I did in my localhost. In localhost the problem is fully fixed. It might be something to do with Apache, but I have no idea how to fix it. Help!
Forum: Plugins
In reply to: Import Blogger Problemsthe problem is solved!
Forum: Plugins
In reply to: Import Blogger Problemswhen i click OK, nothing happens. it sends me back to import-blogger.php
my archives files looks nice, it is where it should be, but nothing happens.
oh, i?′m so sad….