Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Cannot click on an image to edit... (http://forum.bytesforall.com/showthread.php?t=4129)

mmqc2 Oct 29, 2009 07:36 PM

[SOLVED] Cannot click on an image to edit...
 
Hi

I've searched around but can't find an answer to this little problem. Sometimes when editing a page, I click on a previously inserted image, and the only thing that happens is the little blue 'editing' icon disappears. The dialog box with all the image options to change size, add captions etc. does not pop up.

I know I can plunge into the html and figure out how to add captions and so on, but I'm really not that good at it.

Has anyone had the same problem - or hopefully found a solution.

BTW I have just upgraded to the most recent version but had the problem before the upgrade.

Many TIA

mmqc2

juggledad Oct 30, 2009 08:32 PM

this is most likely a Wordpress issue. What version of Wordpress and PHP are you running?

mmqc2 Oct 31, 2009 09:36 AM

I have updated to 2.8.5 (although I had the same problem before updating) - and apparently I am at PHP version 5.2.

Does that make a difference?

Thanks!

juggledad Oct 31, 2009 11:25 AM

what browser are you using and what OS are you using?
Have you tried it on another computer?
Do you want me to try? (you would need to send me a PM with an id and password)

juggledad Oct 31, 2009 05:52 PM

Wow this is a strange issue, but the re is a solution...of sorts.

the image in the page is directly following an <em>...</em> like this
HTML Code:

<em>If, on the other hand you:</em><img class="alignright size-full wp-image-1302" style="border: 1px solid black;" title="You-can-have" src="http://mydomain.com/wp-content/uploads/You-can-have.jpg" alt="You-can-have" width="300" height="128" />
this causes a problem, however if you put it on a new line
HTML Code:

<em>If, on the other hand you:</em>
<img class="alignright size-full wp-image-1302" style="border: 1px solid black;" title="You-can-have" src="http://blog.camerajazz.com/wp-content/uploads/You-can-have.jpg" alt="You-can-have" width="300" height="128" />

you can edit the image

This is a Wordpress error since the same problem occurs with the default theme.

mmqc2 Oct 31, 2009 06:43 PM

Well I can certainly live with that - thanks so much for your very timely help - I can't tell you how much I appreciate it.

Nicole

juggledad Nov 1, 2009 03:22 AM

I narrowed the bug down and posted a thread at WordPress.com in case you want to follow it. it is http://wordpress.org/support/topic/326972


All times are GMT -6. The time now is 07:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.