Dear matijapetrovic,
If you are using the Pro version you can remove it going to Photo Gallery->Themes->Select your current theme->Page Navigation and set “Numbering” option to No.
Can I disable it in free version?
Dear tripeord,
Please contact us to info@web-dorado.com by indicating the forum post link in your email subject and we will send you the customized version.
Hello Matija,
I hope that you speak Serbian so i will continue in Serbian.
Ispod foldera gde ti je instaliran plugin, na putanji (npr. C:\xampp\htdocs\wordpress\wp-content\plugins\photo-gallery\frontend\views)
nalazi se .php fajl koji se zove BWGViewThumbnails. Liniju koda 376:
if ($params[‘image_enable_page’] && $params[‘images_per_page’] && ($theme_row->page_nav_position == ‘bottom’)) {
zameni sa
if ($params[‘image_enable_page’] && 0 && ($theme_row->page_nav_position == ‘bottom’)) {
Pozdrav