blindsnoop
Forum Replies Created
-
Hi, I have the same problem
does it works now for you ?Hi, I have the same problem
does it works now for you ?Hi Thomas do you have time to see what’s wrong in my website ?
`<script type=”text/javascript”>
jQuery(document).ready(function($){
jQuery.ajaxSetup({cache:false});
jQuery(“.trick”).click(function(){
var post_id = $(this).attr(“href”);
jQuery(“#contentgalerie”).html(“loading…”);
jQuery(“#contentgalerie”).load(post_id);return false;
});});
here is the ajax code I use :
<script type="text/javascript"> jQuery(document).ready(function($){ jQuery.ajaxSetup({cache:false}); jQuery(".trick").click(function(){ var post_id = $(this).attr("href"); jQuery("#contentgalerie").html("loading..."); jQuery("#contentgalerie").load(post_id); return false; }); });[Please post code between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
</script>
thank you for your reply
yes I’ve purchase Soliloquy slider but I don’t really understand what you’ve just explain to me ..
I can give you the wordpress admin codes in a private message if you want.
In fact the function works directly in the php code,
but when I load articles which contains soliloquy shortcode it does not display the slider, only the article’s title.