Das plugin erzeugt aus dem oben aufgeführten Platzhalter folgenden Code:
Code: Select all
<div class="phocagallery-box-file pgplugin1" style="height:218px; width:218px;position:relative;float:left;margin: 5px;padding: 5px;">
<center>
<div class="phocagallery-box-file-first" style="height: 200px; width: 200px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center style="margin-top: 10px;">
<a class="pg-modal-button" title="S.." href="http://....phocagallery/..humbs/phoc..2.jpg" rel="{handler: 'image', size: {x: 200, y: 150}, overlayOpacity: 0.3}">
<img class="pg-image" src="....ng2.jpg" alt=".."></a></center>
</div>
</div>
</div>
</center>
</div></div><div style="clear:both"> </div>
der letzte container erzeugt das Problem
- wie becomme ich den weg?
cu
nach der Suche nach dem container habe ich das gefunden:
viewtopic.php?f=1&t=33958
Die Bedingung war in meiner Version schon auskommentiert, nur die Zuweisung war aktiv.
ich habe bei mir auch
Code: Select all
line 1777 // $output .= '<div style="clear:both"> </div>';
auskommentiert und es geht.
cu