• Resolved remykonings

    (@remykonings)


    Hi,
    Currently when I load the Account menu page, it automatically opens the Accounts dropdown menu.

    I like to keep it closed on page load. How can I do this?

    Thank you ??

    a href=”https://ibb.co/MSM4smG” rel=”noopener” target=”_blank”>My website

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @remykonings

    You can try adding this javascript snippet to your theme customizer:

    jQuery(document).on("ready", function() {
       setTimeout(function() {
          jQuery('.um-account [data-tab="general"]').trigger("click");
       }, 100);
    });

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @remykonings

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Account page closed on page load’ is closed to new replies.