Help us to help you!

Our aim is to offer you the best service possible, to do this we need to know: (1.) Joomla! version (2.) Server type (3.) Editor version (4.) Browsers type & Version and any (5.) Error messages you may have, for help in finding this information please - click here…We would also invite you to read our form rules before posting - read more…

Welcome, Guest
Please Login or Register.    Lost Password?

JoomlaCK-Editor does not work with imagesizer
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JoomlaCK-Editor does not work with imagesizer
#817
JoomlaCK-Editor does not work with imagesizer 1 Year, 5 Months ago Karma: 0
I have this problem with JCK-Editor_3.3.1 and Imagesizer_1.5 from www.redim.de

Where can I change this -> add "height" or delete "width" in frontend sourcecode?


Sourcecode of an image in frontend with JoomlaCK_3.3.1-Editor - "height" is missing (or width is too much) - see 1b)

1a) Standard-Sourcecode with JoomlaCK in Backend:
<p> <img src="intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>

1b) Sourcecode of picture in Frontend (Image-Sizer does not work, because width is too much, or heigth is missing..):
<p> <img width="600" src="intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>
stephanb
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/09/06 09:59 By stephanb.
The administrator has disabled public write access.
 
#820
Re:JoomlaCK-Editor does not work with imagesizer 1 Year, 5 Months ago Karma: 32
Hi stephanb

You need to remove all references to height and width in the image properties dialog when you insert a new image or edit an existing one.

1. Clear height and with values on the info tab.


2.Clear style value on the Advanced tab.

Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London
Last Edit: 2010/09/06 10:52 By awills.

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The administrator has disabled public write access.
 
#822
Re:JoomlaCK-Editor does not work with imagesizer 1 Year, 5 Months ago Karma: 0
Thanks for your quick answer

to 1.) Than, the picture goes to original-size after saving
to 2.) It ignores the deleting - style is filled if I save it and go again to "Advanced"
3.) If I don't work with "image-properties" and just drag it smaller -> it works
but it's not possible to get it proportional and e.g. exact 600px width

@ with FCK_2.6.4.1 everything works perfect..
(Joomla 1.5.18, Xamp or Win2k-Server, IE7 or FF 3.5)
stephanb
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/09/07 04:57 By stephanb.
The administrator has disabled public write access.
 
#829
Re:JoomlaCK-Editor does not work with imagesizer 1 Year, 5 Months ago Karma: 32
Both steps 1 and 2 need to be completed. And this will clear the style attributes.
The image properties dialog now uses the style attribute to define the height and width in the CKEDITOR.

Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The administrator has disabled public write access.
 
#832
Re:JoomlaCK-Editor does not work with imagesizer 1 Year, 5 Months ago Karma: 0
Thank you for your time again.

Yes, I have completed steps 1 and 2. => Than the picture goes to original-size after saving.. (but I want a small picture, that gets big with image-sizer)

It's a bug of CKEditor (width=" in Frontende too much, or height=" is missing),
with FCK it works perfect.


Source code with CK-Editor:
1a) Standard-Sourcecode with JoomlaCK in Backend:
<p> <img src="intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>

1b) Sourcecode of picture in Frontend (Image-Sizer does not work, because width is too much, or heigth is missing..):
<p> <img width="600" src="intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>

Source code with FCK-Editor:
2a) Standard-Sourcecode with JoomlaFCK in Backend:
<p> <img alt="" width="600" height="578" src="images/stories/fme_1.jpg" /></p>

21b) Sourcecode of picture in Frontend (Image-Sizer works..):
<p> <img width="600" height="578" alt="" src="intranet.de/images/stories/ims-peu.jpg" /></p>
stephanb
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Paul.F