Home / Forums / WoodMart support forum / Wishlist se mezcla con Mi Cuenta tras la actualización
Home › Forums › WoodMart support forum › Wishlist se mezcla con Mi Cuenta tras la actualización
Wishlist se mezcla con Mi Cuenta tras la actualización
- This topic has 7 replies, 2 voices, and was last updated 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 28, 2026 at 3:26 pm #722608
venobigunParticipantMensaje para pegar:
Hola, tengo un problema con la página donde muestro la lista de favoritos (wishlist).
Desde la última actualización del tema, cualquier página que contenga el shortcode de wishlist se muestra automáticamente dentro del layout de Mi Cuenta, aunque la página:no esté enlazada desde ningún icono
no esté asignada como endpoint
no esté relacionada con WooCommerce
tenga un slug completamente diferente (por ejemplo “camion”)
se acceda directamente por URL
El comportamiento es el siguiente:
Si la página contiene el shortcode de wishlist, WoodMart la trata como si fuera un endpoint de Mi Cuenta.
El tema ignora el slug y la configuración de la página.
Se carga el layout completo de Mi Cuenta: menú lateral, panel de usuario, estructura de dashboard.
El contenido de wishlist aparece mezclado dentro del área de Mi Cuenta.
Esto ocurre incluso si la página no está conectada a ningún icono ni menú.
Este comportamiento no ocurría antes de la actualización.
Antes, la página de favoritos se mostraba de forma independiente, sin mezclar información de Mi Cuenta.Ahora, cualquier página que incluya wishlist se intercepta y se fuerza dentro del layout de Mi Cuenta, lo cual genera:
duplicación de información
mezcla de contenido
layout incorrecto
incompatibilidad con la versión app/PWA
imposibilidad de tener wishlist en una página independiente
He probado:
cambiar el slug (por ejemplo “camion”)
crear páginas nuevas
eliminar enlaces
acceder por URL directa
revisar endpoints en WooCommerce
revisar ajustes del tema
El problema persiste:
WoodMart detecta el shortcode de wishlist y lo convierte en un endpoint de Mi Cuenta aunque no esté configurado como tal.¿Podéis revisar este comportamiento?
Parece un bug introducido en la última actualización, ya que antes wishlist funcionaba como una página independiente sin mezclarse con Mi Cuenta.Gracias.
Attachments:
You must be logged in to view attached files.June 29, 2026 at 11:04 am #722670Hello,
Please add the following CSS to Theme Settings > Custom CSS
body.page-id-33 .wd-my-account-sidebar{ display:none !important; } body.page-id-33 .wd-grid-g{ --wd-col-lg:3 !important; }Best Regards
June 29, 2026 at 12:48 pm #722678
venobigunParticipantHello,
Thanks for the CSS you provided. I applied it, but in my installation the selector .wd-my-account-sidebar does not exist.The issue is not the sidebar itself. The Favorites page (ID 33) is loading the entire My Account layout inside a wrapper:
Código
main#main-conten-layout-wrapper.container.wp-builder-off
This wrapper contains the whole My Account structure and appears inside the Favorites page after the latest update.The CSS that actually fixes the issue is:
Código
body.page-id-33 main#main-conten-layout-wrapper.container.wp-builder-off {
display: none !important;
}
Please check this behavior so that future updates do not load the My Account layout inside the Wishlist/Favorites page.Thanks.
Attachments:
You must be logged in to view attached files.June 29, 2026 at 3:27 pm #722701Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
June 29, 2026 at 3:44 pm #722708
venobigunParticipantHi,
Thanks for your reply.
WP‑ADMIN access is not necessary because the issue is already identified and solved.The Wishlist page (ID 33) was loading the full My Account container:
main#main-conten-layout-wrapper.container.wp-builder-offThis container should not appear on the Wishlist page.
The issue is fixed with this CSS:
Código
body.page-id-33 main#main-conten-layout-wrapper.container.wp-builder-off {
display: none !important;
}
If you need to check the behavior visually, I can share a guest‑view link, but admin access is not required.Thanks.
June 30, 2026 at 9:13 am #722736Hello,
Please note that the Wishlist page is considered part of the WooCommerce My Account area in WoodMart. Because of this, it inherits the My Account layout and structure by design.
Currently, it is not possible to hide or remove the My Account sidebar from the Wishlist page using the theme options.
The CSS workaround you shared can be used to customize the appearance on your site, however, the current behavior is expected and is not considered a theme bug.
You can see the same on our test site:
https://postimg.cc/F7fP6jZgBest Regards
June 30, 2026 at 2:21 pm #722758
venobigunParticipantEn la versión app, Wishlist no puede compartir layout con Mi Cuenta.
El footer tiene botones independientes y el usuario espera ver Favoritos directamente.
Mostrar primero Mi Cuenta y sus opciones rompe la navegación móvil y genera confusión.
Esto no ocurría antes de la actualización.
En web puede pasar desapercibido, pero en app es un problema grave de UX.
Por eso necesitamos que Wishlist tenga su propio layout o que no herede la estructura de Mi Cuenta.Attachments:
You must be logged in to view attached files.June 30, 2026 at 2:44 pm #722762Hello,
Currently, there is no built-in option to assign a separate layout to the Wishlist page.
For now, using custom CSS, as you have already done, is the available workaround to adjust the appearance according to your requirements.
If you need any help with the layout, please let me know. I will check and give you a possible solution.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register