2012-11-03, 05:15:45
(2012-11-03, 05:01:24)Dude Wrote: I asked before (slider)
I have it TRUE and component created with slides. On page I have {% slider %} but I see only single images, no slider. Code is correct, as above. In header link to js and styles, but still not working
my code in slider <?php get_component('slider'); ?>
<li><img src="/kreatywna-section.png" /></li>
<li><img src="/prawna-section.png" /></li>
<li><img src="/biuro-section.png" /></li>
// ACTIVATE SLIDER BLOCK
$slider = TRUE;
@SmashArtist thank's for other tips, I will test it (menu)
The only thing that I can think of is another js or duplicate jquery.
Do you have any other plugins or can you PM me your testing site?
I'll be glad to take a look for you.
Your current header should have the following for the slider:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" src="<?php get_theme_url(); ?>/assets/js/responsiveslides.min.js"></script>
<script type="text/javascript" src="<?php get_theme_url(); ?>/assets/js/theme_scripts.js"></script>