Hallo,

after several tryals I got the gallery to work, but now I have a new problem. The images in a gallery which is in a node, are sortet with <li></li> in a <ul></ul> If I set the the BG as a sidebar - modul, there I can see the 3 coloums I wished inside the Node. Whats wrong with that?

http://www.st-martin-witterda.de/smw/node/53

Inside the Node I wrote [bg|albums] nothing else ...

Comments

Maszie’s picture

Had a look at my HTML - Code - the block seems to be ok and looks like this:

<ul style="margin: 0px; padding: 0px; font-size: 0pt; width: 480px;">
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
<li style="border: medium none ; margin: 0px; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 0pt; float: left; width: 120px; list-style-type: none; list-style-image: none; list-style-position: outside; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 116px; text-align: center;">
</li>
</ul>

But the gallery in the node looks like this:

<div class="content clear-block">
<p/>
<ul>
<li>
<a class="lightbox-processed" title="15chateau de vincennes03" rel="lightbox[9438219]" href="http://www.st-martin-witterda.de/smw/sites/all/modules/brilliant_gallery/image.php?imgp=L3Zhci93d3cvd2ViOTc4L2h0bWwvc213L2ZpbGVzL3VwbG9hZHMvYWxidW1zLzE1Y2hhdGVhdV9kZV92aW5jZW5uZXMwMy5qcGc=&imgw=800&imgh=600">
<img src="http://www.st-martin-witterda.de/smw/sites/all/modules/brilliant_gallery/image.php?imgp=L3Zhci93d3cvd2ViOTc4L2h0bWwvc213L2ZpbGVzL3VwbG9hZHMvYWxidW1zLzE1Y2hhdGVhdV9kZV92aW5jZW5uZXMwMy5qcGc=&imgw=120&imgh=90" alt=""/>
</a>
</li>
<li>
</li>
<li>
</li>
</ul>
</div>

but in the node I want it the way I have it in the block - sorted with the rows I have adjusted in the settings to 3. In the node I get only 1 column and the number of the rows is acording to the number of Pctures inside the Folder.

The Tags for overwriting the settings are working in general, but not in case of the row - overwriting. Also the backgroundcolor will not change in the Node window.

Quedas’s picture

Version: 6.x-3.0 » 6.x-3.6

I seem to have the same issue...