| 30 Oct 2010, 02:20 | |
|
Joined: 24 Oct 2010
Posts: 9 |
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 |
| 31 Oct 2010, 11:01 | Re: Folder description |
|
Experienced Joined: 8 Jun 2010Posts: 57 Denmark |
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... |
| 01 Nov 2010, 05:07 | Re: Folder description |
|
Joined: 24 Oct 2010
Posts: 9 |
Not exactly.
I mean the text of folder description that appears in thumbnails page |
| 09 Nov 2010, 08:51 | Re: Folder description |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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: http://imagevuex.com/documentation/cssreference/ Remember to clear your browser cache after editing a CSS stylesheet, as cached CSS files may prevent you from seeing updates ... _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 10 Nov 2010, 13:35 | Re: Folder description |
|
Joined: 24 Oct 2010
Posts: 9 |
Many thaks for your clarification!
Rgdr |
| 01 Jun 2011, 05:23 | Re: Folder description |
|
Joined: 20 May 2011
Posts: 20 |
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? |
| 01 Jun 2011, 07:29 | Re: Folder description |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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 ... _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 23 Sep 2011, 14:35 | Re: Folder description |
|
Joined: 20 Sep 2011
Posts: 11 |
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
|
| 24 Sep 2011, 01:39 | Re: Folder description |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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: http://imagevuex.com/documentation/cssreference/ If you want me to take a look, please provide link and login to your admin ... _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 27 Sep 2011, 13:07 | Re: Folder description |
|
Joined: 20 Sep 2011
Posts: 11 |
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
|
| 27 Sep 2011, 20:42 | Re: Folder description |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 28 Sep 2011, 10:12 | Re: Folder description |
|
Joined: 20 Sep 2011
Posts: 11 |
Thank you works great with <br/> insert!
|
| 12 Jan 2012, 19:25 | Re: Folder description |
|
Experienced Joined: 8 Apr 2011Posts: 44 Thamesville, Ontario |
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!!! _________________ paydayMARK Film Maker - Graphic Designer http://www.productionmark.ca http://www.nadinephotos.ca http://www.snap-n-time.com |
| 14 Jan 2012, 22:03 | Re: Folder description |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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 ... _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 15 Jan 2012, 14:34 | Re: Folder description |
|
Experienced Joined: 8 Apr 2011Posts: 44 Thamesville, Ontario |
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 Thank you!!! _________________ paydayMARK Film Maker - Graphic Designer http://www.productionmark.ca http://www.nadinephotos.ca http://www.snap-n-time.com |




