zviryatko
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No image show up?Checked The7 theme and I found it uses old wordpress core api where multiple menu item modifications will not work together. Anyway I will try to do something with it, see my answers in another thread https://www.ads-software.com/support/topic/no-image-show-up-2/#post-10360068
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No image show up?Thanx guys, I’ve got few themes and found that many theme developers are not updating their themes to keep new wordpress core version, but in this case I’m going to add fallback behaviour and support such case, but if your theme adding some special classes/styles to menu item, it will not work and it can be fixed only manually per each site.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No image show up?Ok, I’m sure that’s related to one particular change, I’ve started to use
nav_menu_item_title
filter instead ofwalker_nav_menu_start_el
to make it compatible with more themes. It was introduced in 4.4 and the main difference is in first case I’ve replaced the whole menu item and it lead to problems with themes with have custom code for menus, but new filter probably not implemented well in many themes. I’m going add fallback behaviour for such case and can anyone send me your theme to email or link where I can download it?Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu Image with problemIn latest version I’ve changed way how to show images in menu items, instead of replacing the whole menu item I only change the title and attributes of menu item, it was added in wordpress 4.4 version but not sure that all the themes also supports it. Can you send me copy of theme on email [email protected] or link where I can download it and I will check what can do with it. Seems now it’s popular problem so expecting it should help for others non-free themes.
Forum: Reviews
In reply to: [Menu Image, Icons made easy] Not working too after 2.7 updateHm, that’s strange. Can you provide me WordPress version and theme name that you using and any menu related plugins?
Forum: Reviews
In reply to: [Menu Image, Icons made easy] doesn’t work with twenty seventeen themeHello, finally I found time to fix it, please check it.
Forum: Reviews
In reply to: [Menu Image, Icons made easy] Not working too after 2.7 updatePlease check latest version.
Forum: Reviews
In reply to: [Menu Image, Icons made easy] Not working anymoreHello, please check the latest version.
I really don′t know what the heck the developer is doing, the last versions are total rubbish and also contain lots of irrelevant work in progress files. There is no good reason to use the WordPress plugin repository as coding playground,
Honestly I using the github for main development and last year didn’t have much time to support new wordpress versions, but now tried to add auto-tests to be sure that everything will work, you can see it here: https://travis-ci.org/zviryatko/menu-image/ and from my side the biggest headache is not to support plugin at all, but to work with wordpress svn ??
Anyway, thanks for report and I will try to keep it stable.
Btw, feel free to ask if you have any ideas for features or if you are developer and want to help with contribution I’m always open for such help.
- This reply was modified 6 years, 10 months ago by zviryatko.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu Image with problemHello, please check fresh version.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] The plugin produces an errorHello, should be fixed now, please check and sorry for delay.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No image show up?Hello, what the wp version and theme you using?
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Other menu text not clickableHello, there is a html block called
toolbar_shadow
and seems it’s placed over the menu. I think the theme uses some additional classes for menu links, I advice to check the html structure of menu without menu-image plugin and with it, and you will see the differences.Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu Image Plugin ErrorHello, please check new version.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No Menu Images displayHello, posted new update, it should helps. Please check.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] No image show up?Hello, sorry for such looong response, please check today’s latest version.