Lady Meda
Forum Replies Created
-
Forum: Plugins
In reply to: Using Jquery UI Tabs on Sidebar WidgetsAnyone? Any help would be very appreciated.
Forum: Plugins
In reply to: [jQuery UI Widgets] jquery on sidebars and widgetsUpdate: I created a new sidebar, and feel like I am really close to a solution, but missing a small piece of the puzzle. The new sidebar is structured like this:
register_sidebar(array( 'name' => 'Tabbed Widget Area', 'id' => 'tabs-widgets', 'description' => 'jQuery UI tab enabled widget area', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<ul>', 'after_title' => '</ul>', ));I am having trouble figuring out how to make the markup for the sidebar match the necessary markup for tabs. I know that all of the widget titles need to be wrapped in a ul, and then each one separately in a li. But I can’t figure out how to do it.
Forum: Plugins
In reply to: [Events Made Easy] Access rights Edit Events reverts to defaultoooh, I do not. I completely misunderstood what that meant. Its working great now.
Forum: Plugins
In reply to: [Events Made Easy] Access rights Edit Events reverts to defaultSweet! But some bad news first. The change in settings sticks now, but non-admin with the selected capabilities still don’t have an edit option.
I tried replacing the old code segment with the new one, just adding the missing “t”, and also replacing the entire events-manager.php with the updated file.
Forum: Plugins
In reply to: [Events Made Easy] Access rights Edit Events reverts to defaultYay, it wasn’t just me! Thank you for the prompt response and solution as always! You rock.