Just curious, why would you would like to have a WordPress slider in your Vue / Laravel theme when you can use other powerful library extensions? If I where you, I would rebuild the slider by myself with plain javascript or use another library. If I search quickly (not saying that this would be the best option) you could for example use an library like this one KeenSlider or something like that and tweak it with your needs. Hope this is useful. Good Luck! :)
Jan 6, 2023
4
Level 50
How to implement Js
Hi everyone I have a query that I have to implement this theme in Vue js with laravel using the breeze package I implemented most of the code but then I got an issue that I can not use the template's js files if I want to use that js files how can I implement it in vue file like Footer? vue?
theme link:>https://kodesolution.com/html/2017/learnpro-html/demo/index-mp-layout1.html
Laravel Version:9.0
I want to use these js files.
<script src="js/custom.js"></script>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS
(Load Extensions only on Local File Systems!
The following part can be removed on Server for On-Demand Loading) -->
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script>
Please help me or give me any suggestions for it It would be helpful for me
Please or to participate in this conversation.