I have a page in Wordpress, I installed several plugins for modal view in home but none of them are displaying the modal. I tested on another wordpress page that I have and it worked normal. What could be happening?
I have a page in Wordpress, I installed several plugins for modal view in home but none of them are displaying the modal. I tested on another wordpress page that I have and it worked normal. What could be happening?
The most common cause of such errors is the use of themes that do not implement the wp_head()
functions within the <header>
or wp_footer()
tag at the end of the document.
Make sure that the page you're testing has these two functions (they may be in different files, but need to be called across pages).