Hi there,
i just purchased Avia Slider from Code Canyon but can't find any documentation to help me install it - can you tell me where to get it or send it to me please.
Thank you
Hi there,
i just purchased Avia Slider from Code Canyon but can't find any documentation to help me install it - can you tell me where to get it or send it to me please.
Thank you
A documentation file (html) should be included. However I've uploaded the documentation here: http://www.mediafire.com/?xa3hii1r2q77zrt
Thanks
I got the documentation now. I know this is probably a stoooopid question but I don't have much experience with this stuff - but where do i put the $('#slider1').aviaSlider(); code on my page? Or perhaps it might be easier if there is a live example of the basic set up of the slideshow somewhere, where i can look at all the code myself and work it out from there (a good - if slow) way to learn.
Thanks
A sample code is included in your themeforest package. You'll find a html file there which uses "custom.js" to display various aviasliders.
The code you posted above can be used like:
<script type='text/javascript'>
$('#slider1').aviaSlider();
</script>
Please use it in your <head> section.
I just purchased this but when I tryin and install on wordpress it fails. Is this not a wordpress plugin?
No, it's a standalone javascript. At the moment there's no plugin version available.
How do I implement it in wordpress? I purchased one of your themes but want to use the script on another site... thats why i purchased it.
Hey,
Where do you want to implement aviaslider? Do you want to use it just on another site which is running our theme or do you want to use it for a completely different theme/site? You'll find a documentation file in your themeforest aviaslider package which helps you to integrate the slider in html and/or php code.
I have purchased the habitat theme and the slider but want to encorporate the slider in another theme I am working on. I'll try the documentation it was very hard to figure out tho.
Upon reading the documentation there is no mention of PHP in the entire document.
Please advise.
First you need to include the slider js files:
i.e. like:
<script type='text/javascript' src='js/jquery.aviaSlider.min.js'></script>
Then you need to call it like:
<script type='text/javascript'>
$('#slider1').aviaSlider();
</script>
Next you need to create the slider list which contains the images:
<ul class="aviaslider" id='slider1'>
<li><a href="images/slides/1.jpg" title=""><img src="images/slides/1.jpg" alt="" /></a></li>
<li><a href="images/slides/2.jpg" title=""><img src="images/slides/2.jpg" alt="" /></a></li>
<li><a href="images/slides/3.jpg" title=""><img src="images/slides/3.jpg" alt="" /></a></li>
<li><a href="images/slides/4.jpg" title=""><img src="images/slides/4.jpg" alt="" /></a></li>
</ul>
That's it.
So where do I put this code? Sorry but I need a basic walkthrough.
Thanks!
Ok so where do I upload the files? Where do I enter the code? Thanks in advance!
You can upload the files anywhere you want - you just need to use correect source paths. i.e. if you upload jquery.aviaSlider.min.js to wp-content/uploads/ you need to use http://my-url/wp-content/uploads/jquery.aviaSlider.min.js
The javascript code should be part of the head section. The slider images (image list) can be used within the body section.
I am sorry but I am here to look for videos on using Habitat. Do we have that or no?
Hey,
currently we don't offer tutorial videos for Habitat. James posted a video which helps you to install ans setting up themes in general.
You must log in to post.