• We’re trying to add a popup for a charity event we’ve got coming up, but it seems to not be working at all.

    jQuery includes

    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script>
    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script>
    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-content/plugins/modal-dialog/cookie.js?ver=1.0' id='jquerycookies-js'></script>
    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-content/plugins/modal-dialog/detectmobilebrowser.js?ver=1.0' id='jqueryDetectMobile-js'></script>
    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-content/plugins/modal-dialog/colorbox/jquery.colorbox-min.js?ver=1.5.6' id='colorboxpack-js'></script>
    <script type='text/javascript' src='https://ironhousefitnessct.com/wp-content/themes/zerif-lite/js/jquery.knob.js?ver=1.8.5.49' id='zerif_knob_nav-js'></script>
    

    Unless I’m mistaken, Modal Dialog is using the earliest version of jQuery listed (1.5.6), which should be compatible with the later versions used by our theme (1.8.5.49) or WordPress (3.6.4).

    wp_head and wp_footer

    I’m guessing this is the problem, as they do not appear in our theme’s style.css file. The theme was heavily modified by our original developer, who we are unable to contact. And, I am not a WordPress guru by any stretch of the imagination. Is there a workaround for this?

    Third Possibility

    I may have gotten ahead of myself and modified the dialog’s settings away from default. So, it’s possible one of my changes is causing the problem.

    Any help you could please provide would be greatly appreciated.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    From the output I am seeing on your site, it does not seem like wp_head and wp_footer are missing. Unless you have a bunch of stuff hard-coded in your theme file for other plugins that you are already using, which might be tough to untangle.

    On which page do you think that the dialog should display? I checked the front page of your site and don’t see any references to modal-dialog scripts in the page source code.

    Unfortunately, there is no function to reset the settings, but you could go into the database and delete entries from the wp_options table that start with MD_PP and the one called MD_General.

    For what you said about jQuery versions, Modal Dialog does not load its own version of jQuery. The script with version 1.5.6 that you mentioned is jQuery-Colorbox and not the core jQuery.

    Let me know if any of this helps untangle your situation. If you still have problems, something else you could do is send some screenshots of your plugin configuration. Easiest way to do this is e-mail at ylefebvre at gmail dot com.

    Thread Starter illinger

    (@illinger)

    Thanks for responding, but I moved on to another plug-in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First time user problems’ is closed to new replies.