Hi! I have Tabletheme and used to use the old version of Royalslider. It worked perfectly. I installed the new version and the slides on posts don't work. They are shown one slide on top of the other: http://diarioposta.com/test/
I chequed Issue #3 on this page http://help.dimsemenov.com/kb/wordpress-royalslider-faq/wp-slider-l...
But I can't fix it. In my file admin_functions.php I have this:
/* Adds jquery script */ add_action('wp_print_scripts', 'jquery_script',8);
function jquery_script(){
if ( function_exists('esc_attr') ) wp_enqueue_script('jquery'); else { wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js';, false, '1.3.2'); } } Is this what I'm supposed to change? How?
.
help.dimsemenov.com
No comments:
Post a Comment