Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • A “Reset”, “Select All” and predefined roles (User, Editor, Shop Manager, etc.) would make this a fabulous plugin. I use https://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!

    Hello 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 (https://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

Viewing 2 replies - 1 through 2 (of 2 total)