[Plugin: AnythingSlider for WordPress] Should mention that anything slider has to be installed
-
The installation should mention that (except for the anything slider wordpress plugin) anythingslider itself has to be manually installed, especially the bits in the header:
<!-- jQuery (required) --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <!-- Optional plugins --> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.easing.1.2.js"></script> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/swfobject.js"></script> <!-- Anything Slider --> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/anythingslider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/print.css" type="text/css" media="print" /> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.anythingslider.js"></script> <!-- Add the stylesheet(s) you are going to use here. All stylesheets are included below, remove the ones you don't use. --> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme-metallic.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme-minimalist-round.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme-minimalist-square.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme-construction.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme-cs-portfolio.css" type="text/css" media="screen" /> <!-- AnythingSlider optional extensions --> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.anythingslider.fx.js"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.anythingslider.video.js"></script> <!-- Older IE stylesheet, to reposition navigation arrows, added AFTER the theme stylesheet above --> <!--[if lte IE 7]> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/anythingslider-ie.css" type="text/css" media="screen" /> <![endif]--> <!-- Required --> <script type="text/javascript"> $(function(){ $('#slider').anythingSlider(); // add any non-default options here }); </script>
https://www.ads-software.com/extend/plugins/anythingslider-for-wordpress/
P.S. Thanks for this great plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: AnythingSlider for WordPress] Should mention that anything slider has to be installed’ is closed to new replies.