Marco Cimmino
Forum Replies Created
-
What about this?
#branding img {
height: 100%;
margin-bottom: -7px;
width: 100%;
}Yes I know it doesn’t retain the proportions.
Honestly you are developing your website with giant images and believe that this can work everywhere.
Truth is websites should have a mobile version and cannot expect that 1000×288 images work great on mobiles, think also how many KB you are forcing people to download with a mobile, if they have a data plan where they pay per KB?So those are problems in your website, not in my plug-in. Still a donation is welcome but of course not mandatory.
Problem is NOT in my plug-in but in your style.css:
#branding img {
height: auto;
margin-bottom: -7px;
width: 100%;
}remove ‘width: 100%’ and will fix the issue.
Two things:
1. always use Firebug to debug your website
2. a donation is welcome since I helped you.Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersPlese read the FAQ and provide missing info.
Also enable debug and paste the error:
http://codex.wordpress.org/Editing_wp-config.php#DebugI checked your page and looks great to me.
So I don’t understand what’s wrong actually:1. images aren’t all of the same size and you want that Rotator doesn’t shrink? But doesn’t seems the case to me.
2. you want to use different width and height than images’ ones? But then why not crop or resize them?
So I am not getting the point here.
This has been fixed in Suffusion Version 3.8.9
Actually no css file is also an option, just a separate one. Will see for a proper fix.
#reg_passmail { display: none; }This works for you yes, but is not a real fix as people that do not have that option enabled maybe they prefer to keep the message.
Real fix is a JavaScript code that is turned on only if the option is enabled, in my opinion.Will see if I will get back in the mood to workaround this.
I don’t know but you can report here. Thanks.
Good I will add this to the FAQ but I think I cannot do anything else here.
I cannot give more powers to Admin as it is a security issue other wise!Ok fixed in v1.2.0-beta2 please try this:
http://downloads.wordpress.org/plugin/cimy-user-manager.zipSeems a feature more than a bug
http://wordpress.stackexchange.com/questions/17504/site-admin-in-a-network-install-cant-edit-usersIndeed if you try to add an user from the link:
/admin/user-new.phpthen you can only invite _existing_ users to your blog.
What I can do here is:
make the plug-in visible to users with ‘list_users’ powers and then enable _export_ function, but definitely not _import_ function.Sounds reasonable?
Ok now I understood when you said:
“lob back in Super Admin” you meant an user with super admin powers NOT the same in the network admin area.Ok right! Yes now I understood and reproduced your issue.
Well I am guessing WordPress MS just gives ‘edit_users’ right only to Super Admin and not to “normal” Admin of one blog.But the chart here seems disagreeing on this theory, so bug?
http://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_TableI have no idea man, works here, anyway did some fixes for WordPress MS try the development version:
http://downloads.wordpress.org/plugin/cimy-user-manager.zipIf still no luck then something is wrong on your side I guess.
1. enable plugins from network admin
2. go back to normal admin
3. enable Cimy User Manager
4. Users->Cimy User ManagerOn network admin it DOES NOT work yet, so I have no idea how you managed to make it to work.
In next version however I will support WordPress MS that is not exporting correctly all users under Network admin.