Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 29. Nov 2024, 13:35

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Trouble with tree
PostPosted: 4. Jan 2009, 20:12 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
First of all, good job with this gallery. I can say that I left Menalto Gallery for better!

I have 2 questions:

I enabled the tree menu. It is showing properly on the left, but sometimes, it opens over my left.htm!
Is there a setting I am missing here?

2- How do I change the colors of the tree menu to be the same as my gallery?

Thank you!


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 01:22 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
1. Which browser? sometimes browser do not render dynamich stuff properly. If I can rebuild the problem I can maybe do something against it.

2. You have to change the style sheet. For the skins I have adopted the needed styles. Best is you use the webdeveloper for firefox, get the styles and change the colors.
look for .twg_album_view and .twg_album_view_div.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 01:37 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
1- Firefox 3.0.5
My setting is set so the menu close everytime I click on an item. As I browse through my folders, it happens when I re-open the menu that it opens over the left.htm.

2- I will take closer look to it. Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 01:54 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
how does you left.htm looks like?


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 02:16 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
This is it:
Code:
<style type="text/css">
a.white_on_black:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_on_black:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_on_black:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_on_black:hover
{
   color: #0000FF;
   text-decoration: none;
}
</style>
</head>
<body bgcolor="#000000" text="#000000" style="background-attachment:fixed;background-repeat:repeat-x;scrollbar-face-color:#D4D0C8;scrollbar-arrow-color:#000000;scrollbar-3dlight-color:#D4D0C8;scrollbar-darkshadow-color:#404040;scrollbar-highlight-color:#FFFFFF;scrollbar-shadow-color:#808080;scrollbar-track-color:#D4D0C8;">
<script type="text/javascript" src="wz_tooltip.js"></script>
<div id="wb_MasterPage1" style="position:absolute;left:0px;top:150px;width:150px;height:66px;z-index:1" align="left">
<div id="wb_TextMenu2" style="position:absolute;left:10px;top:0px;width:132px;height:66px;z-index:0" align="left">
<font style="font-size:13px;" color="#000000" face="Verdana">
<a href="http://mydomain.org/main.php" class="white_on_black">Latest News</a><br><a href="http://mydomain.org/gallery.php" class="white_on_black">Gallery</a><br><a href="http://mydomain.org/globe.php" class="white_on_black">Globe Trotter</a><br><a href="http://mydomain/contact.php" class="white_on_black">Contact Me</a></font></div>
</div>
<div id="wb_Image1" style="overflow:hidden;position:absolute;left:0px;top:10px;z-index:2" align="left">
<img src="http://mydomain.org/images/2009.jpg" id="Image1" alt="" align="top" border="0" style="width:146px;height:106px;"></div>


Also I checked for the css file and I changed the color values to black. All I would nee now is to disable the hover white box.

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 02:38 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I tested with your left.htm and ff 3.0.5 and never had this problem.

Btout the css for the tree
the
.dtree

settings are fore the tree itself. if you use a skin there are settings for this there too.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 03:57 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
I fixed the css file for the tree and it does look very good now :)
Thank you very much.

I am trying to reproduce the problem for the tree getting in the way of the left.htm. I should take a screenshot and send it to you. It is maybe a problem with ff but it does the same in IE 7.0x


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 04:55 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
Got it! Here is how you can reproduce it.
The tree menu has to be set to close automatically every time a new page loads.

1-click on an album (folder) that has enough thumbnails to fill up the full width of your monitor.

2-you are now on a thumbnail page with enough thumbnails to fill the width of your screen. Open the tree. It does not have enough room to open to the right, so it pushes back on your left.htm!

Are you able to reproduce this behavior?

itsa


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 11:19 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

you only have absolute divs.

add

<div id="wb_MasterPage2" style="width:150px;height:1px;" align="left">

to you left.htm that there is an element that really reserves space.

And remove the </head><body> from the left.htm because left.htm is included into TWG and this is already set.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 17:50 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
I fixed my left.htm, you were right, a few tags were not supposed to be there ie. the </head><body>

But that does not fix the problem. Were you able to reproduce the behavior?

The thing is, once your page is loaded with thumbnails, it won't adjust to the expansion of the tree menu by repositionning the thumbnails so there is enough room for the tree menu. That is when it just goes over the left.htm. Your thumbnail page does adjust by itself when the "paper clip" is down to hold the tree menu open.

I am sending you a screenshot by email.

itsa


Top
 Profile  
 
 Post subject:
PostPosted: 5. Jan 2009, 20:48 
Offline

Joined: 16. Dec 2008, 05:51
Posts: 40
Quote:
Have you added the div I sent you? because this fixed the problem for me.

- Michael

Yes I did add the div you sent me and it did not changing anything.

You know what? The problem could be solved if TWG could display the amount of thumbnails as if the tree menu was always open. This could be part of the "$autodetect_maximum_thumbnails=true;".
What do you think?

itsa


Top
 Profile  
 
 Post subject:
PostPosted: 6. Jan 2009, 06:07 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I added the div and works fine on my install. You can always set the auto detection to false and set the number of images you want to display.

I just don't understand wh the additional div does not solve the problem like it did on my install.

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy