• Resolved pentus

    (@pentus)


    Hi,

    I am using free version of the plugin, added shortcode to my sidebar. Evethough I set up Menu Depth to 0, I can see only 1st level. Expand/collapse icons are not visible. Can you please support?

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author WPBean

    (@wpbean)

    Hi,

    I just released an update for this plugin. Please update this plugin on your site and check this issue.

    Please let me know the feedback.

    Thank You

    Hi, I’m having the exact same issue. I’m running the latest version. In the customizer I can see the expand (+) class wpb-submenu-indicator, but on the actual page that element is not rendered.

    https://sundar.be/winkel/

    Plugin Author WPBean

    (@wpbean)

    Hi @bytefarmer,

    Is it possible to open a private ticket in our own support forum?

    Please share the site admin info privately in our private forum?

    https://wpbean.com/support

    Thank You

    Thanks for your reply. I actually had a similar issue with another plugin. I then discovered the lazy loading of ‘Riode’ theme was causing some scripts to run before the DOM was properly populated, thus omitting the necessary event listeners. Disabling the Lazy Loading function was the solution!

    Plugin Author WPBean

    (@wpbean)

    @bytefarmer Thanks for confirming. Have a great day!

    Hey @bytefarmer – I looked on your site and it looks like you added your own images for the category icons/images – how did you do this please?

    Those categories already had images assigned to them. I’m using another plugin now from IKS that has this option available.

    Plugin Author WPBean

    (@wpbean)

    @bytefarmer @waxaddict3

    We will add the category image support to our accordion very soon. Its already in our next roadmap.

    Thank you guys.

    Hi,

    Being happy with the plugin I would appreciate to have your opinion:

    I use the accordion menu in a sidebar widget for the woocommerce shop page (product_category)
    When I click on an item I get directed to the concerning categories. Perfect.
    However, I do not see how you can get back to the main shop page. Closing the opened menu items is not helping.
    So I created a separate widget button called “reset” with the address of the shop page. That works but leaves the once opened menu items as opened.

    Question:
    Can you provide an item or button in the menu which resets the menu to initial and returns the user back to the main shop page?

    Thank you,
    DV

    Plugin Author WPBean

    (@wpbean)

    @dvalck,

    Please add this line of PHP code to your theme or child theme functions.php file. It will disable the menu expand state upon reloading the page.
    And keep your reset widget as it is. I hope it will resolve this problem.

    add_filter( 'wpb_wmca_jquery_cookie', '__return_false' );

    Thank You

    Hello,

    I have the same problem as Petus has: I am using free version of the plugin, added widget to my sidebar, set up Menu Depth to 0, I can see only 1st level. Expand/collapse icons are not visible. Using Uncode theme

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.