Page 1 of 2
Folder description
Posted: 30 Oct 2010, 06:20
by maurizio
I set the folder description in thumbnails page.
Is it possible to set the text on left of thumbnails? If I'm not wrong It's possible only above.
Can I fix the text? Is number of thumbnails change the text change the position.
How can I I align justified the text of folder description?
How can change size font, color and character of tex description? If I'm not wrong is theme stylesheet but I don't find the correct string.
Many thanks in advance
bye
Re: Folder description
Posted: 31 Oct 2010, 15:01
by InoculateIT
Goto Themes, click edit on the theme you want to edit.
Scroll down to you see the Image and expand it.
Expand Text 1/2/3 adjust the Y and X position.
Is it that your looking for?
Re: Folder description
Posted: 01 Nov 2010, 09:07
by maurizio
Not exactly.
I mean the text of folder description that appears in thumbnails page
Re: Folder description
Posted: 09 Nov 2010, 11:51
by mjau-mjau
52357238 wrote:I set the folder description in thumbnails page.
Is it possible to set the text on left of thumbnails? If I'm not wrong It's possible only above.
Can I fix the text? Is number of thumbnails change the text change the position.
How can I I align justified the text of folder description?
How can change size font, color and character of tex description? If I'm not wrong is theme stylesheet but I don't find the correct string.
Sorry for the late reply -
You can not change the alignment of the title+description, as they are always displayed above the thumbnails. However, you CAN change any style of the text ... The following classes are used to style the text displayed above thumbnails:
.thumbnails {
color: #FFFFFF;
}
.thumbnails_breadcrumbs {
color: #CCCCCC;
leading: 1;
}
.thumbnails_title {
font-size: 18px;
color: #99CCFF;
leading: 1;
}
.thumbnails_description {
}
.thumbnails_page {
font-size: 14px;
}
You can find more information on editing the CSS stylesheets here:
https://www.photo.gallery/documentation/cssreference/
Remember to clear your browser cache after editing a CSS stylesheet, as cached CSS files may prevent you from seeing updates ...
Re: Folder description
Posted: 10 Nov 2010, 16:35
by maurizio
Many thaks for your clarification!
Rgdr
Re: Folder description
Posted: 01 Jun 2011, 09:23
by x-tremed
Got the same now while trying to insert a clickable image in the description.
I've included a button to order photo's, while viewing the thumbnailpage, everything looks fine (
http://gallery.opdefoto.com/#/content/N ... 4%20maart/ ) But when i open a photo, it just shows a little piece of the button.
http://gallery.opdefoto.com/#/content/N ... s_3408.jpg
Anyway to fix this?
Re: Folder description
Posted: 01 Jun 2011, 11:29
by mjau-mjau
Thing is, when you add that much description to an image item (that big bulky folder-description AND the normal image description), then Imagevue tries to place it above the image ... If it finds there is not space, then it will instead hide the description. In your case, it is hiding the description, but there is some small issue where it is not masking out properly the entire image.
Anyway, I would recommend trying to align the text to another location, maybe left or right, or even over the image ... It is difficult to align this amount of text (and the embedded image is huge) ... you could also increase the margin around the image, but it would become very small on smaller screens ...
Re: Folder description
Posted: 23 Sep 2011, 18:35
by ruslicus
HI. UNder the Folder parameters the what represents the lead parameter? I am looking to control the width of the Text area. Look here
www.photocollections.ca Thank you
Re: Folder description
Posted: 24 Sep 2011, 05:39
by mjau-mjau
ruslicus wrote:HI. UNder the Folder parameters the what represents the lead parameter? I am looking to control the width of the Text area. Look here
http://www.photocollections.ca Thank you
This would be related to your CSS for titles. I am not sure how you got that much leading. Docs on the theme CSS here:
https://www.photo.gallery/documentation/cssreference/
If you want me to take a look, please provide link and login to your admin ...
Re: Folder description
Posted: 27 Sep 2011, 17:07
by ruslicus
I just clicked enter after each line which created different Description lines. My challange is that I want to add the description of the site but do not extend to all width of the thumbnails area. As you can see I am using 8 thumbnails and the description will be spread to the end of the thumbnails, which I don't really like - so I am trying to trick it. Thank you
Re: Folder description
Posted: 28 Sep 2011, 00:42
by mjau-mjau
ruslicus wrote:I just clicked enter after each line which created different Description lines. My challange is that I want to add the description of the site but do not extend to all width of the thumbnails area. As you can see I am using 8 thumbnails and the description will be spread to the end of the thumbnails, which I don't really like - so I am trying to trick it. Thank you
There are two types of line-breaks:
1. Clicking "enter" usually leads to new paragraph <p></p> and often leads to two lines of space between lines.
2. Clicking "shift+enter" leads to a plain line-break <br/>, and will most likely help you create a single line break.
Re: Folder description
Posted: 28 Sep 2011, 14:12
by ruslicus
Thank you works great with <br/> insert!
Re: Folder description
Posted: 12 Jan 2012, 22:25
by paydayMARK
mjau-mjau wrote:ruslicus wrote:I just clicked enter after each line which created different Description lines. My challange is that I want to add the description of the site but do not extend to all width of the thumbnails area. As you can see I am using 8 thumbnails and the description will be spread to the end of the thumbnails, which I don't really like - so I am trying to trick it. Thank you
There are two types of line-breaks:
1. Clicking "enter" usually leads to new paragraph <p></p> and often leads to two lines of space between lines.
2. Clicking "shift+enter" leads to a plain line-break <br/>, and will most likely help you create a single line break.
Hello!
I have a similar problem... and it looks really bad. Can you help, please:
http://bshive.com/#/content/Products/Si ... angements/
If you hoover over the thumbnails... it really bad. Can you please advice me what to do? Is there any CSS that can help with the spaces in between the paragraphs? I would like to be able, even in the text pages, to ad myself the empty space line in between paragraphs...
Thank you in advance!!!
Re: Folder description
Posted: 15 Jan 2012, 01:03
by mjau-mjau
paydayMARK: I am not exactly sure what your problem is because you did not explain it. Previously discussed in this topic is how to work with paragraphs and or line breaks.
I checked your gallery, and I navigated to the "AboutUs" folder, guessing that this is where your problem might be. I see only one issue:
# Your image width is set to leave a small gap on the right side, so some text is wrapping on the right. Why not make your image wider?
I am not sure what other problems there are ... You have a very large font, but this you have chosen yourself so I assume its intended. You also have normal spaces between paragraphs:

... except further down the document, you have both paragraphs AND line breaks in some places, making the space too high ...
Re: Folder description
Posted: 15 Jan 2012, 17:34
by paydayMARK
Hi Karl!

Sorry.
My problem is in the thumbnails description. I would like to have the text closer... it's so spaced...
The other issues you are right about them and I just got the answer from this topic which helps me just in the text pages.
I made the font big because the website is targeted to older audience

Ok:
I am looking in adding something in the CSS file that would help me with this, site wide or on sections.
Just a reminder

I don't know anything about PHP
Thank you!!!