• This plugin was working fine under 2.9, upgraded to wp3.01 and updated plugin. Now unless the user is logged in (all registered users have access to all pages, all guests are restricted with two pages blocked) the theme stylesheets are not implemented and plain html is used. Login and the theme works again.

    site is http://www.blesswell.co.uk

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author GM_Alex

    (@gm_alex)

    Which version of the UAM are you using?

    Thread Starter guileshill

    (@guileshill)

    1.1.2

    Plugin Author GM_Alex

    (@gm_alex)

    Ok it seems that the css couldn’t load. Its insert like this:

    http://www.blesswell.co.uk/?bfa_ata_file=css

    Could you write the full url in it? This should solve your problem. Please give feedback if it works or not.

    Thread Starter guileshill

    (@guileshill)

    This has no effect. But I’m not sure what you are suggesting. Write this in where? When it is used as a url and I am logged out the css does not load.

    Surely you are not suggesting a change to the url of the site? That couldn’t work could it?

    Plugin Author GM_Alex

    (@gm_alex)

    You could try to deactivate the file locking and redirecting. I think the reason is that the css isn’t included by a real path/url to it. If you want you can send me your theme by mail so I can get a closer look to what is happening.

    Thread Starter guileshill

    (@guileshill)

    OK beginning to follow you. The theme is Atahualpa, with a huge lazy back end and generated css.

    So, the relevant lines are

    <?php if ( $bfa_ata['css_external'] == "External" ) { ?>
    <link rel="stylesheet" href="<?php bloginfo('url'); ?>/?bfa_ata_file=css" type="text/css" media="all" />
    <?php } ?>

    This has never caused problems before and your plugin used to work fine with it. So what can have happened?

    File locking was disabled, but deselecting redirection seems to put things back in place. But this is all very fragile and I can’t think what it is in the upgrade to wp3 that is causing it or why your plugin should get in the way.

    Plugin Author GM_Alex

    (@gm_alex)

    Ok I can’t reproduce the error. The last you can try is deactivate all plugins expect the UAM and try again. And you could try it with the default theme of wordpress. If that all not works contact the theme author, maybe he could help. I’m really sorry but if I start to fix all themes which doesn’t work with the UAM, it will be a never ending story.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: User Access Manager] logged out users get html only’ is closed to new replies.