Best way to implement Revolution Slider?

Has anyone been able to successfully implement Revolution Slider into their project? Is so, how did you do it? I haven’t found a whole lot on this topic outside of Word Press. Best info I could find is located here: http://www.andrehonsberg.com/article/meteorjs_jquery_sliders_use_document_ready, however I am still not having any luck. Any direction on this is greatly appreciated.

Thank you

Took me a while to get what you mean by ‘revolution’ slider. If you search by the right term (carousel), you’ll find what you’re looking for :wink:

Hi mordrax, thank you for your reply. I have been able to get other carousel packages to work properly, Owl Carousel for example (http://owlgraphic.com/owlcarousel/), however Revolution Slider is a specific JavaScript slider I’d like to get working (http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848) if possible.

Specifically, here is the template I am working with - (http://themeforest.net/item/progressive-multipurpose-responsive-template/7197521 )

Here is a demo: http://template.progressive.itembridge.com/3.0.1/

Based on this question, it looks like it is possible: http://stackoverflow.com/questions/30821238/meteor-collection-returns-none-when-deployed-on-production

However I attempted implementing is a similar fashion to no avail.

Thanks again

Sorry, my misunderstanding. It would useful to see your relevant code and any errors you have. Meteor works well with jquery but atm, we’re just guessing what problems you might be having.

Hey

Were you able to get the revslider working properly? I am also having some issues getting it to work for me.

I get this error in the browser console when I try to call – this.$(’.banner’).show().revolution(options)

ReferenceError: punchgs is not defined
at HTMLDivElement. (jquery.themepunch.revolution.min.js:9)
at Function.jQuery.extend.each (jquery.js:392)
at jQuery.fn.jQuery.each (jquery.js:144)
at e.fn.extend.revolution (jquery.themepunch.revolution.min.js:9)
at Template.home.rendered (home.js:13)
at runTemplateHooks (aldeed_template-extension.js:383)
at templateExtensionMasterHook (aldeed_template-extension.js:332)
at blaze.js:3302
at Function.Template._withTemplateInstanceFunc (blaze.js:3643)
at fireCallbacks (blaze.js:3298)

Would appreciate any feedback.