FORUM

Ultimate XML Photography Template

Home / Forum / Components Discussions / Ultimate XML Photography Template

  • New tags have been added for the new component Ultimate XML Photography Template
    #  /  posted on Jan 23, 2010
  • good morning


    it is possible to display the logo during the loading of images central to the first access?


    here is an example of how it would be nice …


    http://img713.imageshack.us/img713/3028/examplenr.jpg


    thanks!


    #  /  posted on Feb 13, 2010
  • mixino
    This can be done custom. If you are interested write to me at tibi_diablo
    yahoo.com


    #  /  posted on Feb 13, 2010
  • Can you change the thumbs to portrait format? HELP!


    frank@blackwood-steele.com


    #  /  posted on Feb 14, 2010
  • You can use any size for those thumbs, they will be resized and centered, a bit from them will be cut of if the is a big difference between the width and height…


    What you want it will make the template look horrible to have the images to fit inside the thumbs container.. Trust me I tried this when wrote the code for this…


    #  /  posted on Feb 14, 2010
  • Can I make the thumbs as square shape(image full) instead of landscape(canvas full)
    or can I resize the thumbs just like the logo section (image full)?


    Thank you,



    #  /  posted on Feb 16, 2010
  • I’ve talked about this issue before. What you want it will make the template look really really bad.


    If you really want that add a colored shape behind you image twice the size of the image then save it….


    If you don’t understand what I mean write to me at tibi_diablo@yahoo.com and I will send you a sample image…


    #  /  posted on Feb 16, 2010
  • It would probably sell better if it also had a function to view video’s/swf’s. It’s really a slick template by the way. Do you plan to update the file with the function above??


    #  /  posted on Feb 22, 2010
  • I had this request before and I will not do this for performance reasons.


    Note that this template will fill the browser no matter what size it has and to have an animated .swf file loaded on a huge resolution will kill the computer proc.:).


    #  /  posted on Feb 22, 2010
  • Is it possible to have one thumb per row and that thumbs width to equal 100% ? > Also, how would you change the tint of the rolled Out thumb item from black?


    #  /  posted on Feb 25, 2010
  • Only this alignment is possible.


    To change the tint the code need to be changed it is not possible to do it in the xml file.


    #  /  posted on Feb 25, 2010
  • Hi,


    I would like to have fullscreen image without zoom function on each image page. (currently I have to click the zoom button to realize fullscreen image.)
    And, I would like to keep the panning support.


    Is it easy to modify?


    #  /  posted on Mar 02, 2010
  • Hi.


    Is not that hard but requires some extra math and a few serious changes to the code.


    Right now I am not available for custom work.


    Tibi – FWD.


    #  /  posted on Mar 02, 2010
  • Hi.


    Is not that hard but requires some extra math and a few serious changes to the code.


    Right now I am not available for custom work.


    Tibi – FWD.


    #  /  posted on Mar 02, 2010
  • Hi.
    Is it possible to have each category in a separate row?
    Can the Info menu be placed on top of the stage?
    Also, how can I make it so that there is some space on top and the sides of the thumbs?
    Please Help!!
    Thanks!


    #  /  posted on Mar 05, 2010
  • Hi.
    The info can’t be moved.
    About the category placement from a development point of view is impossible to do:).
    About the space it can be changed inside the code but I do not advise this. This template has some complex math behind it and if you change some numbers in there you might get into some bugs.


    #  /  posted on Mar 05, 2010
  • Hi and thanks for the quick response.
    I guess I can somehow fix the category problem but I would really like to add some space on top, where I can also place the logo along with other static text.
    Here is an example of something close to what I have in mind:
    http://www.hellomonday.net/
    Please help me with this space issue.
    Thanks again.


    #  /  posted on Mar 05, 2010
  • I’m sorry but this is not something that I can explain because there are too many things to change… I don’t know if it is even possible to do what you want by changing this template.


    You are on your one with this one:)


    #  /  posted on Mar 05, 2010
  • Ok first you said that it’s possible but you don’t recommend it , now you’re telling me that you dont even know if it’s possible. Can you at least hint me which file i should look at?
    Thanks.


    #  /  posted on Mar 05, 2010
  • OK.
    The class that manages the thumbs and logo is called ThumbManager.as . You need to work in there if you want to make changes, again the entire logic of that class need to be change in order to do what you want.


    You can find that class in the ro.fwd folder.


    #  /  posted on Mar 05, 2010
  • actually, after playing around with it for a little, I found that the space on the side and on the top can easily be added by modifying only two lines in the Thumbscreen.as file. :)
    So it wasn’t that hard after all. And I’m not even a web designer. Here is what you do:


    thumbItem.x = 200 + __ (thumbWidth + _horizontalSpacer) * columns;
    thumbItem.y = 350 + __ (thumbHeight + _verticalSpacer) * rows;


    I just added the number of pixels specifying the dimension i wanted, with a plus sign after it.


    Thanks so much for your help.


    #  /  posted on Mar 05, 2010
  • Cool!. Glad that is working out for you!


    #  /  posted on Mar 05, 2010
  • How can I get rid of the logo thumbnail? Instead of the logo thumbnail, I’d like the first gallery icon to be there.
    Thanks again in advance.


    #  /  posted on Mar 05, 2010
  • never mind. got it. :)


    #  /  posted on Mar 05, 2010
  • Could You tell me how to delete the logo?
    I prefer the first image thumb to be there. Thanks!


    #  /  posted on Apr 22, 2010
  • Hmm


    I need some time to look at this but it needs some code changes. You need to look into the ThumbScreen.as that is what needs changes.


    #  /  posted on Apr 22, 2010
  • Please could you tell me how to delete the logo? Also is it possible to change the border colour on the thumbnails?
    #  /  posted on Jul 28, 2010
  • Niace Work Could i change white background in black?


    #  /  posted on Jan 19, 2011
  • @pierluigi

    Yes that is possible.


    #  /  posted on Jan 19, 2011

Please login to post replies.