Revolution Slider
-
I cannot get my revolution slider show show up… I’ve tried ignoring the two js files I see the slider calling by inserting this code into my functions
‘add_action( ‘wp_print_styles’, ‘my_deregister_styles’, 100 );
add_action( ‘wp_head’, ‘my_head_scripts’ );function my_deregister_styles() {
wp_deregister_style( ‘jquery’ );
}function my_head_scripts() { // the html for the script
?>
<script type=”text/javascript” src=”http://www.swimfunpoolsupplies.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.5″></script>
<script type=”text/javascript” src=”http://www.swimfunpoolsupplies.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.5″></script>
<?php
}’It still doesn’t appear. The class of the slider is ‘wpb_revslider_element’ and on the homepage here: http://www.swimfunpoolsupplies.com. Am I doing something wrong?
The topic ‘Revolution Slider’ is closed to new replies.