How do I un-minify plugins.min.js to make a change and then how do I minify back?
I need to add title="Carousel Navigation" to the Owl Carousel Nav button links.
Thanks!
1 reply · opened Nov 1, 2022
How do I un-minify plugins.min.js to make a change and then how do I minify back?
I need to add title="Carousel Navigation" to the Owl Carousel Nav button links.
Thanks!
Hello,
The js/ Folder already includes the non-minified plugins.js File. But you can simply find the following code in the minified: plugins.min.js file:
[ch_pre type="js"]navElement:'button type="button" role="presentation"'[/ch_pre]
and replace it with:
[ch_pre type="js"]navElement:'button type="button" role="presentation" title="Carousel Navigation"'[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard