Bugs in Phocagallery_v4.2.1
Posted: 21 Nov 2015, 04:50
Hi Jan,
There seems to be two bugs in the latest Phoca Gallery extension. I installed these extensions on a testing site:
http://www.nemmar.org/animals-wildlife/ ... ty-neglect
com_phocagallery_v4.2.1.zip
mod_phocagallery_image_v4.2.1.zip
mod_phocagallery_menu_v4.1.0.zip
mod_phocagallery_tree_v4.2.1.zip
1) The first bug is in the Phoca Gallery module link. If you click the photos in the top header Phoca Gallery module of my testing site you will see that it gives the default 404 error with the URL of:
I have the PG module link settings to open those photo links to: Link to Categories View
This PG link setting was working fine prior to the PG v4.2.1 upgrade so it must be a bug in the new PG version.
2) This is a Phoca Gallery bug that existed in the prior PG versions and the latest version PG v4.2.1. You can see this on the same page testing URL in the post. When you mouseover the Article category list column heading sort links, those heading links disappear until you refresh the page. On the testing URL you can see the column heading sort links of Title and Hits.
I had noticed this same problem with the article category list pagination links below the article column list. My template developer was able to give me custom CSS fixes for this disappearing pagination links problem:
Template fix to stop Features Articles container from disappearing on mouseover:
.items-more {clear: both;}
Template fix of pagination "Start Previous Next End" links disappearing on mouse hover:
.pagination ul > li > a {display: inline-block !important;}
Can you tell me if there is a CSS way to fix this problem?
Or can you fix the bugs and release an updated PG extension?
Thanks.
There seems to be two bugs in the latest Phoca Gallery extension. I installed these extensions on a testing site:
http://www.nemmar.org/animals-wildlife/ ... ty-neglect
com_phocagallery_v4.2.1.zip
mod_phocagallery_image_v4.2.1.zip
mod_phocagallery_menu_v4.1.0.zip
mod_phocagallery_tree_v4.2.1.zip
1) The first bug is in the Phoca Gallery module link. If you click the photos in the top header Phoca Gallery module of my testing site you will see that it gives the default 404 error with the URL of:
I have the PG module link settings to open those photo links to: Link to Categories View
This PG link setting was working fine prior to the PG v4.2.1 upgrade so it must be a bug in the new PG version.
2) This is a Phoca Gallery bug that existed in the prior PG versions and the latest version PG v4.2.1. You can see this on the same page testing URL in the post. When you mouseover the Article category list column heading sort links, those heading links disappear until you refresh the page. On the testing URL you can see the column heading sort links of Title and Hits.
I had noticed this same problem with the article category list pagination links below the article column list. My template developer was able to give me custom CSS fixes for this disappearing pagination links problem:
Template fix to stop Features Articles container from disappearing on mouseover:
.items-more {clear: both;}
Template fix of pagination "Start Previous Next End" links disappearing on mouse hover:
.pagination ul > li > a {display: inline-block !important;}
Can you tell me if there is a CSS way to fix this problem?
Or can you fix the bugs and release an updated PG extension?
Thanks.