Christian Foellmann

Results 106 comments of Christian Foellmann

My idea would be to add this filter: ```php public function enforce_privacy_redirect() { if ( $this->settings->enforce_privacy && ! is_user_logged_in() ) { // The client endpoint relies on the wp-admin ajax...

Sorry for the wrong choice of words. I meant `page`. We run a intranet site that requires the users to be logged in obviously. But I want to conditionally allow...

@timnolte any idea to get this integrated? I am at the moment modifying the function in the plugin which gets killed by updates. ```php public function enforce_privacy_redirect() { if (...

it is not available in a mu-plugins/ plugin

Can I go via another action to fire the filter later from within the must-use plugin code?

yes, github updated its frontend and that breaks the styling. As you can see the style is working on pages of the repo other than the code view. Like this...

I have added ```css .Box-sc-g0xbh4-0 { max-width: 100%; } .Layout--sidebarPosition-end { margin-right: 25px; } ``` maybe this holds!? Please test this. And @FaceCrap you are right. for logged out users...

It seems to work. Now I have the problem that I can not get into my userstyles.org account to update the style. Maybe they react on email. Will see...

Mirror: https://userstyles.world/style/13914/github-wide

if it is possible logging the response data would be sweet