jennygold
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Akismet] Access for EditorsThanks for the response. Can you let me know where the editor is able to do this? I logged in as an editor and didn’t see the Akismet management in the upper-left corner (dashboard box) as I did when logged in as admin.
That’s fabulous. Thanks so much!
That’s right. Output the taxonomy as the first option and not have it appear outside of the dropdown.
Oh, thanks! Can you tell me what I’d need to use instead of the above code to use dropdowns instead of lists in my template?
Forum: Plugins
In reply to: [Plugin: Events Calendar] Date Picker Error in AdminThe error was due to a broken link in events-calendar.php.
Line 211: wp_enqueue_script(‘jqueryclockpicker’, ‘/wp-content/plugins/events-calendar/js/jquery.clockpick.1.2.6.js’, array(‘jquery’), ‘1.2.6’);
The clockpick file in events-calendar/js is named jquery.clockpick.min.js not jquery.clockpick.1.2.6.js.
Unfortunately my datepicker and timepicker are still not functioning.