Sliding Panel & Avatars

Fondeli
Expert
Gunning for gold!

Member    Likes (0)

Hi,

I have installed the buddypress sliding panel on my main site and some sub domains. It works great, except on the sites that are using the dixi theme, the panel seems to be aligned to the right instead of the middle.
Here you can see it on the main site: http://fondelifair.com
And on a sub site using the dixi theme: http://beading.fondelifair.com
It also seems to have taken on the css from the theme and not the plugin.

I am also having a problem displaying avatars on my sub sites. I have automatically upgraded wordpress for the last upgrade, completely forgetting about changes that maybe made, so I think this problem may relate to the .htaccess file. Here is a copy of my .htaccess:

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

RewriteCond %{SERVER_PORT} =80
RewriteCond %{HTTP_HOST} ^mail(\.[^.]+)+$
RewriteRule .* http://%{HTTP_HOST}:2096 [R=301,L]

# uploaded files
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]

RewriteRule . index.php [L]

RewriteCond %{HTTP_HOST} ^craftblog.eu$ [OR]
RewriteCond %{HTTP_HOST} ^www.craftblog.eu$
RewriteRule ^/?$ "http\:\/\/fondelifair\.com" [R=301,L]

RewriteCond %{HTTP_HOST} ^craftblog.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www.craftblog.ie$
RewriteRule ^/?$ "http\:\/\/fondelifair\.com" [R=301,L]

It would be great if you could have a solution to these!

Thanks!