Hi,

Could you look at the attached snap and let me know how to fix this mix up issue. Basically the content block was posted with couple of events first and then later couple of Galleries. But both are appeared in unorganized format.

thanks

CommentFileSizeAuthor
MixedUpConent-GA.gif148.03 KBzirafi

Comments

zirafi’s picture

Hi,

Could you let me know if you have any suggestion or fix for this? Basically when first page of Gallery is allowed for 6 thumnails in a row and if user uploads only 5, then the previous content in the next row either it could be text or image will be appended to thumbnails row, which means Gallery row and other content are appeared in one row as shown in the attached snap. Please let me know if you have any solution for this?

thanks,
~Paradesi

jcmc’s picture

Hello paradesi,

I see you solve this issue self. Very good, I asume it was a theme format issue.

I change the status

Regards
Juan Carlos

jcmc’s picture

Status: Active » Fixed
zirafi’s picture

No, Juan it is still an issue. If you look at the home page currently on my site www.paradesi.net, you can see text "tiger" on right end of the thumbnails. Since GA settings for thumbnails number is 7, you don't see it clearly now. If i reduce the thumbnails number to 6, then text or node below the thumbnails row shows up in the same row of thumbnails.

thanks for looking into this.

jcmc’s picture

Status: Fixed » Active
jcmc’s picture

Hello Paradesi,

you have to add the followimg code to the file path_to_your_themes/aberdeen/node.tpl.php:
change

  <div class="content">
    <?php print $content; ?>
  </div>

to

  <div class="content clear-block">
    <?php print $content; ?>
  </div>
jcmc’s picture

Status: Active » Fixed

I have tested this change on one of my test enviroments with the aberdeen theme and it works as wanted and solve the issue.

zirafi’s picture

Perfect ! Juan. Thank you very much. The issue was fixed on my site as well.

Best regards

Status: Fixed » Closed (fixed)

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