Image Gallery Add-on Support Product Page

Solved

Multiple issues with gallery

Reported 17 May 2011 13:13:13
1
has this problem
17 May 2011 13:13:13 Willy Gelin posted:
  • Icons for "Add/Edit image" and "Image Gallery" does not line up beside eachother in the editor. "Insert Special Character" and "Youtubeizer" puts between them. Firefox3.6.16 and IE9
  • Can't delete images get error "Invalid sub folder" Firefox3.6.16 and IE9. Tried without specified subfolder and with subfolder same as upload/gallery
  • Cant insert more than one image at a time, ctrlclick or shiftclick doesn't work, only the last selected image gets inserted IE9 works in FF
  • Drag and drop doesn't work in FF
  • If I type some text in editor and enter a p tag then insert an image it doesn't gets under the text. It displays in top of the editor above the text IE9 (see code below) works in FF

IE9
<img alt="" src="../AdvHTML_Upload/some-logo.jpg" />
<p>Testing</p>
<p> </p>


FF
<p> Testing</p>
<p><img src="../AdvHTML_Upload/some-logo.jpg" alt="" />
 <br />
</p>

Official Solution

Replied 21 Jul 2011 15:12:21
Hi Willy,

Sorry about that, seems there was a last minute packaging error in the PHP file.

Its all fixed now so please download and install the Image Gallery Add-on again.

Note the filename and version is still the same but it is updated.

Now the Invalid folder message on delete should be solved as well. All other issues were already solved.

Greetings,
George

Replies

Replied 19 May 2011 10:35:56
19 May 2011 10:35:56 Teodor Kuduschiev replied:
Hello Willy,

Could you please provide a link to your page?
Replied 20 May 2011 11:19:18
20 May 2011 11:19:18 George Petrov replied:
Hi Willy,

Could you provide some screenshots of the visual errors you see?

Also Is it all Firefox 3.6 error? What About Firefox 4? Do you have the same issues?

Greetings,
George
Replied 20 May 2011 13:12:53
20 May 2011 13:12:53 Willy Gelin replied:
Hi George!
No changes with FF 4.0.1.
Screenshot shows FF with invalid subfolder and icon line up. Sometimes gallery takes very long time to show images, hangs on "loading..." or just showing OK and cancel buttons.


Screenshot show IE9 with invalid subfolder after trying to delete image and picture that places before text after printing text and enter a new paragraph before insert picture from gallery. Expecting image after text.


Dreamweaver code for editor
<textarea id="text" name="text" class="dmxEditor metal" style="width:710px;height:550px"></textarea>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#text").dmxEditor(
         {ImageGallery:{path:"../AdvHTML_Upload", subFolder:"../AdvHTML_Upload", cols:5, pagingStyle:"text", allowUpload:true, allowDelete:true, allowZoom:true}, YouTubizer:{cols:5, rows:5, playerOptions:{hd:1}}, width:710, height:550, lineBreak:"p", allowUpload:true, uploadPath:"../AdvHTML_Upload", subFolder:"../AdvHTML_Upload", uploadProcessor:"php", includeCss:"../styles_new_iframe.css", skin:"metal", toolbars:{Insert:{items:{insertparagraph:false}}, Font:{items:{fontname:false}}, Style:{enabled:false}}, extensions:["ImageGallery", "path_browser", "YouTubizer"]}
       );
     }
 );
  // ]]>
</script>


/Willy

Edited by - Willy Gelin on 20 May 2011  13:36:52
Replied 21 Jul 2011 00:03:40
21 Jul 2011 00:03:40 Willy Gelin replied:
Updated to latest AHE and image gallery, still got the "Invalid sub folder" error[B)]
Replied 21 Jul 2011 15:12:21
21 Jul 2011 15:12:21 George Petrov replied:
Hi Willy,

Sorry about that, seems there was a last minute packaging error in the PHP file.

Its all fixed now so please download and install the Image Gallery Add-on again.

Note the filename and version is still the same but it is updated.

Now the Invalid folder message on delete should be solved as well. All other issues were already solved.

Greetings,
George
Replied 04 Aug 2011 01:56:34
04 Aug 2011 01:56:34 Willy Gelin replied:
Great George!

-Edit-

After downgrading to IE8 every settings to default and then upgrade to IE9 the issue mentioned below works as supposed, nice!

-End Edit-


•If I type some text in editor and enter a p tag then insert an image it doesn't gets under the text. It displays in top of the editor above the text IE9 (see code below) works in FF

IE9
1.<img alt="" src="../AdvHTML_Upload/some-logo.jpg" />  
<p>Testing</p>  
<p> </p>  
<img alt="" src="../AdvHTML_Upload/some-logo.jpg" />
<p>Testing</p>
<p> </p>


FF
<p> Testing</p>  
<p>[img]../AdvHTML_Upload/some-logo.jpg" alt="" />  
 <br />  
</p>  
<p> Testing</p>
<p>[img]../AdvHTML_Upload/some-logo.[:0)][:0)][:0)][:x][:x][:D][:D][:0)][:0)][:0)][:0)][:0)][:0)][:0)][:0)]jpg" alt="" />
 <br />
</p>





Edited by - Willy Gelin on 06 Aug 2011  13:06:04


Edited by - Willy Gelin on 06 Aug 2011  20:21:41

Reply to this topic