Forum Moderators: wheatpenny Forum Coordinators: Anim8dtoon
Community Center F.A.Q (Last Updated: 2024 Nov 09 4:08 pm)
It is the same problem. Have you read the threads for the fix? You likely have a custom CSS script in the CSS Style box in your gallery options. You need to go to your gallery and click on "My gallery options" and delete the CSS Scripting in the CSS Style box. Then save your changes.
"It is good to see ourselves as
others see us. Try as we may, we are never
able to know ourselves fully as we
are, especially the evil side of us.
This we can do only if we are not
angry with our critics but will take in good
heart whatever they might have to
say." - Ghandi
Just throwing this out.
What about going to the gallery options and pasting the following into your CSS Style box and saving the options? It might fix it. If it doesn't, you can always just delete the text again and resave the changes.
table { width: 100%; }
.content_cell { background-image: none; min-width: 98% !important; }
#topnavbar td table { width: 120; }
#topnavbar td { background-position: center center; }
"It is good to see ourselves as
others see us. Try as we may, we are never
able to know ourselves fully as we
are, especially the evil side of us.
This we can do only if we are not
angry with our critics but will take in good
heart whatever they might have to
say." - Ghandi
Quote - Just throwing this out.
What about going to the gallery options and pasting the following into your CSS Style box and saving the options? It might fix it. If it doesn't, you can always just delete the text again and resave the changes.
table { width: 100%; }
.content_cell { background-image: none; min-width: 98% !important; }
#topnavbar td table { width: 120; }
#topnavbar td { background-position: center center; }
Thanks Acadia, I did try the script. It works for some pics but not all. I'm OK for the time being until it gets fixed.
Quote - CSS is not the problem! I don't have any CSS scripts.
If your user CSS is empty, that confirms that it's the default layout that's the problem.
Quote - This problem only happened recently.
Same with the forums, some layout change that was made broke things.
Quote - I have always had my options set to open all in large size. Renderosity caused the problem so they should fix it!
The recent layout changes include fixing the size of HTML elements in such a way as to make the layout broken by design with that option set, due to the table and cell sizing specified in the HTML.
Quote - ... until it gets fixed.
I definitely wouldn't hold your breath
Quote - Just throwing this out.
What about going to the gallery options and pasting the following into your CSS Style box and saving the options? It might fix it. If it doesn't, you can always just delete the text again and resave the changes.
table { width: 100%; }
.content_cell { background-image: none; min-width: 98% !important; }
#topnavbar td table { width: 120; }
#topnavbar td { background-position: center center; }
I have tried that, too. Hasn't made the pesky side baners disappear thogh from the picture displays. I have Firefox and the problem popped up without me having changed anything.
Very annoying. I would expect a professional commercial portal to fix this glitch.
thanks for the tip. Unfortunately that doesn't actually deliver what it promises, at least not with firefox.
It deliveres not an image that fits the screen but just a version that is much smaller. So, you don't have those sidebar elements running across the image any more but only because the image is now too small for this to happen. If you want to view it in full size you still have to click on it, then another window pops up which you have to maximize. For me that's the same as before, the difference is only that I don't see the full size version with icons running across it before I click and enlarge a new window.
I always view full size when browsing galleries. I want to enjoy an image in its full resolution without much ado and appreciate the work of someone else (and my own , chuckle) in all it's detail. Presently I can't do that any more.
It's not the end of the world but it is cumbersome and not really fun while browsing... I am sure it's the same for tens of thousands of other firefox users who simply can't be bothered to get on your nerves with this and quietly grumble while clicking along...
Thanks
Sven
The following CSS should hide the righthand menu strip on gallery pages :-
.outside_table { width: 100% !important; }<br></br>.outer_content_cell { width: 100% !important; }<br></br>.content_table { width: 100% !important; }<br></br>.outside_nav2_cell { min-width: 0 !important; max-width: 0 !important; overflow: hidden; }<br></br>.content_cell { background-image: none; width: 100% !important; }
I think that's the best that's possible at the moment.
Still a little untidy looking, but at least the image isn't partialy hidden, and the whole width of the browser window is used.
Quote - The following CSS should hide the righthand menu strip on gallery pages :- .outside_table { width: 100% !important; }
.outer_content_cell { width: 100% !important; }
.content_table { width: 100% !important; }
.outside_nav2_cell { min-width: 0 !important; max-width: 0 !important; overflow: hidden; }
.content_cell { background-image: none; width: 100% !important; }I think that's the best that's possible at the moment.
Still a little untidy looking, but at least the image isn't partialy hidden, and the whole width of the browser window is used.
I don't care if it looks slightly untidy,
IT WORKS!
That's all that matters to me now, thank you very, very much!
shouting out to everyone
"Use the one above and you can see your images full size again!"
Thanks again!
Sven
I too would like to have my gallery show the way it used to. I never had a problem with my CSS before so I know that is not a problem. This is something renderosity messed up. Could you please look into fixing it? It is highly annoying!
Renderosity's "problem Child"
Support Hydrocephalus research.. because a Shunt is NOT a cure!
Quote - As I said above, we have some exciting plans in the works so please bear with us as we work toward those
For some reason this statement instills a certain amount of apprehension. I'm pretty sure though, that there'll be some entertainment to be had from when whatever it is emerges into the light of day.
Quote - And as long as people doing this realize that some of us actually have large monitors. The whole reason I viewed images full size by default is because otherwise half of my monitor is doing absolutely nothing.
I agree with this completly. That is the exact reason I view full sie as well!
Renderosity's "problem Child"
Support Hydrocephalus research.. because a Shunt is NOT a cure!
Quote - And as long as people doing this realize that some of us actually have large monitors. The whole reason I viewed images full size by default is because otherwise half of my monitor is doing absolutely nothing.
And also because pop-up windows are really annoying, unnecessary, and untidy now all but really old browsers can do tabs.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
The advertising banner hangs down in front of images that are displayed full size. This is a recent development. It happens with both Firefox and Safari. This is extremely annoying and it makes me want to do nasty things to the advertisers, not patronize them. From the little I know about CSS, it would seem that the layer priority for the banner has been set higher than the image.
I see from other threads that a similar problem affects the forum pages. The same 'feature' might be responsible for both problems.