Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Hi, first at all, thanks for the templates for bloggers. I really appreciate any help to solve the problem of customizing the template (Mogazine). Mainly slider, I’ve tried with the following code in the widget above the post; but I only get to show the navigation arrows up the post.
<div id="slider"></div>
<script type='text/javascript'>
jQuery("#slider").easySlider({
var numposts_gal = 6
});
</script>
and this others without any result:
<div id="slide-container">
<script style="text/javascript">
var numposts_gal = 6;
var numchars_gal = 150;
var random_posts = false; // random posts
</script>
<script src="http://name.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showgalleryposts&max-results=999999"></script>
</div>
<div id="slider"></div>
<script type='text/javascript'>
jQuery("#slider").easySlider({
var numposts_gal = 6
});
</script>