MemberMouse includes jQuery UI JavaScript and CSS files on the front-end of your site by default. If the theme you’re using is also including jQuery UI then MemberMouse’s version may conflict with the version used by your theme which can create undesirable results. In this case you can safely instruct MemberMouse not to include jQuery UI, as your theme is already including it.
IMPORTANTE: MemberMouse uses jQuery UI on the front-end to render dialog windows on the My Account page and other pages. If you disable MemberMouse’s jQuery UI you’ll want to view your My Account page and make sure that the dialogs are still functioning. If they’re not, this means that the dialog component is not being included in the jQuery UI version you’re using.
Puede incluir el siguiente código en el archivo functions.php de su tema para cargar el componente de diálogo:
wp_enqueue_script("jquery-ui-dialog");wp_enqueue_style("wp-jquery-ui-dialog");
Cómo evitar que MemberMouse incluya jQuery UI en el front-end de su sitio web
- Desde el MemberMouse vaya a Ajustes generales, y, a continuación, haga clic en el botón Otros ajustes ficha.
- Desplácese hasta el Opciones de jQuery UI sección.
- Para evitar que MemberMouse incluya jQuery UI en el front-end de su sitio, desmarque la casilla.

- Haga clic en el botón Guardar ajustes para guardar la configuración.

