iltdevunit
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Subsite registration redirecting to main siteWell I’ve found what does the redirection on line 77 of class-theme-my-login-ms-signup.php
if ( ! is_main_site() ) { wp_redirect( network_home_url( 'wp-signup.php' ) ); exit; }
I could just comment it out, but that would get blown away with future updates.
Forum: Plugins
In reply to: [wpDirAuth] Able to log in with old passwordI’ve deactivated, deleted and re-installed and everything is working perfectly ??
Forum: Plugins
In reply to: [wpDirAuth] Able to log in with old passwordHmmm.
It now seems I can log in with the old password but not the new one.
Is this by design?I need to get the details resynched on each login.
Looks like an issue between my CoWorker theme and this plugin as it doesn’t happen with Twenty Thirteen
The header issue seems to be caused by this function in the plugins functions.php file
if(!function_exists('s8_get_forgot_password_url')) { function s8_get_forgot_password_url() { return home_url('/'.s8_login_registration::ep_login.'/?action=forgot'); } }
I notice I’m getting:
Warning: Cannot modify header information – headers already sent by (output started at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:93) in C:\Apache24\htdocs\wp-includes\pluggable.php on line 698 – 715and
Warning: Cannot modify header information – headers already sent by (output started at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:93) in C:\Apache24\htdocs\wp-content\plugins\s8-custom-login-and-registration\s8-login-registration.php on line 175 – 177
This does not happen when the plugin is disabled.
Forum: Plugins
In reply to: [wpDirAuth] No valid profile was found ("get entries" procedure).Hi,
I’m having the same problem ??
Forum: Plugins
In reply to: [Social Login] Twitter – email and name not being pulled inI can understand why the name hasn’t populated first name and last name, as twitter has a single field for both names.
I can get what I need there from the display name, which is populated.But I’m still not sure why the email address hasn’t gone across?
Forum: Plugins
In reply to: [wpDirAuth] Multiple Base dn'sI’m after support for this too.
Forum: Plugins
In reply to: [Active Directory Integration] Intermittent Failed AuthenticationSame issue for me.
I usually fails on the first attempt only to work on the second attempt.Does anyone know if any of the alternative work reliably?
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Font Awesome (Icons) = Working….NOTI’m having the same problem.
Are you guys using Minify by any chance? I use both plugins and experience this problem.
Remember that disabling WP Super Cache wont actually stop it reading from the cache folder, due to the changes in htaccess.I found if I clearer the WP Super Cache’s cache folder for my test page with minify on CSS, the problem remained. If I disable minify on CSS, flush minify cache, clear WP Super Cache’s cache folder then reload the page, the font awesome works correctly. Reload the page so it’s definitely loading from cache (WP Super Cache enabled), everything is still fine. So I’m pretty sure it’s an issue with Minify.
Forum: Plugins
In reply to: [Plugin Organizer] Struggling to understand how this works!It seems the Events Manager plugin needs to be enabled globally in order to function correctly. I had problems with the categories by enabling the plugin at page level.
I event tried enabling on the homepage (index.php) and adding filters for events/categories with ‘affect children’ checked.But nevermind. Its only one plugin out of many ??
Forum: Plugins
In reply to: [Plugin Organizer] Struggling to understand how this works!Thanks, Jeff. I’ll give that a try ??
Forum: Plugins
In reply to: [Plugin Organizer] Struggling to understand how this works!P.S.
Thank you Jeff for a fantastic plugin! Its an essential IMO.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Permalinks wrongAfter unchecking ‘Remote Login’, ‘Permanent redirect’ and ‘Redirect administration pages to site’s original domain’, the permalinks were fixed and too Plugin Organizer.
Unfortunately that means I lose out on single sign on across all my sites. But I guess it’s better than the permalink issue.