Forums
(@misterx100)
13 years, 3 months ago
I got the folowing error: WordPress database error: [] SELECT id, title, url, postpage, link FROM wp_kd_slideshow
WordPress database error: []
SELECT id, title, url, postpage, link FROM wp_kd_slideshow
PS: I changed * to all the fields I want, just for testing.
It seems that the query is failing…
Can’t you set it to # with jquery and just hide the element with display:none;?
Sorry, I got that wrong. Where in admin panel exactly?
No, if you look the code I posted, I edited the code there.
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: https://www.socreative.tv/blog/remove-title-attributes-from-wp_nav_menu/
I can’t give you the address, because for now I’m using iframes instead.
14 years, 4 months ago
Anyone?
Up! Guys, I really need help with this!
14 years, 5 months ago
Any tutorial how to do that?
Anyone? ??