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

    (@bluenotes)

    A couple of things to try:

    1) You’re calling jQuery twice, jquery.js (within the header) and jquery.min.js (within the footer). The second one is called after the slider inline js is printed from the shortcode. Every instance of jquery cancels the previous. In this case with it coming after, the flexlider function becomes undefined. Regardless though, one instance of jquery needs to be called only.

    2) Since you’re on v2 of BNE Testimonials, try the newer version of the shortcode outlined in the Admin help page. This streamlined version sends the inline js needed for the slider to the footer which in turn should be after any instance of jquery. Basically, instead of [bne_testimonials_slider] you would use [bne_testimonials layout=”slider”]

    Thread Starter mikejrhiggins

    (@mikejrhiggins)

    That’s great, thanks Bluenotes!

    I tried suggestion 2 and it seems to have worked (but it doesn’t load every time I refresh the the page).

    As such I’m going to sort my JQuery out.

    Thank you for your help. I’m sure I’ll be ok from here in.

    All the best, Mike

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Appears and then disappears’ is closed to new replies.