Search…

X3 Photo Gallery Support Forums

Search…
 
maurizio
Topic Author
Posts: 9
Joined: 24 Oct 2010, 10:39

Folder description

30 Oct 2010, 06:20

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
 
User avatar
InoculateIT
Experienced
Posts: 85
Joined: 08 Jun 2010, 15:04

Re: Folder description

31 Oct 2010, 15:01

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?
The spelling mistakes has been inserted automatically of consideration to the people who find a great pleasure to search for it...
 
maurizio
Topic Author
Posts: 9
Joined: 24 Oct 2010, 10:39

Re: Folder description

01 Nov 2010, 09:07

Not exactly.
I mean the text of folder description that appears in thumbnails page
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

09 Nov 2010, 11:51

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:
Code
.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 ...
 
maurizio
Topic Author
Posts: 9
Joined: 24 Oct 2010, 10:39

Re: Folder description

10 Nov 2010, 16:35

Many thaks for your clarification!
Rgdr
 
x-tremed
Posts: 20
Joined: 20 May 2011, 16:40

Re: Folder description

01 Jun 2011, 09:23

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?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

01 Jun 2011, 11:29

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 ...
 
ruslicus
Posts: 11
Joined: 20 Sep 2011, 10:43

Re: Folder description

23 Sep 2011, 18:35

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

24 Sep 2011, 05:39

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 ...
 
ruslicus
Posts: 11
Joined: 20 Sep 2011, 10:43

Re: Folder description

27 Sep 2011, 17:07

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

28 Sep 2011, 00:42

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.
 
ruslicus
Posts: 11
Joined: 20 Sep 2011, 10:43

Re: Folder description

28 Sep 2011, 14:12

Thank you works great with <br/> insert!
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

12 Jan 2012, 22:25

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!!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

15 Jan 2012, 01:03

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:
Image
... except further down the document, you have both paragraphs AND line breaks in some places, making the space too high ...
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

15 Jan 2012, 17:34

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!!!