Liquid Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Bottom Menu] Custom Menu Not WorkingThis bug fixed in v2.2. Update WPBM to the latest version.
Forum: Plugins
In reply to: [WP Bottom Menu] WP Bottom Menu Search button not working on moblieHi @leiriadjenkins ,
Thanks for your feedback! Update WPBM v2.2 or newer, please.
Forum: Plugins
In reply to: [WP Bottom Menu] I need add two buttons / refresh and ForwardHi @vipdesign ,
That’s possible with WPBM v2.2. Here is example:
- Add a WPBM menu item and select menu type JavaScript onClick
- Add your script code to the onClick textarea. Example:
alert('my custom js alert');
This way you can run any JS code you want. Example: You can refresh your page by adding this code to the onClick field: location.reload();
Forum: Reviews
In reply to: [WP Bottom Menu] Custom menu doesnt workHi @faraahhh , Can you share more information, please? Example: Did you apply the menu settings?
Forum: Plugins
In reply to: [WP Bottom Menu] Add language switcher to WP bottom menuHi @ouamboh , Stay tuned next releases.
Forum: Plugins
In reply to: [WP Bottom Menu] Still issue in the consoleHi @neoseeyou , thanks for your feedback. Stay tuned next releases for the fix.
Forum: Plugins
In reply to: [WP Bottom Menu] Dynamic Account Title@fornixtech thank for your feedback! Stay tuned next releases for the fix.
Forum: Plugins
In reply to: [WP Bottom Menu] Scroll to hide/ShowHi @listeraro ,
- Try, increasing the priority:
add_action('wp_footer', 'wpb_hook_javascript_footer', 20);
- Try, check the getElementById data is not null.
if ( document.getElementById("wp-bottom-menu") !== null ){ // your code }
- This reply was modified 2 years, 3 months ago by Liquid Themes.
Forum: Plugins
In reply to: [WP Bottom Menu] Custom Menu Not WorkingHi @pnoble2088,
If your custom menu is not displaying as it should, there could be a few different reasons for this. Add more details and site address, please.
Forum: Plugins
In reply to: [WP Bottom Menu] OverlappingWe cannot help you in this way. You could try send a URL containing the issue you’re having.
Forum: Plugins
In reply to: [WP Bottom Menu] Overlapping@pacted , you need to give more details about the problem you are having.
Forum: Plugins
In reply to: [WP Bottom Menu] Java ErrorThe bug is fixed. Update the plugin v2.1.4 or newer, please.
Forum: Plugins
In reply to: [WP Bottom Menu] Active item colorThe bug is fixed. Update the plugin v2.1.4 or newer, please.
Forum: Plugins
In reply to: [WP Bottom Menu] Java ErrorThanks for your feedback! Stay tuned for the next releases to fix this bug.
Forum: Plugins
In reply to: [WP Bottom Menu] Change button for logged in usersHi @sherry22 ,
Thanks for your feedback. You can do it with Custom JS. We currently do not have such support.