[Plugin: Aviary Editor] Can we create "New"
-
This looks very promising!
I’m afraid, however, I have two issues.
One: I have zero mouse ability. Cropping, stickers, anything requiring the mouse will not react to the mouse.
two: It wont save. The ‘busy indicator’ just spins and spins into oblivion.
I am on a win7 machine running firefox 15.0.1
WP 3.4.2 install is new, with no plugins yet.htacess file:
# BEGIN WordPressRewriteEngine On
RewriteBase /
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]# END WordPress
Thank you.
The topic ‘[Plugin: Aviary Editor] Can we create "New"’ is closed to new replies.