|
Customers GenoPro version: 3.1.0.1
Last Login: Monday, February 28, 2022
Posts: 12,
Visits: 116
|
I tried to explain a problem I was having with Sources and Citations (see Post #24256), but I obviously did not explain it well enough, for despite 70+ reviews, I got no replies. So after some further checking, I found where someone else submitted a similar problem in 2005 (see Post #8464). Their problem was that slideshow would not work right when more than 2 objects were linked in "Family Pictures" on the "Individuals" page. That problem was ultimately fixed by GenoProSupport; the last part of that discussion/solution is copied below.GenoProSupport -- "I thought the HTML code was missing only the idPVd_fam00008, but it is also missing the idPVv_fam00008. The new code is as follows: var oVisibility = document.getElementById("idPVv_" + id); if (oVisibility != null) { if (strDescription != "") { elementRemoveClass(oVisibility, "hide"); elementAddClass(oVisibility, "show"); } else { elementRemoveClass(oVisibility, "show"); elementAddClass(oVisibility, "hide"); } } |
Instead of editing the code, just download the attachment below." I have a very similar problem, except it is happening with "Sources and Citations" when more than 2 objects/photos are linked under a source. Regardless of whether I select a source from the bottom of the "Individuals" page or from the "Sources and Citations" page, if more than two pictures are linked to the same source, the first picture will show up without issue; the second picture will show up without the title below it; and no other pictures will show up when I click the "next" button; but clicking the "back" button causes a jump to the last picture in the que. The kicker is that all this happens when I publish a ENR with "suppress family details ..." to NO and "show full picture information ..." to YES. [If "show full picture information ..." is set to NO, all works just fine -- except that I now don't get the picture notes on those pages!] Is there a solution in the works to this problem, or is it peculiar to me? [I can workaround the problem by putting only 1 photo/object to a source, but when I am referencing an 8-page Last Will and Testament, it is awkward to do it that way.]
Edited: Tuesday, July 28, 2009 by
GenoProSupport
|