Modal plugins are not working on Wordpress

0

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?

    
asked by anonymous 15.03.2017 / 12:58

1 answer

0

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).

    
15.03.2017 / 15:48