I have used elementor for building my website page but when adding new project through wordpress and when editing it with elementor its giving error for that particualr page don’t know why.
Error Image
Please help me to get out of it my work is pending cause of this.
2
Answers
I had the same problem once. In my case it had to do with a bad configuration in my theme. I was creating a new theme from start and I was (wrongly) using the
index.php
for my dynamic content. What I did was created thefront-page.php
and pasted here the content that were in myindex.php
and problem solved.Also you must check if you are calling to
wp_footer()
in you footer.php template.I hope this help you. Sorry for my bad English.
This issue can occur generally due to low server configuration. Please make sure you have the following settings on your server:
Hopefully, it helps you to solve your problem.