Hello Support, custom page with login ID dosent work, how can i solve this challenge. the login is showing on desktop view, but its not showing on mobile view, see images below
https://prnt.sc/dpH0zKia_Gdq
https://prnt.sc/pp6xj7VdTrXl
Please i need your help to solve this
the header you are building in elementor has this class which hides it on mobile.
https://prnt.sc/5vE6hkjKwpcm
An alternative would be to add the "App" pag ein the menu item itself.
when accessing the platform on mobile phone, it is showing three dots when i include the login class, but when i remove the login class, the login button will show but will not be functional because i removed the login class.
however, this login button is showing at the backend,
See image below
https://prnt.sc/maJUz8ZiIiEV -- button showing at backend but not frontend
https://prnt.sc/ATfJtiWND8eX -- 3 dots on frontend
https://prnt.sc/O6L3MVumXGNE -- 3 dots on frontend
Hello Support, am still waiting for response
We checked this out and found that in mobile menu its the dialog box that you created which removed and adds the content of the mobile menu on demand on page .
Our login js file works on the class vibebp-login to render the login component , but its works on the page load and when the page loads there is no such class present .
I would recommend you to create mobile menu without dialog box of elementor.So that that menu html always be there on the page and our script would run on page load .
This reply has been marked as private.
Hi you have add this custom css in your wp-admin -> appearance -> customize -> custom css :
nav.elementor-nav-menu--dropdown[aria-hidden="true"] {
display:none;
}
nav.elementor-nav-menu--dropdown[aria-hidden="false"] {
display:block !important;
}
This reply has been marked as private.
Hi it seems like you have removed the elementor header from your site now its showing wplms default header .
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.