Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1328086
    awk86
    Participant

    I cannot get a Ninja Forms shortcode to work on a Slider Revolution slider on my site. After inserting the shortcode into a layer and checking my site all I see is a blinking/pulsing dot where the form should be displayed.

    Site: KingGeeks.com
    Wordpress Version: 4.7.1
    X-Version: 4.64
    Cornerstone Plugin Version: 1.3.3

    #1328311
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you in advance.

    #1329279
    awk86
    Participant

    kinggeeks.com is the url

    I currently don’t have the shortcode on the slider rev page anymore because It wasn’t functional so I just put the shortcode on a regular WordPress page without slider revolution in order to get the functionality temporarily. Ideally id be able to put the ninjaform on my slider though.

    #1329282
    awk86
    Participant

    Just put it back up so you can see the issue on my contact page by clicking the button “Contact US” at the bottom of the home page

    #1329628
    Rad
    Moderator

    Hi there,

    Not all content will work within slider’s layer especially if it contains javascript. Slider create clones of each slider, which mean it can create clones of what’s within the layer including javascript and it triggers the error.

    This points to the form field generated within the layer

    Uncaught SyntaxError: Unexpected identifier

    And this is the javascript error,

    Uncaught ReferenceError: nfForms is not defined

    Please try adding a simple form instead, a form that doesn’t contain javascript. Or if possible, declare your form outside the slider (eg. sections) then just trigger it with the button from the slider. Instead of adding the form directly to the layer.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1328086 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>