Tagged: x
-
AuthorPosts
-
January 12, 2017 at 7:44 pm #1328086
awk86ParticipantI 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.3January 12, 2017 at 11:18 pm #1328311
Rue NelModeratorHello 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.
January 13, 2017 at 5:28 pm #1329279
awk86Participantkinggeeks.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.
January 13, 2017 at 5:34 pm #1329282
awk86ParticipantJust 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
January 14, 2017 at 12:46 am #1329628
RadModeratorHi 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 identifierAnd this is the javascript error,
Uncaught ReferenceError: nfForms is not definedPlease 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328086 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
