neowang
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingGood to know. Thank you for the info.
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingPlease try to have <?php wp_footer(); ?> before your </body> tag.
The root reason is only wp_footer() exports the required /wp-content/plugins/gd-bbpress-attachments/js/gd-bbpress-attachments.js
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Active menu effectHi Alex,
You’re awesome! It works.
I didn’t see how it would work because your plugin doesn’t ask for the hover image until the menu is saved. After I saved the menu, added hover image and saved a again, the CSS just works!
The only change I made to the CSS is I used current-menu-ancestor instead of current-menu-item because there is no current-menu-item on top level in my case.
Here is my css:
.menu-item.current-menu-ancestor a.menu-image-hovered .menu-image-hover-wrapper img.hovered-image { opacity: 1; }Thank you Alex!
Neo
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Active menu effectHi Alex,
I don’t think Anur is looking for a transparency affect.
I have same requirement. Let me give an example: the menu image is grey.jpg, but it changes to white.jpg when it’s the current menu item.
Neo