Support » Plugin: LightStart - Maintenance Mode, Coming Soon and Landing Page Builder » No Countdown & No email capture & Contact us Not working

  • Resolved Raintrader

    (@raintrader)


    Hi there,
    installed the plugin and got it working basically.
    But i found that the Countdown is not displaying at all.
    Also the Email Collector Form seems to do nothing (Counter in Admin panel ist still on zero).
    Same is true for the Contact us Button. Nothing happens.

    There is no confirmation Message on subscription and no Form opens if you press the Conatct us Button like what is shown in your demo video

    i already Deactivated all other Plugins but the Problem remains the same.

    What can i do ??
    Thanks for helping

    https://wordpress.org/plugins/wp-maintenance-mode/

Viewing 8 replies - 1 through 8 (of 8 total)
  • I also have a similar problem.
    I loaded WP Maintenance Mode and I have chosen to put the contact us.
    When you click “Contact us” does not appear the message “Your message has been sent”, just nothing happens.
    However, the emails arrive.
    I do not know what to do to fix it and this is a problem because visitors to the site believe that their messages do not arrive.
    Thank you very much.

    @raintrader & @gerencia: please post here or via email (contact[at]georgejipa.com) the websites where the maintenance mode is activated.
    Also activate wp_debug to investigate if another plugin / theme is causing the problem.

    Thread Starter Raintrader

    (@raintrader)

    @george
    heres my Blog wich has the the Problems : second-hand-diabetes.de
    wp_debug is active. As i mentionend i already tried with all plugins disabled. Also switching to the twentyfourteen Theme doesnt heps. Same Problems.

    Exited to hear your Thoughts or Solution on this.

    Thanx

    Unusual behaviour, but as I see jquery.js (which is loaded from WordPress includes) returns 503 error. Try to add the next line to Exclude list (as a new line) from General tab (plugin settings):

    wp-includes/js/jquery/jquery.js

    Thanks.

    LE: I also see that jquery.js is located in:

    http://second-hand-diabetes.de/cms/wp-includes/js/jquery/jquery.js

    not…

    http://second-hand-diabetes.de/wp-includes/js/jquery/jquery.js

    The problem appears because WordPress is trying to load jQuery from the wrong path. In the next version I’ll try to find a fix.

    Try this solution. Go to plugin folder, open /includes/classes/wp-maintenance-mode.php, go to line 483 and replace that line with:

    'jquery' => !empty($wp_scripts->registered['jquery-core']) ? site_url($wp_scripts->registered['jquery-core']->src) : '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js',

    Save and tell me the result. If it works fine, the fix will be included in the next version.

    Thanks.

    Thread Starter Raintrader

    (@raintrader)

    Awesome That does the trick.
    At least the countdown appears and also the Contactfrom after pressing the Button.
    Will check if emails are sent and counted in admin and post the resukts here.

    Big Thanx so far !!!

    Thread Starter Raintrader

    (@raintrader)

    Countdown works !!
    Subscribe works and gets count in Admin.!!
    (althoug there is an error message from wp_debug above the subscriber count)
    Contact form seems to work . Emails are received.

    Perfect for me !! Thanx a lot for the fast support

    Countdown works !!
    Subscribe works and gets count in Admin.!!
    (althoug there is an error message from wp_debug above the subscriber count)
    Contact form seems to work . Emails are received.

    Perfect for me !! Thanx a lot for the fast support

    You’re welcome. I know about that notice from subscribers count and is already solved (will be available in the next release).

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No Countdown & No email capture & Contact us Not working’ is closed to new replies.