Hello, and thank you for the great plugin. Just a silly question: if pagify is set to let's say 4, and the number of thumbs is exactly sth multiplied by 4 (like 12, 20 etc.) the pagify always adds one extra (empty) page.
the jQuery is loaded via template.
What am i doing wrong ? Thank you very much.
EDIT: Is it possible that pagify counts the clearing div ?
EDIT: OK, i got it. pagify indeed counts the extra clearing div ($this.children()) so removing it (in my case from the plugin_prettyphoto.php - line 222) solves the problem. the div seems redundant since the pagify div has also clear:both.
sorry for confusion
the jQuery is loaded via template.
What am i doing wrong ? Thank you very much.
EDIT: Is it possible that pagify counts the clearing div ?
EDIT: OK, i got it. pagify indeed counts the extra clearing div ($this.children()) so removing it (in my case from the plugin_prettyphoto.php - line 222) solves the problem. the div seems redundant since the pagify div has also clear:both.
sorry for confusion