Dan Greene
Forum Replies Created
-
I can also confirm that links stopped working on my site, but only some of them. I wasn’t able to determine a pattern, but rolling back the 15 update solved the problem.
Forum: Plugins
In reply to: [wpDirAuth] Transition to this plugin from WPMU Ldap AuthenticationThat makes sense, thanks for the info.
Forum: Plugins
In reply to: [wpDirAuth] Transition to this plugin from WPMU Ldap Authentication167 network users, all but one are LDAP. From the WordPress admin I can switch user accounts from LDAP to local, although I’ve never looked in the database to see what flags or fields that might change.
Forum: Plugins
In reply to: [WP Idea Stream] Form Not Working – Template FixMust be some sort of plugin conflict on my end then.
Forum: Plugins
In reply to: [WP Idea Stream] Form Not Working – Template FixIt appears to be a Chrome / Mac issue. In Chrome Version 50.0.2661.86 (64-bit) the description box is a completely blank, no editor loads so no text can be entered. Firefox 46 loads the editor and all is well.
Forum: Plugins
In reply to: [WP Idea Stream] Form Not Working – Template FixI’m having the same issue. Not matter what theme I pick I can’t enter anything in the description field. I’m using WordPress 4.5
Forum: Plugins
In reply to: [Raw HTML] Raw HTML Pro options on by default?That works for me, but I’d like to have them always turned on for all of the sites users, without them having to look at the screen options.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shortcodes in table descriptionAh ok I didn’t catch that misplaced quote either. It works fine now.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shortcodes in table descriptionMy functions.php didn’t like that add_filter. I just moved the table description so I could use the shortcode. The overall page stayed the same anyway so no big deal. Thanks, as always, for the quick response.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Customizing Search TextThanks for the quick response, this is exactly what I need.
Forum: Plugins
In reply to: [Nivo Image Slider] Make the slider images link?Thanks, works great.
Forum: Plugins
In reply to: [User Role Editor] unfiltered_html in MultisiteI am using the Unfiltered MU plugin currently. Has the functionality of this plugin been added to User Role Editor Pro?
Forum: Plugins
In reply to: [People Lists] does not work with WP 3.7.1Answering my own question it’s just the
wp_enqueue_script('people-lists-jquery-sortable', plugins_url('/people-lists/js/jquery-ui.min.js'), array('jquery','jquery-ui-tabs','jquery-ui-sortable'));
line that needs to be removed not the entire function that the line is in.
Forum: Plugins
In reply to: [People Lists] does not work with WP 3.7.1I’m using 3.8 and commented out that line and the plugin broke. So obviously I commented too much. ??
Do you take out this entire function?
function people_list_options_init_script(){ wp_enqueue_script('people-lists-jquery-sortable', plugins_url('/people-lists/js/jquery-ui.min.js'), array('jquery','jquery-ui-tabs','jquery-ui-sortable')); wp_enqueue_script('people-lists', plugins_url('/people-lists/js/people-lists.js'), array('jquery','jquery-ui-tabs','jquery-ui-sortable')); }
I had to downgrade as well. 3.3.0 works fine with my multisite install. It’s something new that cropped up in 3.3.5