Subscibe plugin Pop-up option don't show up

Posted in: Newsmag
Post count: 4

Dear friends,

I need your support regarding a third party plugin called WP-Subcribe Pro. There is supposed to be a pop up subcription window however it is not working with Newsmag. I asked the issue in plugin’s forum, they adviced me to adding below code to the bottom of the functions.php file (in order to execute jQuery code earlier), I tried but it did not work as well.

wp_enqueue_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js’);

Do you have any suggestion?

Their answer also written below;

It seems jQuery is included too late in the code, it appears in the footer, however, it’s needed earlier in the execution, it should be included in the header. It’s hard to tell how to fix it without knowing how the theme handles the inclusion. Try adding this code to the bottom of the functions.php file of your theme:
wp_enqueue_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js’);
Hope that helps.

Post count: 4

help please 🙁

Post count: 1291

Hi,

By default jquery.js loads at the top – http://screencast.com/t/WwST1XHbB
If you use Speed Booster the minified version is loaded at the page bottom. – http://screencast.com/t/sTbcQnTBhhttp://screencast.com/t/fDpI7lbGl9

You could try without Speed Booster or you could try to move the WP-Subcribe Pro js file at the bottom using the technique described in this guide (chapter 4) – https://forum.tagdiv.com/how-to-make-the-site-faster/

Also try to disable the rest of the plugins, except for Visual Composer while doing tests.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.