i saw some good working demo and configured the plugin as per the instructions.here are are the details Showpost->checked Use Snazzy Cache ->checked Layout->2 Effect->1 special FX Start in mini mode (collapsed archives) ->checked Display Years in rows ->checked Show Images ->checked Round corners of images -checked
i have created a custom tempelate with the following code in that
<?php //This part is required for WordPress to recognize it as a page template /* Template Name: Custom Archive Template */ ?> <?php get_header(); ?>
<p align="center"> <?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(""); ?> </p>
<?php get_footer(); ?>
but it is not showing the archive properly as its showing all archive in one row with 2 buttons to go forward or move back.when i am choosing any other option than Effect->1 special FX a blank page is coming out.
can any one help me to find out why its not working as it is said to work
Vladimir’s WordPress Forum
Snazzy Archive not working properly in wordpress 3.2.1
20:41
19 November, 2011
Umesh
Hi All,
i saw some good working demo and configured the plugin as per the instructions.here are are the details
Showpost->checked
Use Snazzy Cache ->checked
Layout->2
Effect->1 special FX
Start in mini mode (collapsed archives) ->checked
Display Years in rows ->checked
Show Images ->checked
Round corners of images -checked
i have created a custom tempelate with the following code in that
/*
Template Name: Custom Archive Template
*/
?>
<?php get_header(); ?>
<p align="center">
<?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(""); ?>
</p>
<?php get_footer(); ?>
but it is not showing the archive properly as its showing all archive in one row with 2 buttons to go forward or move back.when i am choosing any other option than Effect->1 special FX a blank page is coming out.
can any one help me to find out why its not working as it is said to work
thanks in advance