Phocagallery plugin missing a final closing tag?
Posted: 30 Nov 2020, 20:09
I have just realized that plugin is missing final closing tag - at least that was my case.
I was experiencing that all divs after phocagallery plugin declaration are placed under content from above.
So I added
just before
around line 1625 to fix this issue.
Anyone else experiencing the same issue?
I was experiencing that all divs after phocagallery plugin declaration are placed under content from above.
So I added
Code: Select all
echo '</div>';
Code: Select all
} // end if count_matches
Anyone else experiencing the same issue?