- Posts: 14116
- Thank you received: 1639
Photo Gallery Plugin - horizontal/vertical
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 10 months ago #5626
by ivan.milic
Replied by ivan.milic on topic Re: Photo Gallery Plugin - horizontal/vertical
That plugin does nothing with text it just inserts images with litebox. You have to put it there by yourself while editing article.
One example is use of table(in HTML view):
<table>
<tr>
<td>
Your left content....
</td>
<td>
{photogallery}images/stories/demo/cities{/photogallery}
</td>
</tr>
</table>
One example is use of table(in HTML view):
<table>
<tr>
<td>
Your left content....
</td>
<td>
{photogallery}images/stories/demo/cities{/photogallery}
</td>
</tr>
</table>
Please Log in to join the conversation.
-
Strzelec
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
13 years 10 months ago #5629
by Strzelec
Replied by Strzelec on topic Re: Photo Gallery Plugin - horizontal/vertical
Ok I understand that I can achieve this with the help of HTML. But tell me how it is done on the demo page in the editor when the text does not have any HTML snippets. I could provide depends on users to easily edit these pages. Does that mean the demo page, is there any trick?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5638
by ivan.milic
Replied by ivan.milic on topic Re: Photo Gallery Plugin - horizontal/vertical
you can put some css that does that.Images in Gallery are in div with id="#gallery"
You can do something like this:
#gallery
{
float:right;
.....
}
You can do something like this:
#gallery
{
float:right;
.....
}
Please Log in to join the conversation.
-
Strzelec
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #5644
by Strzelec
Replied by Strzelec on topic Re: Photo Gallery Plugin - horizontal/vertical
ok cool, I know how it is done. is used class = "property_gallery" and class = "property_text. Thank you for your help. I have another question but I bet a new topic.
Last edit: 13 years 10 months ago by Strzelec.
Please Log in to join the conversation.
Time to create page: 0.084 seconds