Hi, is there a way how to make node text appear above Galleria? Currently the code is generated in the following way:

<div class="content">

<div id="galleria-content">
...
</div>

Node text goes here.

</div>

I'd like to have

<div class="content">

Node text goes here.

<div id="galleria-content">
...
</div>

</div>

It would be great to add an option for selecting the text position directly into Galleria settings.

Btw, thanks for this module and for all the support here!

Comments

Mark Theunissen’s picture

You can do this, just go to the "Manage fields" section of the content type and drag-n-drop the Galleria to be above the node's body.

The URL you're looking for would be something like admin/content/node-type/galleria/fields

petrd’s picture

Status: Active » Fixed

Thanks for the pointer. It's a lightweight site running without CCK. Once I installed it, I was able to solve my problem.

Still, from the usability point of view, I think there could be a hint on the Galleria settings page, for example below the Location of thumbnails listbox. Something like

Hint: In order to customize Galleria position on a page (e.g. if you want to have Galleria placed below the node body), you need to install the CCK module and rearrange fields for the content type that has Galleria enabled.

for those who don't have CCK installed

and

Hint: In order to customize Galleria position on a page (e.g. if you want to have Galleria placed below the node body), you need to rearrange fields for the content type that has Galleria enabled.

for those who have it. People like me would appreciate this :)

Just my 2 cents...

Mark Theunissen’s picture

Thanks, I have added this message to the admin form.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.