bpastorkia
Member
Posted 1 year ago #
Hi!
first sorry for my english... ;)
I installed the plugin on my wordpress, and it works, but not completely. It modify the "class" in the menu but doesn´t show the icons on the page, and more... the "style" code is not load either.
what i'm doing wrong?
maybe i should change something on functions.php or another one??
thanks! ;)
http://wordpress.org/extend/plugins/custom-menu-images/
Sorry for the delay.
Does your theme have the wp_footer(); hook?
We use hook "wp_get_nav_menu_items" to add CSS to menu items, so if theme do not use this hook to generate menu then CSS can not generate
bpastorkia
Member
Posted 1 year ago #
Hi anabelle!
thanks for answering... the theme is made by me... and the problem may be the hook "wp_get_nav_menu_items" because i use the sidebar without them... i'll try it as soon as possible!
but one question... i can't understand the relation between the footer and the menu images widget... would you explain it for me? thanks.
thanks again!
CSS is for now, added at the footer.
We are changing this in the next version and it will be properly added in header.
bpastorkia
Member
Posted 1 year ago #