• Resolved DeanGrey

    (@deangrey)


    I tried to register on your forums but when logging in got the message “You are temporary block” which I don’t know how to work around as I also did not get an email activation. So I am posting here.

    How do you use the “Custom CSS” option? I have custom css enabled and I tried to apply the code below but it did nothing. The documentation is very limited so I don’t know where else to turn for answers.

    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    max-width: 96% !important; /* Image does not overflow the content area */
    padding: 5px 3px 10px !important;

    https://wordpress.org/plugins/pie-register/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor genetech

    (@genetech)

    Hello,

    I appologize for the inconvenience occured, You should be able to login fine on the site now.

    In this version Custom CSS and Tracking only applies on wp-login.php, if you want to make it work across the site, please follow the following steps:

    Please open up pie-register.php on the editor of your choice, add the following code into the function pie_main where it reads:

    global $pagenow;

    add following code after the above line so it will look like this:

    global $pagenow;
    if($option['custom_css'] != "" || $option['tracking_code'] != ""){
    add_action('wp_footer', array($this,'addCustomScripts'));
    }

    Save and you’re done!

    Please let us know if you have any further questions.

    Thank you

    Hello, I hate to hijack this thread but…

    I am getting the same error “You are temporary block” on my website for any new users. I haven’t found anything else in the forums about it.
    What did you do to fix that error for DeanGrey?

    @dadude712: If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    Plugin Contributor genetech

    (@genetech)

    @dadude712 I have replied about it on your thread!

    Thanks

    Plugin Contributor genetech

    (@genetech)

    I am marking this topic as Resolved, as this issue is no longer exists. If you still have problems with this issue or any other issues you may have, please create another ticket on the support forum.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS 2.0.2’ is closed to new replies.