The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.
[ONLY TOPIC] Image Auto-Resize not working? 5 5 2

[ONLY TOPIC] Image Auto-Resize not working?

Page 1 of 2 1, 2  Next

View previous topic View next topic Go down

Solved [ONLY TOPIC] Image Auto-Resize not working?

Post by Stampers on January 6th 2012, 11:46 am

Made an only topic


A couple of my forum users have posted that the image resizing isn't working.
We have a thread of people posting their favourite images from the web using the [img] tags.

The forum is configured to automatically resize these images to 700x525 (under Admin>General>Messages and Emails>Configuration>Images resize). It was working fine up until a couple of hours ago and now all of the images are appearing at full size. I have removed the the very small amount of JS on the forum and it makes no difference. I have also tried it in IE8, Firefox and Chrome and it's all the same.

I know there was an issue with this back in December... http://help.forumotion.com/t101765-images-resizer-not-working
...But this was solved, right? Is anyone else having this issue currently?


Stampers
Forumotion Member

Posts: 2
Language: English
Points: 1
Join date: 2011-11-09

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Johnny Doc on January 6th 2012, 11:50 am


Johnny Doc
Forumotion Member

Male
Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Stampers on January 6th 2012, 11:56 am


Many thanks for the quick reply!
I apologise, I didn't know where to post this when I wrote it.

I guess I'll just have to twiddle my fingers and find something else to do in the meantime!
Thanks again for the info.

Stampers
Forumotion Member

Posts: 2
Language: English
Points: 1
Join date: 2011-11-09

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Amarena on January 6th 2012, 12:00 pm

Thank you for the info too.
I have the same problem, so I'll wait for now.

Amarena
Forumotion Member

Posts: 1
Language: Romanian
Points: 1
Join date: 2012-01-06

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Johnny Doc on January 6th 2012, 12:09 pm

You're welcome

Johnny Doc
Forumotion Member

Male
Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 on January 6th 2012, 12:19 pm

Hi,

The techs/Devs are now aware of the issue, and it will be treated on either tomorrow morning, or monday morning.

I'm sorry about this. I guess a edit was made to the JQuery file again.

Darren1
Helper
Helper

Male
Posts: 11500
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35849
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres on January 7th 2012, 10:23 am

I think it will be repaired soon Smile

The first time it happened December 20, 2011
I read, and the problem is on different browsers. I use Opera11, Maxthon3

I'm sorry Embarassed
that I set up a new topic about this problem, but I know English poorly Sad

teres
Forumotion Member

Female
Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 on January 7th 2012, 11:29 am

RE;

anyone up for a temporary solution? pirat
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.

PunBB or PHPBB3:
Code:
        div.postbody img {
        max-width: 300px;
        max-height: 150px;
        }


PHPBB2 or InVision:
Code:
        .postbody img {
        max-width: 300px;
        max-height: 150px;
        }



Smile

Darren1
Helper
Helper

Male
Posts: 11500
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35849
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres on January 8th 2012, 2:24 am

Darren1 wrote:RE;

anyone up for a temporary solution? pirat
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.

PHPBB2 or InVision:
Code:
        .postbody img {
        max-width: 300px;
        max-height: 150px;
        }



Smile



Darren1
many thanks for the hint. thumright flower
Have put in the CSS on my forum
.postbody img {max-width: 400px;
max-height: 300px;}

Hurray, it works! :wouhou: Very Happy

It is unfortunate Crying or Very sad
that this option does not work to reduce images - or returnthis possibility
It was very cool and comfortable

bye


Last edited by teres on January 8th 2012, 2:27 am; edited 1 time in total

teres
Forumotion Member

Female
Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by slg on January 8th 2012, 2:26 am

teres:

The techs are trying to fix it.

----------------------------

Helpful Links

Forum Rules

Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)

Tricks & Tips

Frequently Asked Questions

How To Report A Forum

slg
Support Moderator
Support Moderator

Male
Posts: 5054
Age: 39
Language: English
Location: Texas, United States
Points: 6694
Join date: 2009-08-17

http://www.zootycoonwildlife.aforumfree.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by E-Mark on January 8th 2012, 2:36 am

Good to hear that news.
Actually i though that i'm the only one who experience this. Smile

E-Mark
Forumotion Member

Posts: 438
Age: 14
Language: English, Filipino
Location: Republic of the Philippines
Points: 782
Join date: 2010-04-20

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres on January 8th 2012, 2:48 am

wrote = slgSupport Moderator
"The techs are trying to fix it."



If the issue is resolved
I have to throw away? This listing on the CSS

If the reduction is corrected images
Will the information in this topic


teres
Forumotion Member

Female
Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Base on January 8th 2012, 2:50 am

If the issue is resolved then yes, the CSS given to you by Darren will not be needed any more. Please avoid using bold, thanks. Smile


Last edited by Base on January 10th 2012, 2:19 pm; edited 1 time in total

