pedevelopment
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Reset Roles to Default?A “Reset”, “Select All” and predefined roles (User, Editor, Shop Manager, etc.) would make this a fabulous plugin. I use http://adminmenueditor.com/ but it does not hide Headway which is the only thing wrong with it and so a combo of the two is a belt and braces job. But with Members, for me, it seems to be an “On” or “Off” job for Headway visibility including the Admin!
Forum: Plugins
In reply to: [WP Easy Columns] Internet Explorer issuesHello Scaletrainer. I never heard back from the plugin developer but I asked the theme developer if he could help and as they are simply outstanding with their support (http://www.goldenworks.eu/support/) they managed to solve the problem. I guess it depends on the theme and many other factors but in case it helps, here is what they suggested which worked a treat:
You should just split your code content where you have introduced the header information in 2 columns, left floated.
For example:
‘<div class=”hcol-left”>
company name
1st line addressbr />
City and postcode
England
United Kingdom
</div><div class=”hcol-right”>
Some contact detail
T: 0123 345 567
F: 012345 6789
Out of hours: 07891 123234
E: eMail Us
</div>
Then inside style.css you can add your own custom css, like this:.hcol-left, .hcol-right {
float:left;
width:218px;
}
Change the width to another value if needed(you might want to decrease it).‘I hope it helps you.
Regards
Bahman