Dzikri Aziz
Forum Replies Created
-
Please clear your browser’s cache and reload the page. Let me know if this helps.
Forum: Reviews
In reply to: [Menu Icons by ThemeIsle] Almost there…Hi Evan, thanks for the feedback!
#1 & #2 are resolved in the newest version (just released).
For #3, I believe you can achieve that with the Fontello method.
This is resolved in the next version of Menu Icons. Stay tuned ??
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Issues with PHP v7Hello,
I’m currently updating the plugin. I’m running PHP 7.0.4 and couldn’t reproduce the issue. Which version of Menu Icons are you seeing this notice thrown from?
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Bitmap retina supportMenu Icons doesn’t support this by default. Although, you could add a simple css to your theme, or by using a plugin:
.menu-item img { width: 100px; height: 10px; }
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] no option to hide the menu title!That’s not the correct way to hide the label. When you select an icon, you should see the “Hide Label” option on the sidebar. Select “Yes” from the dropdown to hide the label.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Cant see any icon in adminI suspect there’s a conflict with other plugin. Please deactivate all other plugins and reactivate them one by one to see which one causes the conflict.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Conflict with Nav Menu Roles pluginThanks!
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Put the Icon Above/Beneath the Menutext?WordPress core doesn’t provide a hook for adding stuff in the menu editor so Menu Icons (and some other plugins) need to implement a custom walker.
Until an official hook is provided, there’s nothing we can do about it, unless all plugins use the same hook name:
wp_nav_menu_item_custom_fields
. See https://github.com/kucrut/wp-menu-item-custom-fields/commit/32c1fc1509988dcb665fd9213cf3694b714320d9Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Put the Icon Above or Beneath the Menu textYes, it’s possible, but you will have to add the styles to your theme. Menu Icons doesn’t have this feature.
Gekko,
If you can confirm that the plugin works with default themes, please consult the theme author.
Mitmak,
Thank you for the update.Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Conflict with Nav Menu Roles pluginCan you guys confirm that it’s just a warning and all the functionalities of both plugins are working as expected?
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Add icon from PAGE edit screen?Menu Icons currently doesn’t support Customizer (yet). You will need to set the icons from the Appearance > Menus page.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Does not work if Menu is placed in Social MenuI suspect that the Social Menu implements a custom walker. Please see “The icons are not showing!” section of the plugin’s FAQ and consult the theme author.