Barefoot Ted
Member
Posted 3 weeks ago #
..even though they should be.
Version 1.0.3 and WP 2.8.5
I've got the apply frame to all images selected.
Take a look at the site here: www.leahdawndesign.com
Any ideas what's up?
Why are my images not being framed?
By the way, frames are also enabled in the Post page.
Screen grab:
http://leahdawndesign.com/ApplyFrame.jpg
Yet, frames are still not showing!
Barefoot Ted
Member
Posted 3 weeks ago #
Getting some errors.
In FireFox go to menu Tools >> Error Console
You'll see things like:
Warning: Unknown property 'border-bottom-left-radius'. Declaration dropped.
Source File: http://leahdawndesign.com/wp-admin/load-styles.php?c=1&dir=ltr&load=global,wp-admin&ver=ba4d987ec2b562bd22e5da70fe38318d
Line: 748
Warning: Unknown property 'border-bottom-right-radius'. Declaration dropped.
Source File: http://leahdawndesign.com/wp-admin/load-styles.php?c=1&dir=ltr&load=global,wp-admin&ver=ba4d987ec2b562bd22e5da70fe38318d
Line: 749
etc.
Is this part of my problem? And if so, how to fix.
Barefoot Ted
Member
Posted 3 weeks ago #
Barefoot Ted
Member
Posted 3 weeks ago #
Okay, I have now got some images working and others not.
I noticed that sometimes when I add an image, the following code is generated:
<span class="frame-outer aligncenter"><span><span><span><span><img class="aligncenter" src=" etc...
But other times, it does not display this code, and when that happens, no frame.
Barefoot Ted
Member
Posted 3 weeks ago #
Okay, for sure, when I add images, the necessary code for the frame is NOT created...even though I have Apply frame to all images selected.
Any ideas?
Barefoot Ted
Member
Posted 2 weeks ago #
I think it might have something to do with this:
A caveat here: The regular expression that supports wrapping any kind of content block (as opposed to just images) uses a relatively modern feature of regular expressions called recursive sub-patterns, which will not work with PHP installations with an older PCRE regular expression library. Hence, the ‘@’ sign preceding the preg_replace_callback, which will cause it to fail silently, without throwing error messages everywhere.
My server is running PCRE Library Version 6.6 06-Feb-2006
Is that the problem?