PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

When I use conditional logica, form not visible

  1. Matthijs92
    Member

    When I use conditional logica, form not visible
    I cannot find the solution, the website is: http://hoevedebeek.nl/test/

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi,

    Your form is failing to appear because of a javascript error which is preventing the Gravity Forms scripts from running and revealing the form, I suspect although can't be 100% sure without seeing the theme header.php and functions.php files that it is because the theme author is not enqueueing scripts in the correct way which is causing jQuery to be loaded multiple times and scripts to be loaded in the wrong order.

    If you could copy the contents of the header.php and functions.php files separately to a service like Pastie or PasteBin and then post the links here I can take a look and recommend workaround although ultimately it is the theme author that needs to fix the theme.

    Regards,

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  3. Albertoe
    Member

    Same problem here.... Sufussion theme last version 4.4.6 .
    Page Example. http://swingverguenza.com/inscripcion-exchange/
    Fucntions and header in pastie
    http://pastie.org/8034187
    http://pastie.org/8034185

    Any workarround ???

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  4. Richard Vav
    Administrator

    @Albertoe while your problem is the same it is not your theme that is incorrectly enqueueing scripts it is the wpng-calendar plugin which according to it's WordPress plugin repository page hasn't been updated in over five years.

    I would advise you find a replacement plugin that is still under development, however if you still want to use it you would have to edit the wpng-calendar.php file, on line 165 of the file you should find this

    wp_enqueue_script('jquery-js', get_bloginfo('wpurl') . '/wp-content/plugins/wpng-calendar/js/jquery.js', null, '6124');

    whereas the developer should have used the following

    wp_enqueue_script("jquery");

    Again, I would recommend finding a replacement if possible rather than editing plugin files.

    Regards,
    Richard

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  5. Matthijs92
    Member

    I have this problem when I use nicescrollbar:
    <script src="/wp-content/themes/yoo_master_wp/js/jquery.min.js"></script>
    <script src="/wp-content/themes/yoo_master_wp/js/jquery.nicescroll.min.js"></script>
    When I added jquery.min.js it goes wrong with the form.
    When I remove the jquery nicescollbar does not work.

    how can I both get this working?

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  6. Richard Vav
    Administrator

    Can you copy the contents of the header.php and functions.php files separately to a service like Pastie or PasteBin and then post the links here so I can take a look at how your theme is including the scripts.

    Posted 10 years ago on Wednesday June 12, 2013 | Permalink
  7. Albertoe
    Member

    @richardvav Thanks for an amazing quick response. Solved. Thanks.

    Posted 10 years ago on Wednesday June 12, 2013 | Permalink
  8. Richard Vav
    Administrator

    @Albertoe you're welcome, I am glad your issue is resolved.

    Posted 10 years ago on Wednesday June 12, 2013 | Permalink

This topic has been resolved and has been closed to new replies.