Hello There,
Please note that when I login to the user dashboard, the footer covers the entire dashboard and as a result, I am unable to work on the login page - Desktop App Page.
Please refer to the attachment: https://www.academy.virtualx.tv/xaceemsu/2021/03/footer-dashbaord-conflict.png
This reply has been marked as private.
Ideally you can use barebones template.
or you can use this fix , add css in custom CSS in customizer :
.page-template-barebones .elementor.elementor-15406.elementor-location-footer { position: fixed;
bottom: 0;z-index:-1}
This reply has been marked as private.
Hi,
Firstly you are using buddypress on single page and has also enabled global login
https://prnt.sc/114k6zh
So I disabled global login and checked the dashboard but I could not found this issue.
https://prntscr.com/114kevw
Please confirm when this footer is appearing? Should I check with global login?
This reply has been marked as private.
Hi,
Please add this css code in appearance>>customize>>custom css
.page-id-14453 .elementor.elementor-15406.elementor-location-footer { position: fixed;
bottom: 0;z-index:-1}
Then check this.
This reply has been marked as private.
You can replace the previous code with this.
Then let me know if still you are getting vibebp section covered with footer.
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.
This reply has been marked as private.