Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author tepelstreel

    (@tepelstreel)

    Hi there and sorry for a late answer. There is some issue with the link to the CSS file on your login page. That’s why nothing is showing. But I don’t exactly know, why the CSS is basically missing when not being logged in.

    I am just at the moment doing a new version of the plugin and hope that some of the issues that it has now, will disappear.

    Regards

    I am having the exact same problem, has there been any fix yet?

    This is the only plugin I have found that can do everything I want, and it doesn’t seem to be working. ??

    Plugin Author tepelstreel

    (@tepelstreel)

    The problem is that I cannot reproduce the error and therefore am not sure whether or not the issue will have disappeared in the new version. Did you check for interferences with other plugins?

    I don’t have very many plugins installed, and most of then are deactivated. My installation of wordpress is brand new, and I have no content on it yet except 2 background images, if you want to email me, i can give you a temporary admin login and you can see if maybe you can figure it out. I have nothing on my site yet anyway. If you can figure it out on mine then you can probably help other people too.

    Plugin Author tepelstreel

    (@tepelstreel)

    That would be a great opportunity, in deed. I’ll drop you a line and we hopefully get the thing solved.

    If you just contact me at [email protected]

    Cheers!

    Plugin Author tepelstreel

    (@tepelstreel)

    Ok, here is a quick and dirty idea to fix it. I think the problem for some people is the new redirect rule that the plugin implements. Instead, you could print the stylesheet inline. To do that, open the file cutom-login-page.php and look for line 220.

    Change

    echo "<link rel='stylesheet' id='a5-custom-login-css' href='".get_bloginfo('url')."/?clpfile=css&ver=".self::$options['version']."' type='text/css' media='all' />\r\n";

    into
    echo "\r\n<style>\r\n".$this->clp_get_the_style()."\r\n</style>\r\n";

    That should actually solve the problem.

    Sorry for yelling but, IT WORKS!!! Thank you.

    Thread Starter Ceci

    (@cccecichancom)

    Hi thanks “relink” posting on my post and thanks for tepelstreel miracle reply. The problem solved!

    However, a few days ago I updated my theme and woocommerce, its now gone again, should I undo the change by replacing the old line below
    echo “<link rel=’stylesheet’ id=’a5-custom-login-css’ href='”.get_bloginfo(‘url’).”/?clpfile=css&ver=”.self::$options[‘version’].”‘ type=’text/css’ media=’all’ />\r\n”;

    Thread Starter Ceci

    (@cccecichancom)

    I just looked at the php file, and I realised I actually updated the plugin too. The line is now

    if (self::$options[‘inline’] != true) :

    echo “<link rel=’stylesheet’ id=’a5-custom-login-css’ href='”.get_bloginfo(‘url’).”/?clpfile=css&ver=”.self::$options[‘version’].”‘ type=’text/css’ media=’all’ />\r\n”;

    else :

    echo “\r\n<style>\r\n”.$this->clp_get_the_style().”\r\n</style>\r\n”;

    endif;

    }

    with both but its not working and this time even after logged in, it didn’t show too.

    Plugin Author tepelstreel

    (@tepelstreel)

    Very strange. This time, I see an empty stylesheet when looking at your login screen. The last time, it was not accessable.

    Could you export your settings and mail the file to me? I could then try to import them to my test environment and have look.

    A list of other active plugins on your site would be usefull as well. I can check for interferences like that.

    Thanks in advance.

    Thread Starter Ceci

    (@cccecichancom)

    thank you tepelstreel, can you please give me direction for the dumbest ppl. I’m not sure how to export the settings for ya ??

    Plugin Author tepelstreel

    (@tepelstreel)

    In the settings of the plugin, you have a tab that says: Import / Export. Inside that, you’ll find a button ‘Export & Download A5 Custom Login Page Settings File’

    Just download that file and send it to me.

    Cheers!

    Hey tepelstreel,

    We are having the same problems,
    I have followed the string, but nothing. I don’t even see this;

    Change

    echo “<link rel=’stylesheet’ id=’a5-custom-login-css’ href='”.get_bloginfo(‘url’).”/?clpfile=css&ver=”.self::$options[‘version’].”‘ type=’text/css’ media=’all’ />\r\n”;

    into
    echo “\r\n<style>\r\n”.$this->clp_get_the_style().”\r\n</style>\r\n”;

    That should actually solve the problem.

    Nor This,

    “<link rel=’stylesheet’ id=’a5-custom-login-css’ href='”.get_bloginfo(‘url’).”/?clpfile=css&ver=”.self::$options[‘version’].”‘ type=’text/css’ media=’all’ />\r\n”;

    So can you please walk us through your PLugin, so we can use it effectively.

    Thank you

    https://www.maxmybody4me.com is the site where this needs to work. But what link? do ytou guys need to see in order to help, the
    the C-panel file manager CSS in text editor?

    Really need to fix this ASAP

    Plugin Author tepelstreel

    (@tepelstreel)

    Hi khari1,

    the method described here doesn’t work anymore in deed. Instead, I have build in a ‘debugging’ option.

    When going to the settings screen of the plugin, there will be a checkbox saying ‘Check, to write styles inline instead of to a virtual CSS file.’

    If you check that box and save the settings, the styles should be written inline and your new layout visible.

    Regards,
    tepelstreel

    Plugin Author tepelstreel

    (@tepelstreel)

    Edit:

    Which you obviously did. I just had a look at your site and the login screen. The thing is now that you should get rid of the s2member styles, that are written inline as well.

    As those are coming after the A5 Custom Login Page styles, they completely override your own changes to the login page.

    I will have to figure out, what I can do from my side, reprogramming the whole thing.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Not working without logged in’ is closed to new replies.