Base
Manager
Manager

Male
Posts: 6588
Language: English and French
Location: Essex, England
Points: 14273
Join date: 2008-12-15

http://forumotionhub.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by acteeno on January 8th 2012, 7:02 am

Autoresize still not working!!!

acteeno
Forumotion Member

Male
Posts: 12
Age: 30
Language: Lithuanian, English, Russian
Points: 9
Join date: 2011-05-21

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Johnny Doc on January 8th 2012, 7:08 am

Darren1 wrote:RE;

anyone up for a temporary solution? pirat
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.

PunBB or PHPBB3:
Code:
        div.postbody img {
        max-width: 300px;
        max-height: 150px;
        }


PHPBB2 or InVision:
Code:
        .postbody img {
        max-width: 300px;
        max-height: 150px;
        }



Smile


OK this temporary solution works... we can change width and height

Johnny Doc
Forumotion Member

Male
Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by acteeno on January 8th 2012, 7:18 am

Yes, this works, many thanks:) Sorry, did not read carefully.

acteeno
Forumotion Member

Male
Posts: 12
Age: 30
Language: Lithuanian, English, Russian
Points: 9
Join date: 2011-05-21

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by cro.chopper on January 8th 2012, 9:21 am

thx Darren1

cro.chopper
Forumotion Member

Male
Posts: 45
Age: 39
Language: bad english & croatian
Location: zagreb
Points: 122
Join date: 2007-11-19

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by curby23 on January 8th 2012, 9:40 am

Im usless with CSS so i guess i will just have to wait for the fix.. Shocked

curby23
Forumotion Member

Male
Posts: 12
Age: 29
Language: english
Location: Bolton UK
Points: 15
Join date: 2008-12-29

http://www.bristlenoseworld.com/index.htm

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk on January 8th 2012, 9:46 am

it had happened yesterday.
hope Tech-staff solve this problem soon.

c3vietk
Forumotion Member

Male
Posts: 54
Age: 21
Language: Vietnamese, HTML, Javascript, C#, PHP
Location: Vietnam, HCMc
Points: 89
Join date: 2011-05-06

http://www.c3zone.net/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 on January 9th 2012, 11:39 am

I've head that the fix is now online, as hoped, this morning Very Happy

Is it fixed for everyone?

Darren1
Helper
Helper

Male
Posts: 11500
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35849
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk on January 9th 2012, 7:02 pm

Evil or Very Mad it hasn't been solved

c3vietk
Forumotion Member

Male
Posts: 54
Age: 21
Language: Vietnamese, HTML, Javascript, C#, PHP
Location: Vietnam, HCMc
Points: 89
Join date: 2011-05-06

http://www.c3zone.net/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by slg on January 9th 2012, 7:58 pm

On my forums, the image resizer is working now.

----------------------------

Helpful Links

Forum Rules

Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)

Tricks & Tips

Frequently Asked Questions

How To Report A Forum

slg
Support Moderator
Support Moderator

Male
Posts: 5054
Age: 39
Language: English
Location: Texas, United States
Points: 6694
Join date: 2009-08-17

http://www.zootycoonwildlife.aforumfree.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk on January 9th 2012, 9:16 pm

yeah. the image resizer is working now.
but some jquery codes stop working suddenly Sad

c3vietk
Forumotion Member

Male
Posts: 54
Age: 21
Language: Vietnamese, HTML, Javascript, C#, PHP
Location: Vietnam, HCMc
Points: 89
Join date: 2011-05-06

http://www.c3zone.net/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko on January 10th 2012, 12:05 pm


krcko
Forumotion Member

Male
Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 on January 10th 2012, 12:18 pm

It is imperative that you clear the cache & cookies of your browser for this to work, if it isn't working yet.

Darren1
Helper
Helper

Male
Posts: 11500
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35849
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko on January 10th 2012, 12:44 pm

I'm clear the cache & cookies, not working..



krcko
Forumotion Member

Male
Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 on January 10th 2012, 12:59 pm

krcko wrote:I'm clear the cache & cookies, not working..


Have you got any dimensions for it to resize to?
Admin panel >> General > Messages / Configuration > Resize

Darren1
Helper
Helper

Male
Posts: 11500
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35849
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko on January 10th 2012, 1:12 pm

Yes..Not working 2 days




krcko
Forumotion Member

Male
Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Johnny Doc on January 10th 2012, 1:21 pm

OK... then copy this code in CSS:

Code:
  .postbody img {
        max-width: 300px;
        max-height: 150px;
        }


Replace values for width and height with 640 and 480 or 600 and 400... or do as you like


Johnny Doc
Forumotion Member

Male
Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko on January 10th 2012, 1:43 pm

Thanks for help, it's work bye

krcko
Forumotion Member

Male
Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15

Back to top Go down

Page 1 of 2 1, 2  Next

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum