You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a tiny issue, am pretty satisfied of your plugin anyway 👍
If we don't have the same DOM structure as in your examples, navigation numbers are left hidden.
In my case, i've nav_panel in a folder 2 children lower. Based on your file not minified, on line 133, it should be :
Just a tiny issue, am pretty satisfied of your plugin anyway 👍
If we don't have the same DOM structure as in your examples, navigation numbers are left hidden.
In my case, i've nav_panel in a folder 2 children lower. Based on your file not minified, on line 133, it should be :
total_page_no_links = $page_container.find(options.nav_panel_id+':first').children('.page_link').size();
instead of :
total_page_no_links = $page_container.children(options.nav_panel_id+':first').children('.page_link').size();
The text was updated successfully, but these errors were encountered: