misterx100
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Hacks
In reply to: Admin page emptyI got the folowing error:
WordPress database error: []
SELECT id, title, url, postpage, link FROM wp_kd_slideshowPS: I changed * to all the fields I want, just for testing.
Forum: Hacks
In reply to: Admin page emptyIt seems that the query is failing…
Forum: Hacks
In reply to: Nav-menus, "Hide" URL option for Custom links?Can’t you set it to # with jquery and just hide the element with display:none;?
Forum: Hacks
In reply to: Nav-menus, "Hide" URL option for Custom links?Sorry, I got that wrong. Where in admin panel exactly?
Forum: Hacks
In reply to: Nav-menus, "Hide" URL option for Custom links?No, if you look the code I posted, I edited the code there.
Forum: Hacks
In reply to: Nav-menus, "Hide" URL option for Custom links?Maybe something like this? Untested code:
function remove_title_attr( $nav ) { return $nav = preg_replace('/href=\"(.*?)\"/', 'href=\"#\"', $nav ); } add_filter( 'wp_nav_menu', 'remove_title_attre' ); add_filter( 'wp_page_menu', 'remove_title_attr' ); add_filter( 'wp_list_categories', 'remove_title_attr' );Source: http://www.socreative.tv/blog/remove-title-attributes-from-wp_nav_menu/
Forum: Plugins
In reply to: [jQuery Colorbox] WordPress update & inline htmlI can’t give you the address, because for now I’m using iframes instead.
Forum: Plugins
In reply to: Styling plugin dashboard pageAnyone?
Forum: Plugins
In reply to: Styling plugin dashboard pageUp! Guys, I really need help with this!
Forum: Plugins
In reply to: Adding “Upload image” button to pluginAny tutorial how to do that?
Forum: Plugins
In reply to: Adding “Upload image” button to pluginAnyone? 🙁
Viewing 11 replies - 1 through 11 (of 11 total)