[support] as admin cannot insert image into block

Ron Dorman rwd at simplydigtech.net
Mon May 12 22:10:09 UTC 2014


I did a little debugging, found that the image height and width values
were '0'. When I manually set the width and height in Firebug, the image
displayed. Also, removing the width and height attributes from the img
tag allowed the image to display.

As Loaded:
> <p style="text-align: center;">
> <img width="0" height="0" title="celebrate with Heaven Sent
> Desserts" alt="celebrate with Heaven Sent
> Desserts" src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
> </p>
Changed values with Firebug: (image displays)
> <p style="text-align: center;">
> <img width="960" height="200" title="celebrate with Heaven Sent
> Desserts" alt="celebrate with Heaven Sent Desserts"
> src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
> </p>
Removed attributes with Firebug: (image displays)
> <p style="text-align: center;">
> <img title="celebrate with Heaven Sent Desserts" alt="celebrate with
> Heaven Sent Desserts"
> src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
> </p>

This does not really resolve your issue but hopefully gives some
direction in where to look. Concur with Walt that it may be a bug,
probably in IMCE not getting the correct parameters generated in the code.

Ron D.


On 5/12/2014 3:34 PM, Pia Oliver wrote:
> Further to my woes, now all my header images have disappeared. It's as
> if that region is gone ... I have checked the sub-theme and everything
> appears to still be there...
>  
> Anyone?  The URL is http://www.heavensentdesserts.com and all the
> pages are supposed to have a 960px header image just below the menu.
> The subtheme is based on the Omega theme.
>
> thanks,
>
> Pia
>
>
>
> On May 12, 2014, at 10:35 AM, Walt Daniels wrote:
>
>> There may be a bug here somewhere. I had a similar problem a few
>> months ago with a block one of the content people created. Nothing I
>> did could make it work, but I created a new block and it worked. Mine
>> might have had slightly different html tags than there's as I did not
>> check that they were in fact identical so there may have been some
>> bad html in theirs that I just did not see. I thought I had counted
>> all the quotes and parens correctly but could have missed counted.
>>
>>
>> On Mon, May 12, 2014 at 1:00 PM, Pia Oliver <pia at piasworld.com
>> <mailto:pia at piasworld.com>> wrote:
>>
>>     I have Drupal 7.28 and a site which uses IMCE and have a block on
>>     the front page which consist of just one image, a header image.
>>     The site has been up and running for 3 years plus without any
>>     issues. The block is configured to the "menu" region and for the
>>     front page only. Last Thursday I wanted to change the image, and
>>     did what I usually do: simply replace the image with another one,
>>     and save.
>>
>>     No image showed up! I am the admin and use Full HTML in rich text
>>     format. I tried again, thought I had accidentally deleted the
>>     image ... tried in every other text format; in the plain and php
>>     I can see the code. If I use plain or php the code is then
>>     visible on the site ...
>>
>>     I have not changed any settings anywhere, but am totally unable
>>     to insert an image and have it show up. I tried creating a block
>>     thinking the old one might be corrupt ... same thing.
>>
>>     I have checked the admin permissions and everything is checked.
>>     However, when I go to "admin/people/permissions" and should be
>>     able to see the various check marks for the different roles, I
>>     have 5 different roles, the page is black for any check marks -
>>     nothing ...
>>
>>     I really need some help- I have tried since last Thursday to
>>     figure this out but have not moved forward one inch.
>>
>>     thanks,
>>
>>     Pia
>>
>>
>>
>>
>>     <http://www.Piasworld.com <http://www.Piasworld.com/>>
>>
>>     "That's a great deal to make one word mean," Alice said in a
>>     thoughtful
>>      tone. "When I make a word do a lot of work like that," said
>>     Humpty Dumpty, "I always pay it extra."
>>     Lewis Carroll
>>
>>
>>
>>
>>
>>
>>     --
>>     [ Drupal support list | http://lists.drupal.org/ ]
>>
>>
>> -- 
>> [ Drupal support list | http://lists.drupal.org/ ]
>
> <http://www.Piasworld.com>
>
> "That's a great deal to make one word mean," Alice said in a thoughtful
>  tone. "When I make a word do a lot of work like that," said Humpty
> Dumpty, "I always pay it extra."
> Lewis Carroll
>
>
>
>
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140512/ca24ad37/attachment-0001.html 


More information about the support mailing list